Skip to content

Commit 9793228

Browse files
committed
fix(deps): update spring boot to v2.6.7
1 parent 568081c commit 9793228

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.2.4.RELEASE")
6+
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.6.7")
77
}
88
}
99

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.2.4.RELEASE</version>
8+
<version>2.6.7</version>
99
</parent>
1010

1111
<groupId>fr.recia</groupId>

0 commit comments

Comments
 (0)