diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 0ebdd9c..3c0f73c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- name: Cache Maven packages
- uses: actions/cache@v1
+ uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
diff --git a/pom.xml b/pom.xml
index f481b0b..8bcb738 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,19 +41,20 @@
11
github
true
+ 2.17.0
org.yaml
snakeyaml
- 2.3
+ 2.4
org.springframework.boot
spring-boot-starter-test
- 3.2.8
+ 3.4.3
test
@@ -71,22 +72,22 @@
com.fasterxml.jackson.core
jackson-databind
- 2.14.2
+ ${jackson.version}
com.fasterxml.jackson.datatype
jackson-datatype-jsr310
- 2.14.2
+ ${jackson.version}
com.fasterxml.jackson.core
jackson-annotations
- 2.14.2
+ ${jackson.version}
com.fasterxml.jackson.core
jackson-core
- 2.14.2
+ ${jackson.version}
@@ -103,12 +104,12 @@
org.apache.maven.plugins
maven-release-plugin
- 2.5.3
+ 3.0.1
org.apache.maven.plugins
maven-source-plugin
- 3.2.1
+ 3.3.0
attach-sources
@@ -121,7 +122,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.4.1
+ 3.6.3
8
@@ -137,12 +138,12 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.1.2
+ 3.2.5
org.apache.maven.plugins
maven-gpg-plugin
- 1.6
+ 3.1.0