Skip to content

Commit

Permalink
Update springboot version.
Browse files Browse the repository at this point in the history
  • Loading branch information
veigap committed May 22, 2024
1 parent 82d5caa commit 2c9a181
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wise-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</parent>

<groupId>org.wisemapping</groupId>
Expand Down Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>6.1.3</version>
<version>6.1.7</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -109,7 +109,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.3.0</version>
<version>8.4.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.angus</groupId>
Expand Down

0 comments on commit 2c9a181

Please sign in to comment.