Skip to content

Commit

Permalink
chore(deps): update spring boot to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2023
1 parent ffd551b commit 0d0687a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xoai-data-provider-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>2.7.14</version>
<version>3.1.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand All @@ -154,7 +154,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>2.7.14</version>
<version>3.1.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 0d0687a

Please sign in to comment.