Skip to content

Commit

Permalink
Upgrade to Spring boot 3.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kulkeez committed Dec 23, 2024
1 parent 25ece2b commit 8b9e65c
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.6</version> <!-- lookup parent from repository -->
<version>3.3.7</version> <!-- lookup parent from repository -->
<relativePath />
</parent>

Expand Down Expand Up @@ -133,17 +133,6 @@
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 8b9e65c

Please sign in to comment.