Skip to content

Commit

Permalink
Update dependencies (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
JorWo authored Feb 23, 2024
1 parent 91e0792 commit 92fe7fb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0</version>
<version>3.2.2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down Expand Up @@ -45,11 +45,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>5.7.1</version>
</dependency>

<!-- Overrides Spring's innate dependencies with updated versions -->
<dependency>
Expand Down

0 comments on commit 92fe7fb

Please sign in to comment.