Skip to content

Commit

Permalink
WIP setting springboot to 3.0.11. Version 3.1.4 caused CI to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
SoLetsDev committed Oct 16, 2023
1 parent 0fc1eea commit 034fcdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.4</version>
<!-- <version>3.1.4</version>-->
<version>3.0.11</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 034fcdb

Please sign in to comment.