Skip to content

Commit

Permalink
Moving to Spring boot 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
straumat committed Jan 5, 2024
1 parent 5d05111 commit ba8bdf8
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 @@ -64,7 +64,7 @@

<!-- ======================================================================================================= -->
<!-- Project libraries -->
<spring.version>3.1.5</spring.version>
<spring.version>3.2.1</spring.version>
<reactor-core.version>3.6.1</reactor-core.version>
<reactor-netty.version>1.1.14</reactor-netty.version>

Expand Down Expand Up @@ -179,7 +179,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.5</version>
<version>3.2.1</version>
<relativePath/>
</parent>
<!-- =========================================================================================================== -->
Expand Down

0 comments on commit ba8bdf8

Please sign in to comment.