|
|
|
@ -6,7 +6,7 @@
@@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-gateway</artifactId> |
|
|
|
|
<version>3.0.4-SNAPSHOT</version> |
|
|
|
|
<version>3.1.0-SNAPSHOT</version> |
|
|
|
|
<packaging>pom</packaging> |
|
|
|
|
|
|
|
|
|
<name>Spring Cloud Gateway</name> |
|
|
|
@ -15,7 +15,7 @@
@@ -15,7 +15,7 @@
|
|
|
|
|
<parent> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-build</artifactId> |
|
|
|
|
<version>3.0.4-SNAPSHOT</version> |
|
|
|
|
<version>3.1.0-SNAPSHOT</version> |
|
|
|
|
<relativePath/> |
|
|
|
|
</parent> |
|
|
|
|
<scm> |
|
|
|
@ -54,8 +54,8 @@
@@ -54,8 +54,8 @@
|
|
|
|
|
<blockhound.version>1.0.6.RELEASE</blockhound.version> |
|
|
|
|
<java.version>1.8</java.version> |
|
|
|
|
<junit-pioneer.version>1.0.0</junit-pioneer.version> |
|
|
|
|
<spring-cloud-circuitbreaker.version>2.0.3-SNAPSHOT</spring-cloud-circuitbreaker.version> |
|
|
|
|
<spring-cloud-commons.version>3.0.4-SNAPSHOT</spring-cloud-commons.version> |
|
|
|
|
<spring-cloud-circuitbreaker.version>2.1.0-SNAPSHOT</spring-cloud-circuitbreaker.version> |
|
|
|
|
<spring-cloud-commons.version>3.1.0-SNAPSHOT</spring-cloud-commons.version> |
|
|
|
|
<testcontainers.version>1.15.1</testcontainers.version> |
|
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|