Skip to content

Commit

Permalink
update »Spring Boot« to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agebhar1 committed May 23, 2024
1 parent 54eea4b commit f1bc7ff
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.5</version>
<version>3.3.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand All @@ -24,23 +24,16 @@
<junit-pioneer.version>2.2.0</junit-pioneer.version>
</properties>

<dependencyManagement>
<dependencies>
<!-- TODO remove if Spring Boot >= v3.2.6-->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jms</artifactId>
<version>6.1.5</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<!-- scope: compile -->
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-postgresql</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
Expand Down

0 comments on commit f1bc7ff

Please sign in to comment.