This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new ad7b49f16f Bump org.apache.maven.plugins:maven-compiler-plugin
ad7b49f16f is described below
commit ad7b49f16fac9c2808a2049afc5c5fc9ee7919bd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 24 00:43:26 2025 +0000
Bump org.apache.maven.plugins:maven-compiler-plugin
Bumps
[org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin)
from 3.13.0 to 3.14.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
-
[Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 19a1c1563a..4af20c4b8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
<!-- Plugins -->
<ver.plugin.rat>0.16.1</ver.plugin.rat>
<ver.plugin.assembly>3.7.1</ver.plugin.assembly>
- <ver.plugin.compiler>3.13.0</ver.plugin.compiler>
+ <ver.plugin.compiler>3.14.0</ver.plugin.compiler>
<ver.plugin.surefire>3.5.2</ver.plugin.surefire>
<ver.plugin.javadoc>3.11.2</ver.plugin.javadoc>
<ver.plugin.war>3.4.0</ver.plugin.war>