Skip to content

Commit

Permalink
Update spring core to v3.2.18.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 5, 2022
1 parent 7e55e9c commit 677628b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion courses-portlet-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>3.2.3.RELEASE</version>
<version>3.2.18.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<properties>
<ehcache.version>2.6.11</ehcache.version>
<mockito.version>1.10.19</mockito.version>
<spring.version>3.2.3.RELEASE</spring.version>
<spring.version>3.2.18.RELEASE</spring.version>
<jackson.version>2.2.2</jackson.version>
<jaxb2basics.version>0.6.4</jaxb2basics.version>
<resource-server.version>1.0.29</resource-server.version>
Expand Down

0 comments on commit 677628b

Please sign in to comment.