Skip to content

Commit

Permalink
Update Spring Boot version
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaprasadreddy committed Jan 9, 2024
1 parent 499b4cd commit 56d751a
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.2.0-SNAPSHOT</version>
<version>3.2.1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.testcontainers</groupId>
Expand All @@ -17,7 +17,7 @@

<properties>
<java.version>17</java.version>
<awspring.version>3.0.2</awspring.version>
<awspring.version>3.1.0</awspring.version>
<commons-io.version>1.3.2</commons-io.version>
<wiremock-testcontainers-module.version>1.0-alpha-13</wiremock-testcontainers-module.version>
<spotless-maven-plugin.version>2.36.0</spotless-maven-plugin.version>
Expand Down

0 comments on commit 56d751a

Please sign in to comment.