Skip to content

Commit 094d302

Browse files
author
Dave Syer
committed
Upgrade to Spring Boot 2.6.1 and fix Maven build
1 parent f015573 commit 094d302

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.springframework.samples</groupId>
77
<artifactId>spring-petclinic</artifactId>
8-
<version>2.5.0-SNAPSHOT</version>
8+
<version>2.6.0-SNAPSHOT</version>
99

1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
13-
<version>2.5.6</version>
13+
<version>2.6.1</version>
1414
</parent>
1515
<name>petclinic</name>
1616

src/checkstyle/nohttp-checkstyle-suppressions.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<suppressions>
66
<suppress files="node_modules/.*" checks=".*"/>
77
<suppress files="node/.*" checks=".*"/>
8+
<suppress files="build/.*" checks=".*"/>
89
<suppress files="[\\/]build.log" checks="NoHttp"/>
910
<suppress files=".+\.(jar|git|ico|p12|gif|jks|jpg|svg)" checks="NoHttp"/>
1011
</suppressions>

0 commit comments

Comments
 (0)