Skip to content

Commit

Permalink
Update spring boot to v3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent ed18c52 commit 2ec874d
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 @@ -29,7 +29,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.4</version><!-- keep prop spring-boot.version in sync! -->
<version>3.3.5</version><!-- keep prop spring-boot.version in sync! -->
</parent>

<groupId>de.muenchen.oss.ezldap</groupId>
Expand All @@ -56,7 +56,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<spring-boot.version>3.3.4</spring-boot.version>
<spring-boot.version>3.3.5</spring-boot.version>
<org.mapstruct.version>1.6.2</org.mapstruct.version>
<org.projectlombok.version>1.18.34</org.projectlombok.version>
<lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version>
Expand Down

0 comments on commit 2ec874d

Please sign in to comment.