Skip to content

Commit 3155774

Browse files
authored
Bump spring frameworks version
1 parent 060b5e4 commit 3155774

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/photo_album/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>org.springframework.data</groupId>
8686
<artifactId>spring-data-jpa</artifactId>
87-
<version>1.3.0.RELEASE</version>
87+
<version>1.11.20.RELEASE</version>
8888
</dependency>
8989

9090
<dependency>

samples/photo_album_gae/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<name>photo_album_gae</name>
99

1010
<properties>
11-
<spring.version>5.3.18</spring.version>
11+
<spring.version>5.3.19</spring.version>
1212
<appengine.app.version>1</appengine.app.version>
1313
<appengine.target.version>1.9.37</appengine.target.version>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -99,7 +99,7 @@
9999
<dependency>
100100
<groupId>org.springframework.data</groupId>
101101
<artifactId>spring-data-jpa</artifactId>
102-
<version>1.2.0.RELEASE</version>
102+
<version>1.11.20.RELEASE</version>
103103
</dependency>
104104

105105
<dependency>

0 commit comments

Comments
 (0)