Skip to content

Commit

Permalink
Merge pull request #63 from retailnext/renovate/spring-core
Browse files Browse the repository at this point in the history
fix(deps): update spring core to v6.0.11
  • Loading branch information
dineshudayakumar committed Jul 17, 2023
2 parents e4b16df + fc5c7b0 commit 9c22216
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,17 +102,17 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>6.0.10</version>
<version>6.0.11</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>6.0.10</version>
<version>6.0.11</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>6.0.10</version>
<version>6.0.11</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 9c22216

Please sign in to comment.