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.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 15, 2021
1 parent 284202d commit a17f2a6
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.5.1</version>
</parent>

<groupId>org.dukecon</groupId>
Expand Down Expand Up @@ -156,7 +156,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.5.1</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 a17f2a6

Please sign in to comment.