diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 86cc80ce9..d2ec629df 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,14 +14,14 @@ jobs:
matrix:
java: [11, 17]
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Set up JDK
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
with:
check-latest: true
distribution: adopt
java-version: ${{ matrix.java }}
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
env:
cache-name: cache-maven-artifacts
with:
diff --git a/dc-commons-file/pom.xml b/dc-commons-file/pom.xml
index c15216b91..50d45e533 100644
--- a/dc-commons-file/pom.xml
+++ b/dc-commons-file/pom.xml
@@ -56,41 +56,41 @@
org.slf4j
slf4j-api
- 1.7.36
+ 2.0.16
org.slf4j
slf4j-simple
- 1.7.36
+ 2.0.16
test
org.springframework.boot
spring-boot
- 2.3.12.RELEASE
+ 3.4.0
org.springframework.boot
spring-boot-configuration-processor
- 2.3.12.RELEASE
+ 3.4.0
true
org.springframework.boot
spring-boot-test
- 2.3.12.RELEASE
+ 3.4.0
test
org.springframework
spring-test
- 5.2.22.RELEASE
+ 6.2.1
test
org.yaml
snakeyaml
- 1.33
+ 2.3
test
diff --git a/dc-commons-server/pom.xml b/dc-commons-server/pom.xml
index 5bc40826f..b736b58df 100644
--- a/dc-commons-server/pom.xml
+++ b/dc-commons-server/pom.xml
@@ -24,7 +24,7 @@
com.maxmind.geoip2
geoip2
- 2.14.0
+ 4.2.1
com.fasterxml.jackson.core
@@ -52,12 +52,12 @@
org.slf4j
slf4j-api
- 1.7.36
+ 2.0.16
org.slf4j
slf4j-simple
- 1.7.36
+ 2.0.16
test
diff --git a/dc-commons-springaop/pom.xml b/dc-commons-springaop/pom.xml
index 3f798c26e..c94332e1c 100644
--- a/dc-commons-springaop/pom.xml
+++ b/dc-commons-springaop/pom.xml
@@ -24,17 +24,17 @@
org.slf4j
slf4j-api
- 1.7.36
+ 2.0.16
org.springframework
spring-aop
- 5.2.22.RELEASE
+ 6.2.1
org.springframework
spring-context
- 5.2.22.RELEASE
+ 6.2.1
diff --git a/dc-commons-springboot/pom.xml b/dc-commons-springboot/pom.xml
index 0930204f2..b5abf3bd3 100644
--- a/dc-commons-springboot/pom.xml
+++ b/dc-commons-springboot/pom.xml
@@ -72,39 +72,39 @@
org.slf4j
slf4j-api
- 1.7.36
+ 2.0.16
org.springframework
spring-beans
- 5.2.22.RELEASE
+ 6.2.1
org.springframework
spring-context
- 5.2.22.RELEASE
+ 6.2.1
org.springframework
spring-test
- 5.2.22.RELEASE
+ 6.2.1
test
org.springframework.boot
spring-boot-actuator
- 2.3.12.RELEASE
+ 3.4.0
org.springframework.boot
spring-boot-test
- 2.3.12.RELEASE
+ 3.4.0
test
org.yaml
snakeyaml
- 1.33
+ 2.3
test
diff --git a/dc-commons-springdata/pom.xml b/dc-commons-springdata/pom.xml
index bced80659..b84080878 100644
--- a/dc-commons-springdata/pom.xml
+++ b/dc-commons-springdata/pom.xml
@@ -24,7 +24,7 @@
org.springframework.data
spring-data-commons
- 2.7.2
+ 3.4.1
diff --git a/dc-commons-springmvc/pom.xml b/dc-commons-springmvc/pom.xml
index be576c108..7f3b719cd 100644
--- a/dc-commons-springmvc/pom.xml
+++ b/dc-commons-springmvc/pom.xml
@@ -53,27 +53,27 @@
org.slf4j
slf4j-api
- 1.7.36
+ 2.0.16
org.springframework
spring-web
- 5.2.22.RELEASE
+ 6.2.1
org.springframework
spring-webmvc
- 5.2.22.RELEASE
+ 6.2.1
org.springframework.security
spring-security-core
- 5.5.7
+ 6.4.1
org.springframework.security
spring-security-web
- 5.4.10
+ 6.4.1
org.thymeleaf
diff --git a/dc-commons-springsecurity/pom.xml b/dc-commons-springsecurity/pom.xml
index 6e7fa2cb7..d5991e1b3 100644
--- a/dc-commons-springsecurity/pom.xml
+++ b/dc-commons-springsecurity/pom.xml
@@ -62,71 +62,71 @@
org.slf4j
slf4j-api
- 1.7.36
+ 2.0.16
org.slf4j
slf4j-simple
- 1.7.36
+ 2.0.16
test
org.springframework
spring-context
- 5.2.22.RELEASE
+ 6.2.1
org.springframework
spring-test
- 5.2.22.RELEASE
+ 6.2.1
org.springframework
spring-web
- 5.2.22.RELEASE
+ 6.2.1
org.springframework
spring-webmvc
- 5.2.22.RELEASE
+ 6.2.1
test
org.springframework.boot
spring-boot
- 2.3.12.RELEASE
+ 3.4.0
org.springframework.boot
spring-boot-test
- 2.3.12.RELEASE
+ 3.4.0
test
org.springframework.boot
spring-boot-test-autoconfigure
- 2.3.12.RELEASE
+ 3.4.0
test
org.springframework.security
spring-security-config
- 5.4.10
+ 6.4.1
org.springframework.security
spring-security-core
- 5.5.7
+ 6.4.1
org.springframework.security
spring-security-web
- 5.4.10
+ 6.4.1
org.yaml
snakeyaml
- 1.33
+ 2.3
test
diff --git a/dc-commons-web/pom.xml b/dc-commons-web/pom.xml
index 88b6d8519..7a6326207 100644
--- a/dc-commons-web/pom.xml
+++ b/dc-commons-web/pom.xml
@@ -19,7 +19,7 @@
com.ibm.icu
icu4j
- 72.1
+ 76.1
org.assertj
diff --git a/dc-commons-xml/pom.xml b/dc-commons-xml/pom.xml
index ff3cfa8c3..7c9ba3d36 100644
--- a/dc-commons-xml/pom.xml
+++ b/dc-commons-xml/pom.xml
@@ -19,12 +19,12 @@
com.google.guava
guava
- 32.1.1-jre
+ 33.3.1-jre
net.sf.saxon
Saxon-HE
- 10.8
+ 12.5
org.assertj
@@ -41,12 +41,12 @@
org.slf4j
slf4j-api
- 1.7.36
+ 2.0.16
org.slf4j
slf4j-simple
- 1.7.36
+ 2.0.16
test
diff --git a/dc-commons-yaml/pom.xml b/dc-commons-yaml/pom.xml
index 2df85b539..c40d1a5be 100644
--- a/dc-commons-yaml/pom.xml
+++ b/dc-commons-yaml/pom.xml
@@ -37,18 +37,18 @@
org.slf4j
slf4j-api
- 1.7.36
+ 2.0.16
org.slf4j
slf4j-simple
- 1.7.36
+ 2.0.16
test
org.yaml
snakeyaml
- 1.33
+ 2.3