Skip to content

Commit

Permalink
chore: update spring boot and data and remove unneeded dependency (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
FritzHoing authored Jan 16, 2025
1 parent 8a34092 commit b8c921d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.4</version>
<version>3.4.1</version>
</parent>

<groupId>de.terrestris</groupId>
Expand Down Expand Up @@ -105,7 +105,7 @@

<!-- Spring -->
<spring-boot.version>3.4.1</spring-boot.version>
<spring-data.version>3.3.5</spring-data.version>
<spring-data.version>3.4.1</spring-data.version>

<!-- Mail -->
<sun-jakarta-mail.version>2.0.1</sun-jakarta-mail.version>
Expand Down Expand Up @@ -398,11 +398,6 @@
<artifactId>spring-data-jpa</artifactId>
<version>${spring-data.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-envers</artifactId>
<version>${spring-data.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
Expand Down

0 comments on commit b8c921d

Please sign in to comment.