Skip to content

Commit

Permalink
Update spring cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 10, 2020
1 parent 80a1eea commit b791bba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions infra_github/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<spring-cloud.version>Finchley.SR1</spring-cloud.version>
<spring-cloud.version>Hoxton.RELEASE</spring-cloud.version>
</properties>
<parent>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -72,7 +72,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-sleuth</artifactId>
<version>2.0.1.RELEASE</version>
<version>2.2.1.RELEASE</version>
</dependency>
<dependency>
<groupId>net.logstash.logback</groupId>
Expand Down Expand Up @@ -152,22 +152,22 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-config</artifactId>
<version>2.0.3.RELEASE</version>
<version>2.2.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
<version>2.0.1.RELEASE</version>
<version>2.2.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-hystrix</artifactId>
<version>2.0.1.RELEASE</version>
<version>2.2.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-sleuth</artifactId>
<version>2.0.1.RELEASE</version>
<version>2.2.1.RELEASE</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
Expand Down

0 comments on commit b791bba

Please sign in to comment.