mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 15:55:49 +00:00
Update to new version
This commit is contained in:
parent
ff60b6747a
commit
712e8b6481
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -37,14 +37,14 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.wavefront</groupId>
|
<groupId>com.wavefront</groupId>
|
||||||
<artifactId>wavefront-spring-boot</artifactId>
|
<artifactId>wavefront-spring-boot</artifactId>
|
||||||
<version>2.0.2</version>
|
<version>2.1.0</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-dependencies</artifactId>
|
<artifactId>spring-cloud-dependencies</artifactId>
|
||||||
<version>Hoxton.SR8</version>
|
<version>2020.0.2</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Reference in a new issue