Skip to content

Commit

Permalink
Wfnews 1651 (#2161)
Browse files Browse the repository at this point in the history
* dependbot fixes 1

* more upgrade in notification-push-api
  • Loading branch information
yzlucas authored Dec 18, 2024
1 parent 313cbe3 commit 624fcc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions server/wfone-notification-push-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.3.10</version>
<version>6.0.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>5.3.10</version>
<version>6.0.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand All @@ -94,7 +94,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>5.3.13.RELEASE</version>
<version>6.0.0</version>
</dependency>

<dependency>
Expand All @@ -106,7 +106,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<version>5.0.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 624fcc2

Please sign in to comment.