Skip to content

Commit

Permalink
Spring 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Nov 21, 2024
1 parent 8316a51 commit 4816628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<spring.version>6.2.0</spring.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jdk.version>17</jdk.version>
<spring-boot-current.version>3.3.6</spring-boot-current.version>
<spring-boot-current.version>3.4.0</spring-boot-current.version>
<junit.ver>5.11.3</junit.ver>
<test-containers.ver>1.20.4</test-containers.ver>
<kotlin.ver>2.0.21</kotlin.ver>
Expand Down
2 changes: 1 addition & 1 deletion providers/jdbc/shedlock-test-support-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</dependency>

<dependency>
<groupId>mysql</groupId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.33</version>
</dependency>
Expand Down

0 comments on commit 4816628

Please sign in to comment.