Skip to content

Commit

Permalink
Merge pull request #134 from MORE-Platform/dependabot/maven/develop/s…
Browse files Browse the repository at this point in the history
…pring-boot.version-3.3.0

Bump spring-boot.version from 3.2.5 to 3.3.0
  • Loading branch information
drtyyj authored Jun 3, 2024
2 parents eb45781 + dc0a8bb commit 5cf8704
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 @@ -27,7 +27,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<java.version>17</java.version>
<spring-boot.version>3.2.5</spring-boot.version>
<spring-boot.version>3.3.0</spring-boot.version>
<testcontainers.version>1.19.8</testcontainers.version>

<docker.namespace>more-project</docker.namespace>
Expand Down Expand Up @@ -87,7 +87,7 @@
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<artifactId>flyway-database-postgresql</artifactId>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down

0 comments on commit 5cf8704

Please sign in to comment.