Skip to content

Commit

Permalink
Upgrade to Spring Boot 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
haynescd committed Oct 31, 2024
1 parent ac62461 commit 7f7d1ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.4</version>
<version>3.2.8</version>
</parent>

<groupId>org.cbioportal</groupId>
Expand Down Expand Up @@ -72,7 +72,7 @@

<!-- Unknown -->
<io.swagger.version>1.6.3</io.swagger.version>
<mybatis.starter.version>3.0.2</mybatis.starter.version>
<mybatis.starter.version>3.0.3</mybatis.starter.version>
<testcontainers.version>1.19.4</testcontainers.version>
<mockserver.version>5.15.0</mockserver.version>
<opensaml.version>4.1.1</opensaml.version>
Expand Down

0 comments on commit 7f7d1ef

Please sign in to comment.