From d2b091c6b5ac3b386cdfd00d2837c67297260ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 07:42:31 +0000 Subject: [PATCH] Bump the all-dependencies group in /html2md with 2 updates Bumps the all-dependencies group in /html2md with 2 updates: [org.projectlombok:lombok](https://github.com/projectlombok/lombok) and [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin). Updates `org.projectlombok:lombok` from 1.18.46 to 1.18.48 - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.46...v1.18.48) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.15.0 to 3.16.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.15.0...maven-compiler-plugin-3.16.0) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-version: 1.18.48 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- html2md/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html2md/pom.xml b/html2md/pom.xml index d913b5e..5e0d6f6 100644 --- a/html2md/pom.xml +++ b/html2md/pom.xml @@ -89,7 +89,7 @@ org.projectlombok lombok - 1.18.46 + 1.18.48 true @@ -106,7 +106,7 @@ maven-compiler-plugin - 3.15.0 + 3.16.0 11 11