Skip to content

Commit 4744c11

Browse files
authored
deps: update dependency org.springframework.data:spring-data-bom to v2024.1.3 (#1913)
1 parent 9b621df commit 4744c11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/spring-data-jdbc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.springframework.data</groupId>
2525
<artifactId>spring-data-bom</artifactId>
26-
<version>2024.1.2</version>
26+
<version>2024.1.3</version>
2727
<scope>import</scope>
2828
<type>pom</type>
2929
</dependency>

samples/spring-data-mybatis/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>org.springframework.data</groupId>
3030
<artifactId>spring-data-bom</artifactId>
31-
<version>2024.1.2</version>
31+
<version>2024.1.3</version>
3232
<scope>import</scope>
3333
<type>pom</type>
3434
</dependency>

0 commit comments

Comments
 (0)