Skip to content

Commit

Permalink
fix(deps): update dependency org.springframework:spring-context to v6…
Browse files Browse the repository at this point in the history
… [security]
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent bb746e0 commit 0672a51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dc-commons-springaop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.2.22.RELEASE</version>
<version>6.1.14</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion dc-commons-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.2.22.RELEASE</version>
<version>6.1.14</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dc-commons-springsecurity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.2.22.RELEASE</version>
<version>6.1.14</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit 0672a51

Please sign in to comment.