We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7439c7 commit 778161fCopy full SHA for 778161f
build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id 'org.springframework.boot' version '2.6.1'
+ id 'org.springframework.boot' version '2.6.2'
3
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
4
id 'java'
5
}
pom.xml
@@ -10,7 +10,7 @@
10
<parent>
11
<groupId>org.springframework.boot</groupId>
12
<artifactId>spring-boot-starter-parent</artifactId>
13
- <version>2.6.1</version>
+ <version>2.6.2</version>
14
</parent>
15
<name>petclinic</name>
16
0 commit comments