Skip to content

Commit

Permalink
Merge pull request #2541 from pac4j/renovate/spring-core
Browse files Browse the repository at this point in the history
fix(deps): update spring core
  • Loading branch information
mergify[bot] committed Mar 20, 2023
2 parents f661ef6 + 2f5aa3e commit fb21f89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pac4j-javaee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>5.3.25</version>
<version>5.3.26</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<commons-lang3.version>3.12.0</commons-lang3.version>
<guava.version>31.1-jre</guava.version>
<nimbus-jose-jwt.version>9.31</nimbus-jose-jwt.version>
<spring.version>6.0.6</spring.version>
<spring.version>6.0.7</spring.version>
<spring.security.version>6.0.2</spring.security.version>
<shiro.version>1.11.0</shiro.version>
<jbcrypt.version>0.4.3</jbcrypt.version>
Expand Down

0 comments on commit fb21f89

Please sign in to comment.