Update to Boot 2.4.2

This commit is contained in:
Dave Syer 2021-01-28 09:55:39 +00:00
parent 02babdd8cb
commit 04471aec49

View file

@ -5,12 +5,12 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.samples</groupId> <groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic</artifactId> <artifactId>spring-petclinic</artifactId>
<version>2.4.0.BUILD-SNAPSHOT</version> <version>2.4.2</version>
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.1</version> <version>2.4.2</version>
</parent> </parent>
<name>petclinic</name> <name>petclinic</name>