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.git
The following commit(s) were added to refs/heads/master by this push:
new b89131a33 RATIS-2480. Bump os-maven-plugin to 1.7.1 (#1406)
b89131a33 is described below
commit b89131a33a3679e86c817ffba94af93bbfc50a1c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 30 15:43:43 2026 +0200
RATIS-2480. Bump os-maven-plugin to 1.7.1 (#1406)
---
pom.xml | 2 +-
ratis-proto/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7217c5107..8a823485c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -431,7 +431,7 @@
<extension>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
- <version>1.5.0.Final</version>
+ <version>1.7.1</version>
</extension>
</extensions>
diff --git a/ratis-proto/pom.xml b/ratis-proto/pom.xml
index 9eb922960..95a49dcd7 100644
--- a/ratis-proto/pom.xml
+++ b/ratis-proto/pom.xml
@@ -36,7 +36,7 @@
<extension>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
- <version>1.5.0.Final</version>
+ <version>1.7.1</version>
</extension>
</extensions>
<plugins>