From 3ce29a26415a9451e66f2a914044b6f916aa3e81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 13:39:38 +0000 Subject: [PATCH] fix(deps): update all dependencies --- .github/workflows/ci.yml | 10 +++++----- dc-commons-file/pom.xml | 14 +++++++------- dc-commons-server/pom.xml | 8 ++++---- dc-commons-springboot/pom.xml | 14 +++++++------- dc-commons-springdata/pom.xml | 2 +- dc-commons-springmvc/pom.xml | 10 +++++----- dc-commons-springsecurity/pom.xml | 24 ++++++++++++------------ dc-commons-web/pom.xml | 4 ++-- 8 files changed, 43 insertions(+), 43 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55cc9503..43944ce8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,9 +14,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up JDK - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: check-latest: true distribution: temurin @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up cache uses: actions/cache@v4 env: @@ -60,7 +60,7 @@ jobs: # Publish snapshot - name: Set up JDK 11 for publishing a snapshot if: github.event_name == 'push' && endswith(env.PROJECT_VERSION, 'SNAPSHOT') - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: check-latest: true distribution: temurin @@ -77,7 +77,7 @@ jobs: # Publish release - name: Set up JDK 11 for publishing a release if: github.event_name == 'release' && !endswith(env.PROJECT_VERSION, 'SNAPSHOT') - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: check-latest: true distribution: temurin diff --git a/dc-commons-file/pom.xml b/dc-commons-file/pom.xml index 1e358b0b..67cdd48d 100644 --- a/dc-commons-file/pom.xml +++ b/dc-commons-file/pom.xml @@ -42,7 +42,7 @@ org.junit.jupiter junit-jupiter - 5.10.1 + 6.0.0 test @@ -54,35 +54,35 @@ org.slf4j slf4j-api - 1.7.36 + 2.0.17 org.slf4j slf4j-simple - 1.7.36 + 2.0.17 test org.springframework.boot spring-boot - 2.3.12.RELEASE + 3.5.7 org.springframework.boot spring-boot-configuration-processor - 2.3.12.RELEASE + 3.5.7 true org.springframework.boot spring-boot-test - 2.3.12.RELEASE + 3.5.7 test org.springframework spring-test - 5.2.22.RELEASE + 6.2.12 test diff --git a/dc-commons-server/pom.xml b/dc-commons-server/pom.xml index 90f277bb..1fc77a3e 100644 --- a/dc-commons-server/pom.xml +++ b/dc-commons-server/pom.xml @@ -23,7 +23,7 @@ com.maxmind.geoip2 geoip2 - 2.14.0 + 4.4.0 com.fasterxml.jackson.core @@ -45,18 +45,18 @@ org.junit.jupiter junit-jupiter - 5.10.1 + 6.0.0 test org.slf4j slf4j-api - 1.7.36 + 2.0.17 org.slf4j slf4j-simple - 1.7.36 + 2.0.17 test diff --git a/dc-commons-springboot/pom.xml b/dc-commons-springboot/pom.xml index caf5f9c6..db07cbc6 100644 --- a/dc-commons-springboot/pom.xml +++ b/dc-commons-springboot/pom.xml @@ -15,7 +15,7 @@ https://github.com/dbmdz/digitalcollections-commons/tree/main/dc-commons-springboot - 5.10.1 + 6.0.0 @@ -71,33 +71,33 @@ org.slf4j slf4j-api - 1.7.36 + 2.0.17 org.springframework spring-beans - 5.2.22.RELEASE + 6.2.12 org.springframework spring-context - 5.2.22.RELEASE + 6.2.12 org.springframework spring-test - 5.2.22.RELEASE + 6.2.12 test org.springframework.boot spring-boot-actuator - 2.7.18 + 3.5.7 org.springframework.boot spring-boot-test - 2.3.12.RELEASE + 3.5.7 test diff --git a/dc-commons-springdata/pom.xml b/dc-commons-springdata/pom.xml index 5356f583..4bb91cfa 100644 --- a/dc-commons-springdata/pom.xml +++ b/dc-commons-springdata/pom.xml @@ -22,7 +22,7 @@ org.springframework.data spring-data-commons - 2.7.2 + 3.5.5 diff --git a/dc-commons-springmvc/pom.xml b/dc-commons-springmvc/pom.xml index 2a2696ac..6a871afa 100644 --- a/dc-commons-springmvc/pom.xml +++ b/dc-commons-springmvc/pom.xml @@ -39,7 +39,7 @@ org.junit.jupiter junit-jupiter - 5.10.1 + 6.0.0 test @@ -51,7 +51,7 @@ org.slf4j slf4j-api - 1.7.36 + 2.0.17 org.springframework @@ -61,17 +61,17 @@ org.springframework spring-webmvc - 5.2.22.RELEASE + 6.2.12 org.springframework.security spring-security-core - 5.7.14 + 6.5.6 org.springframework.security spring-security-web - 5.7.13 + 6.5.6 org.thymeleaf diff --git a/dc-commons-springsecurity/pom.xml b/dc-commons-springsecurity/pom.xml index 272c90db..d79058ef 100644 --- a/dc-commons-springsecurity/pom.xml +++ b/dc-commons-springsecurity/pom.xml @@ -49,7 +49,7 @@ org.junit.jupiter junit-jupiter - 5.10.1 + 6.0.0 test @@ -61,23 +61,23 @@ org.slf4j slf4j-api - 1.7.36 + 2.0.17 org.slf4j slf4j-simple - 1.7.36 + 2.0.17 test org.springframework spring-context - 5.2.22.RELEASE + 6.2.12 org.springframework spring-test - 5.2.22.RELEASE + 6.2.12 org.springframework @@ -87,40 +87,40 @@ org.springframework spring-webmvc - 5.2.22.RELEASE + 6.2.12 test org.springframework.boot spring-boot - 2.3.12.RELEASE + 3.5.7 org.springframework.boot spring-boot-test - 2.3.12.RELEASE + 3.5.7 test org.springframework.boot spring-boot-test-autoconfigure - 2.3.12.RELEASE + 3.5.7 test org.springframework.security spring-security-config - 5.4.10 + 6.5.6 org.springframework.security spring-security-core - 5.7.14 + 6.5.6 org.springframework.security spring-security-web - 5.7.13 + 6.5.6 org.yaml diff --git a/dc-commons-web/pom.xml b/dc-commons-web/pom.xml index 7c9d5768..f55f8715 100644 --- a/dc-commons-web/pom.xml +++ b/dc-commons-web/pom.xml @@ -18,7 +18,7 @@ com.ibm.icu icu4j - 72.1 + 77.1 org.assertj @@ -29,7 +29,7 @@ org.junit.jupiter junit-jupiter - 5.10.1 + 6.0.0 test