Skip to content

Commit

Permalink
AKR:OTR:VKT:YKI(Backend): update spring boot to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lket committed Dec 13, 2024
1 parent 2f67e22 commit 3072fb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/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.3.2</version>
<version>3.4.0</version>
<relativePath/>
</parent>
<!-- lookup parent from repository -->
Expand Down Expand Up @@ -135,6 +135,7 @@
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<scope>test</scope>
<version>4.12.0</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
Expand Down

0 comments on commit 3072fb4

Please sign in to comment.