Skip to content

Commit 87ccb1c

Browse files
committed
Update org.springframework to v7.0.7
1 parent 37c3a74 commit 87ccb1c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

db-jdbc-spring-orm/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,17 @@
5959
<dependency>
6060
<groupId>org.springframework</groupId>
6161
<artifactId>spring-core</artifactId>
62-
<version>7.0.6</version>
62+
<version>7.0.7</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.springframework</groupId>
6666
<artifactId>spring-orm</artifactId>
67-
<version>7.0.6</version>
67+
<version>7.0.7</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>org.springframework</groupId>
7171
<artifactId>spring-context</artifactId>
72-
<version>7.0.6</version>
72+
<version>7.0.7</version>
7373
</dependency>
7474
</dependencies>
7575

spring-dao-support/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>org.springframework</groupId>
6767
<artifactId>spring-beans</artifactId>
68-
<version>7.0.6</version>
68+
<version>7.0.7</version>
6969
</dependency>
7070

7171
<dependency>

0 commit comments

Comments
 (0)