This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git
The following commit(s) were added to refs/heads/master by this push:
new ba26698 RATIS-2363. Bump plugin versions (#75)
ba26698 is described below
commit ba26698f18bdb8cc24526a24360e3be754342537
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Nov 20 20:23:08 2025 +0100
RATIS-2363. Bump plugin versions (#75)
---
pom.xml | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
diff --git a/pom.xml b/pom.xml
index 21c7679..1b41cc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,14 +52,13 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Maven plugin versions -->
- <copy-rename-maven-plugin.version>1.0</copy-rename-maven-plugin.version>
- <cyclonedx.version>2.8.0</cyclonedx.version>
- <exec-maven-plugin.version>1.3.1</exec-maven-plugin.version>
+ <copy-rename-maven-plugin.version>1.0.1</copy-rename-maven-plugin.version>
+ <cyclonedx.version>2.9.1</cyclonedx.version>
+ <exec-maven-plugin.version>3.6.2</exec-maven-plugin.version>
<extra-enforcer-rules.version>1.11.0</extra-enforcer-rules.version>
- <maven-bundle-plugin.version>2.5.3</maven-bundle-plugin.version>
+ <maven-bundle-plugin.version>5.1.8</maven-bundle-plugin.version>
<maven-replacer-plugin.version>1.5.3</maven-replacer-plugin.version>
- <native-maven-plugin.version>1.0-alpha-8</native-maven-plugin.version>
- <os-maven-plugin.version>1.5.0.Final</os-maven-plugin.version>
+ <os-maven-plugin.version>1.7.1</os-maven-plugin.version>
<!-- define the Java language version used by the compiler -->
<maven.compiler.release>8</maven.compiler.release>
@@ -185,11 +184,6 @@
</additionalJOptions>
</configuration>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>native-maven-plugin</artifactId>
- <version>${native-maven-plugin.version}</version>
- </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>