Skip to content

Commit fa65ead

Browse files
authored
deps: update dependency org.springframework.data:spring-data-bom to v2024.1.4 (#1953)
1 parent c7c7363 commit fa65ead

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/spring-data-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
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.3</version>
26+
<version>2024.1.4</version>
2727
<scope>import</scope>
2828
<type>pom</type>
2929
</dependency>

samples/spring-data-mybatis/pom.xml

Lines changed: 1 addition & 1 deletion
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.3</version>
31+
<version>2024.1.4</version>
3232
<scope>import</scope>
3333
<type>pom</type>
3434
</dependency>

0 commit comments

Comments
 (0)