Skip to content

Commit

Permalink
Merge pull request #2308 from lukas-krecan/dependabot/maven/org.sprin…
Browse files Browse the repository at this point in the history
…gframework.boot-spring-boot-dependencies-3.4.1

Bump org.springframework.boot:spring-boot-dependencies from 3.2.12 to 3.4.1
  • Loading branch information
lukas-krecan authored Dec 20, 2024
2 parents 05493e5 + 610a72c commit d8556d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1</spring.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jdk.version>17</jdk.version>
<spring-boot-current.version>3.4.0</spring-boot-current.version>
<spring-boot-current.version>3.4.1</spring-boot-current.version>
<junit.ver>5.11.4</junit.ver>
<test-containers.ver>1.20.4</test-containers.ver>
<kotlin.ver>2.1.0</kotlin.ver>
Expand Down
2 changes: 1 addition & 1 deletion spring/test/shedlock-springboot-future-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion spring/test/shedlock-springboot-old-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.2.12</version>
<version>3.3.7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit d8556d7

Please sign in to comment.