From 8cdea9a94cafddf0345aff2fab076c29516e04a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 22:32:58 +0000 Subject: [PATCH] :arrow_up: Bump org.apache.maven.plugin-tools:maven-plugin-annotations Bumps [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.15.2 to 3.16.0. - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.15.2...maven-plugin-tools-3.16.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations dependency-version: 3.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 29009e4..79c2627 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ j2html = "com.j2html:j2html:1.6.0" junit-bom = "org.junit:junit-bom:5.13.4" maven-artifact = { module = "org.apache.maven:maven-artifact", version.ref = "maven" } maven-core = { module = "org.apache.maven:maven-core", version.ref = "maven" } -maven-plugin-tools = "org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.2" +maven-plugin-tools = "org.apache.maven.plugin-tools:maven-plugin-annotations:3.16.0" slf4j-bom = "org.slf4j:slf4j-bom:2.0.18" webjars-bootstrap4 = "org.webjars:bootstrap:4.6.2" webjars-bootstrapIcons = "org.webjars.npm:bootstrap-icons:1.13.1"