Skip to content

Commit

Permalink
Update springboot version.
Browse files Browse the repository at this point in the history
  • Loading branch information
veigap committed Mar 26, 2024
1 parent 0d7b66a commit 12b46b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wise-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.5.4</version>
<version>42.7.3</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
Expand All @@ -109,7 +109,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.1.0</version>
<version>8.3.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.angus</groupId>
Expand Down Expand Up @@ -146,7 +146,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.1</version>
<version>2.15.4</version>
</dependency>

<dependency>
Expand All @@ -158,7 +158,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.15.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 12b46b4

Please sign in to comment.