Skip to content

Commit

Permalink
Bump spring-boot-dependencies version (2.7.16 → 2.7.17)
Browse files Browse the repository at this point in the history
  • Loading branch information
irotech committed Oct 24, 2023
1 parent 0c88b07 commit be5b151
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/doc-scan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.16</version>
<version>2.7.17</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down
2 changes: 1 addition & 1 deletion yoti-sdk-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@

<!-- spring versions -->
<!-- Spring Framework 6.0.x requires JDK 17+ -->
<spring-boot-dependencies.version>2.7.16</spring-boot-dependencies.version>
<spring-boot-dependencies.version>2.7.17</spring-boot-dependencies.version>
<javax.servlet.version>4.0.1</javax.servlet.version>

<!-- test libraries -->
Expand Down
2 changes: 1 addition & 1 deletion yoti-sdk-spring-boot-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.16</version>
<version>2.7.17</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

Expand Down

0 comments on commit be5b151

Please sign in to comment.