Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Update spring boot to v2.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 28, 2023
1 parent 6f6739e commit 55059bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.1.12.RELEASE</version>
<version>2.7.12</version>
</parent>

<groupId>org.dukecon</groupId>
Expand Down Expand Up @@ -157,7 +157,7 @@
<commons-io.version>2.8.0</commons-io.version>
<commons-lang.version>3.11</commons-lang.version>
<spock.version>1.3-groovy-2.5</spock.version>
<spring-boot.version>2.1.9.RELEASE</spring-boot.version>
<spring-boot.version>2.7.12</spring-boot.version>
<spring-cloud-dependencies.version>Greenwich.RELEASE</spring-cloud-dependencies.version>
<spring-cloud-starter-hystrix.version>1.4.6.RELEASE</spring-cloud-starter-hystrix.version>
<swagger-annotations.version>1.6.2</swagger-annotations.version>
Expand Down

0 comments on commit 55059bd

Please sign in to comment.