This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a change to branch branch-1
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git
from 691a7f2 RATIS-2566. Bump Netty to 4.1.135 (#128)
new 876facc RATIS-2584. Bump grpc to 1.82.1 (#136)
new bbc8963 RATIS-2576. Bump zizmorcore/zizmor-action to 0.5.7 (#131)
new e3526e7 RATIS-2569. Bump actions/checkout to 7.0.0 (#129)
new 5d5c4b0 RATIS-2580. Bump cyclonedx-maven-plugin to 2.9.2 (#133)
new b7bcc4d RATIS-2582. Bump actions/setup-java to 5.4.0 (#135)
new 88f67cc RATIS-2577. Add and use Maven Wrapper (#132)
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/ci.yaml | 8 +-
.github/workflows/zizmor.yml | 4 +-
.mvn/wrapper/maven-wrapper.properties | 19 +++
dev-support/find_maven.sh | 30 ++++
dev-support/make_rc.sh | 12 +-
mvnw | 295 ++++++++++++++++++++++++++++++++++
mvnw.cmd | 189 ++++++++++++++++++++++
pom.xml | 4 +-
8 files changed, 546 insertions(+), 15 deletions(-)
create mode 100644 .mvn/wrapper/maven-wrapper.properties
create mode 100755 dev-support/find_maven.sh
create mode 100755 mvnw
create mode 100644 mvnw.cmd