From 99b91dd944ec149e80fdbb2a299c04e7f044aa61 Mon Sep 17 00:00:00 2001 From: Roland Weisleder Date: Fri, 19 Apr 2024 18:50:00 +0200 Subject: [PATCH] Update dependencies --- .github/workflows/compatibility.yml | 6 +++--- pom.xml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/compatibility.yml b/.github/workflows/compatibility.yml index c453bcf..2d0b1cf 100644 --- a/.github/workflows/compatibility.yml +++ b/.github/workflows/compatibility.yml @@ -23,8 +23,8 @@ jobs: - name: Spring Boot 3.0 run: ./mvnw -B -ntp compiler:testCompile surefire:test -Dspring-boot.version=3.0.13 - name: Spring Boot 3.1 - run: ./mvnw -B -ntp compiler:testCompile surefire:test -Dspring-boot.version=3.1.10 + run: ./mvnw -B -ntp compiler:testCompile surefire:test -Dspring-boot.version=3.1.11 - name: Spring Boot 3.2 - run: ./mvnw -B -ntp compiler:testCompile surefire:test -Dspring-boot.version=3.2.4 + run: ./mvnw -B -ntp compiler:testCompile surefire:test -Dspring-boot.version=3.2.5 - name: Spring Boot 3.3 - run: ./mvnw -B -ntp compiler:testCompile surefire:test -Dspring-boot.version=3.3.0-M3 -Pspring-milestone + run: ./mvnw -B -ntp compiler:testCompile surefire:test -Dspring-boot.version=3.3.0-RC1 -Pspring-milestone diff --git a/pom.xml b/pom.xml index 00aee06..75957b5 100644 --- a/pom.xml +++ b/pom.xml @@ -22,11 +22,11 @@ - 1.2.1 + 1.3.0 3.25.3 5.10.2 - 3.2.4 - 6.1.5 + 3.2.5 + 6.1.6 UTF-8 @@ -136,7 +136,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.0 + 3.3.1 org.jreleaser