Skip to content

Commit

Permalink
chore(): update to spring boot 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inpercima committed Dec 27, 2024
1 parent 2393087 commit 269f060
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 @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.3</version>
<version>3.4.1</version>
</parent>

<artifactId>server-connector</artifactId>
Expand Down Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.30</version>
<version>1.18.36</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 269f060

Please sign in to comment.