From 61aaec6e66ccf5cb2d9273d99c3601c54f6cc46f Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 15 Sep 2026 14:17:11 +0000
Subject: [PATCH] fix(deps): update all non-major dependencies
---
.github/workflows/release.yml | 4 ++--
.github/workflows/snapshot.yml | 4 ++--
pom.xml | 26 +++++++++++++-------------
3 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 6c075e08..fa2ade14 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
- name: Setup java
uses: actions/setup-java@v5
with:
- java-version: '11'
+ java-version: '11.0.32+101'
distribution: 'adopt'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify
@@ -23,7 +23,7 @@ jobs:
- name: Setup Maven Central
uses: actions/setup-java@v5
with:
- java-version: '11'
+ java-version: '11.0.32+101'
distribution: 'adopt'
server-id: central
server-username: MAVEN_USERNAME
diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml
index b1039ff7..c6676afa 100644
--- a/.github/workflows/snapshot.yml
+++ b/.github/workflows/snapshot.yml
@@ -12,7 +12,7 @@ jobs:
- name: Setup java
uses: actions/setup-java@v5
with:
- java-version: '11'
+ java-version: '11.0.32+101'
distribution: 'adopt'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify
@@ -26,7 +26,7 @@ jobs:
- name: Setup Maven Central
uses: actions/setup-java@v5
with:
- java-version: '11'
+ java-version: '11.0.32+101'
distribution: 'adopt'
server-id: central
server-username: MAVEN_USERNAME
diff --git a/pom.xml b/pom.xml
index fda6abc6..c0d881ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,8 +16,8 @@
11
2.3.10
1.10.2
- 2.21.0
- 25.0
+ 2.22.2
+ 25.1
1.0.4
${java.version}
@@ -68,7 +68,7 @@
org.slf4j
slf4j-api
- 2.0.17
+ 2.0.19
org.apache.commons
@@ -80,7 +80,7 @@
org.javassist
javassist
- 3.30.2-GA
+ 3.33.0-GA
provided
@@ -100,7 +100,7 @@
ch.qos.logback
logback-classic
- 1.5.32
+ 1.6.3
javax.servlet
@@ -115,7 +115,7 @@
org.objenesis
objenesis
- 3.5
+ 3.6
org.reactivestreams
@@ -240,7 +240,7 @@
org.codehaus.mojo
build-helper-maven-plugin
- 3.6.1
+ 3.6.2
add-test-source
@@ -284,7 +284,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.15.0
+ 3.16.0
11
11
@@ -294,12 +294,12 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.5.4
+ 3.6.0
org.apache.maven.surefire
surefire-junit4
- 3.5.4
+ 3.5.6
@@ -311,7 +311,7 @@
org.apache.maven.plugins
maven-jar-plugin
- 3.5.0
+ 3.5.1
test-jar
@@ -326,7 +326,7 @@
org.apache.maven.plugins
maven-enforcer-plugin
- 3.6.2
+ 3.6.3
enforce
@@ -344,7 +344,7 @@
org.sonatype.central
central-publishing-maven-plugin
- 0.9.0
+ 0.11.0
true
central