Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Commit

Permalink
Update Spring to 4.3.30.RELEASE
Browse files Browse the repository at this point in the history
Closes gh-1918
  • Loading branch information
jgrandja committed Apr 9, 2021
1 parent 5d33f44 commit 58454b7
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 @@ -19,7 +19,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<commons-codec.version>1.14</commons-codec.version>
<spring.version>4.3.26.RELEASE</spring.version>
<spring.version>4.3.30.RELEASE</spring.version>
<spring.security.version>4.2.15.RELEASE</spring.security.version>
<spring.data.redis.version>1.5.2.RELEASE</spring.data.redis.version>
<redis.clients.version>2.6.3</redis.clients.version>
Expand Down
2 changes: 1 addition & 1 deletion tests/annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<properties>
<start-class>demo.Application</start-class>
<java.version>1.7</java.version>
<spring.version>4.3.26.RELEASE</spring.version>
<spring.version>4.3.30.RELEASE</spring.version>
</properties>

<name>spring-oauth2-tests</name>
Expand Down
2 changes: 1 addition & 1 deletion tests/xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<properties>
<start-class>demo.Application</start-class>
<java.version>1.7</java.version>
<spring.version>4.3.26.RELEASE</spring.version>
<spring.version>4.3.30.RELEASE</spring.version>
</properties>

<name>spring-oauth2-tests-xml</name>
Expand Down

0 comments on commit 58454b7

Please sign in to comment.