This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 16d2c76818 Bump org.apache.maven.plugins:maven-compiler-plugin (#2572)
16d2c76818 is described below
commit 16d2c76818a08fca4ce0e8b240a9b7aeb369934a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 2 09:24:41 2026 +0100
Bump org.apache.maven.plugins:maven-compiler-plugin (#2572)
Bumps
[org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin)
from 3.14.1 to 3.15.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
-
[Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.14.1...maven-compiler-plugin-3.15.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
dependency-version: 3.15.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
tika-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 09838b7190..162c8bfa0d 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -297,7 +297,7 @@
<maven.antrun.version>3.2.0</maven.antrun.version>
<maven.assembly.version>3.8.0</maven.assembly.version>
<maven.bundle.version>6.0.0</maven.bundle.version>
- <maven.compiler.plugin.version>3.14.1</maven.compiler.plugin.version>
+ <maven.compiler.plugin.version>3.15.0</maven.compiler.plugin.version>
<maven.failsafe.version>3.5.4</maven.failsafe.version>
<maven.surefire.version>3.5.4</maven.surefire.version>
<maven.javadoc.version>3.12.0</maven.javadoc.version>