From c8669e97cf65836b424251755b8f77d2faa3ed09 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 29 Aug 2024 01:22:30 +0000
Subject: [PATCH 1/4] chore(deps): update dependency
org.apache.maven.plugins:maven-javadoc-plugin to v3.10.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f2a6aab..57a209a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
3.4.0
3.8.0
- 3.8.0
+ 3.10.0
3.3.1
3.13.0
3.6.0
From 7f2eeadda677aed72267270b1fe2b2d83e91ff53 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 29 Aug 2024 01:22:34 +0000
Subject: [PATCH 2/4] chore(deps): update dependency
org.apache.maven.plugins:maven-surefire-plugin to v3.5.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f2a6aab..7dea9de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
3.6.0
3.4.2
3.3.1
- 3.4.0
+ 3.5.0
3.2.5
3.7.1
3.1.3
From c847953e2db15bf93678c46e7fda7a69b388b419 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 29 Aug 2024 01:22:38 +0000
Subject: [PATCH 3/4] chore(deps): update dependency org.mockito:mockito-bom to
v5.13.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f2a6aab..74ca63c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
1.1.0
5.11.0
- 5.12.0
+ 5.13.0
3.4.0
3.8.0
From 53cb552e479aec0c00232bded868b7d7c5694707 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 29 Aug 2024 01:23:51 +0000
Subject: [PATCH 4/4] chore(deps): update actions/setup-java action to v4
---
.github/workflows/build-and-publish-release.yml | 2 +-
.github/workflows/build-and-publish-snapshot.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build-and-publish-release.yml b/.github/workflows/build-and-publish-release.yml
index c5198e8..8beaa08 100644
--- a/.github/workflows/build-and-publish-release.yml
+++ b/.github/workflows/build-and-publish-release.yml
@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- - uses: actions/setup-java@v3.13.0
+ - uses: actions/setup-java@v4.2.2
with:
distribution: zulu
java-version: 17
diff --git a/.github/workflows/build-and-publish-snapshot.yml b/.github/workflows/build-and-publish-snapshot.yml
index 218ba1b..3633fe4 100644
--- a/.github/workflows/build-and-publish-snapshot.yml
+++ b/.github/workflows/build-and-publish-snapshot.yml
@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- - uses: actions/setup-java@v3.13.0
+ - uses: actions/setup-java@v4.2.2
with:
distribution: zulu
java-version: 17