Skip to content

Commit

Permalink
Update spring boot to v2.2.5.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 27, 2020
1 parent 94100ab commit b95b02d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.2.4.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.2.5.RELEASE")
}
}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.4.RELEASE</version>
<version>2.2.5.RELEASE</version>
</parent>

<groupId>fr.recia</groupId>
Expand Down

0 comments on commit b95b02d

Please sign in to comment.