Skip to content
Snippets Groups Projects
Unverified Commit c2ab3644 authored by Antoine Rey's avatar Antoine Rey Committed by GitHub
Browse files

Upgrade to spring boot 2.3.1 (#154)

Upgrade to Spring Boot 2.3.1.RELEASE
parent b7faec30
No related branches found
No related tags found
No related merge requests found
...@@ -6,12 +6,12 @@ ...@@ -6,12 +6,12 @@
<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.2.8.RELEASE</version> <version>2.3.1.RELEASE</version>
</parent> </parent>
<groupId>org.springframework.samples</groupId> <groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic-microservices</artifactId> <artifactId>spring-petclinic-microservices</artifactId>
<version>2.2.8</version> <version>2.3.1</version>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>
<packaging>pom</packaging> <packaging>pom</packaging>
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<java.version>1.8</java.version> <java.version>1.8</java.version>
<assertj.version>3.11.1</assertj.version> <assertj.version>3.11.1</assertj.version>
<spring-boot.version>2.2.8.RELEASE</spring-boot.version> <spring-boot.version>2.3.1.RELEASE</spring-boot.version>
<spring-cloud.version>Hoxton.SR5</spring-cloud.version> <spring-cloud.version>Hoxton.SR5</spring-cloud.version>
<maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version> <maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<parent> <parent>
<groupId>org.springframework.samples</groupId> <groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic-microservices</artifactId> <artifactId>spring-petclinic-microservices</artifactId>
<version>2.2.8</version> <version>2.3.1</version>
</parent> </parent>
<properties> <properties>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<parent> <parent>
<groupId>org.springframework.samples</groupId> <groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic-microservices</artifactId> <artifactId>spring-petclinic-microservices</artifactId>
<version>2.2.8</version> <version>2.3.1</version>
</parent> </parent>
<properties> <properties>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<parent> <parent>
<groupId>org.springframework.samples</groupId> <groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic-microservices</artifactId> <artifactId>spring-petclinic-microservices</artifactId>
<version>2.2.8</version> <version>2.3.1</version>
</parent> </parent>
<properties> <properties>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<parent> <parent>
<groupId>org.springframework.samples</groupId> <groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic-microservices</artifactId> <artifactId>spring-petclinic-microservices</artifactId>
<version>2.2.8</version> <version>2.3.1</version>
</parent> </parent>
<properties> <properties>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<parent> <parent>
<groupId>org.springframework.samples</groupId> <groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic-microservices</artifactId> <artifactId>spring-petclinic-microservices</artifactId>
<version>2.2.8</version> <version>2.3.1</version>
</parent> </parent>
<properties> <properties>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<parent> <parent>
<groupId>org.springframework.samples</groupId> <groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic-microservices</artifactId> <artifactId>spring-petclinic-microservices</artifactId>
<version>2.2.8</version> <version>2.3.1</version>
</parent> </parent>
<properties> <properties>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<parent> <parent>
<groupId>org.springframework.samples</groupId> <groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic-microservices</artifactId> <artifactId>spring-petclinic-microservices</artifactId>
<version>2.2.8</version> <version>2.3.1</version>
</parent> </parent>
<properties> <properties>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment