Skip to content

Commit

Permalink
Update to Spring Boot 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CatoTH committed Oct 21, 2024
1 parent 82df080 commit 62716b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.3</version>
<version>3.3.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>de.antragsgruen</groupId>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.30</version>
<version>1.18.34</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -50,7 +50,7 @@
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-assertj</artifactId>
<version>3.2.7</version>
<version>3.4.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -69,7 +69,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>4.8.3</version>
<version>4.8.6</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit 62716b4

Please sign in to comment.