Skip to content

Commit

Permalink
Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ralscha committed Nov 24, 2023
1 parent 5e1fd2d commit c6c8929
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
<version>3.1.5</version>
<version>3.2.0</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -272,7 +272,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.1.220</version>
<version>2.2.224</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -377,7 +377,7 @@
<plugin>
<groupId>io.spring.javaformat</groupId>
<artifactId>spring-javaformat-maven-plugin</artifactId>
<version>0.0.39</version>
<version>0.0.40</version>
</plugin>

<plugin>
Expand Down

0 comments on commit c6c8929

Please sign in to comment.