Skip to content

Commit

Permalink
chore(deps): update spring boot to v2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 20, 2021
1 parent 568081c commit 23cd712
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.4.6")
}
}

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.4.6</version>
</parent>

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

0 comments on commit 23cd712

Please sign in to comment.