Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rweisleder committed Mar 22, 2024
1 parent a9c39f9 commit 3580f46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9
run: ./mvnw -B -ntp compiler:testCompile surefire:test -Dspring-boot.version=3.1.10
- name: Spring Boot 3.2
run: ./mvnw -B -ntp compiler:testCompile surefire:test -Dspring-boot.version=3.2.3
run: ./mvnw -B -ntp compiler:testCompile surefire:test -Dspring-boot.version=3.2.4
- name: Spring Boot 3.3
run: ./mvnw -B -ntp compiler:testCompile surefire:test -Dspring-boot.version=3.3.0-M2 -Pspring-milestone
run: ./mvnw -B -ntp compiler:testCompile surefire:test -Dspring-boot.version=3.3.0-M3 -Pspring-milestone
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<archunit.version>1.2.1</archunit.version>
<assertj.version>3.25.3</assertj.version>
<junit-jupiter.version>5.10.2</junit-jupiter.version>
<spring-boot.version>3.2.3</spring-boot.version>
<spring-framework.version>6.1.4</spring-framework.version>
<spring-boot.version>3.2.4</spring-boot.version>
<spring-framework.version>6.1.5</spring-framework.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down Expand Up @@ -87,7 +87,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration>
<release>8</release>
</configuration>
Expand Down Expand Up @@ -141,7 +141,7 @@
<plugin>
<groupId>org.jreleaser</groupId>
<artifactId>jreleaser-maven-plugin</artifactId>
<version>1.10.0</version>
<version>1.11.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 3580f46

Please sign in to comment.