Skip to content

Commit

Permalink
Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ralscha committed Jan 27, 2024
1 parent c71da38 commit ff0daf3
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 @@ -91,7 +91,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand All @@ -104,7 +104,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand All @@ -116,7 +116,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-undertow</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit ff0daf3

Please sign in to comment.