From e0548932fef613ab461a9697d2efc8e08037547a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 11:02:08 +0000 Subject: [PATCH] Bump the maven-dependencies group with 2 updates Bumps the maven-dependencies group with 2 updates: [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) and [com.github.eirslett:frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin). Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.0 to 3.14.1 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.14.1) Updates `com.github.eirslett:frontend-maven-plugin` from 1.15.1 to 1.15.4 - [Changelog](https://github.com/eirslett/frontend-maven-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/eirslett/frontend-maven-plugin/compare/frontend-plugins-1.15.1...frontend-plugins-1.15.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: com.github.eirslett:frontend-maven-plugin dependency-version: 1.15.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] --- frontend/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/pom.xml b/frontend/pom.xml index 897fd6c..36769c9 100644 --- a/frontend/pom.xml +++ b/frontend/pom.xml @@ -21,7 +21,7 @@ com.github.eirslett frontend-maven-plugin - 1.15.1 + 1.15.4 install npm and node diff --git a/pom.xml b/pom.xml index 23a057d..dd83b1b 100644 --- a/pom.xml +++ b/pom.xml @@ -137,7 +137,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.14.0 + 3.14.1 ${java.version} ${java.version}