Skip to content

Commit 778161f

Browse files
trisbergdsyer
authored andcommitted
Update to Boot 2.6.2
1 parent a7439c7 commit 778161f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '2.6.1'
2+
id 'org.springframework.boot' version '2.6.2'
33
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
44
id 'java'
55
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
13-
<version>2.6.1</version>
13+
<version>2.6.2</version>
1414
</parent>
1515
<name>petclinic</name>
1616

0 commit comments

Comments
 (0)