Updated wrong versions
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<java.version>1.8</java.version>
|
||||
<spring-cloud-contract.version>3.1.2-SNAPSHOT</spring-cloud-contract.version>
|
||||
<spring-cloud-release.version>2021.0.1-SNAPSHOT</spring-cloud-release.version>
|
||||
<spring-cloud-release.version>2021.0.2-SNAPSHOT</spring-cloud-release.version>
|
||||
<excludeBuildFolders>true</excludeBuildFolders>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=false
|
||||
BOM_VERSION=2021.0.1-SNAPSHOT
|
||||
bootVersion=2.6.3
|
||||
BOM_VERSION=2021.0.2-SNAPSHOT
|
||||
bootVersion=2.6.3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
org.gradle.daemon=false
|
||||
verifierVersion=3.1.2-SNAPSHOT
|
||||
BOM_VERSION=2021.0.1-SNAPSHOT
|
||||
bootVersion=2.6.3
|
||||
BOM_VERSION=2021.0.2-SNAPSHOT
|
||||
bootVersion=2.6.3
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<java.version>1.8</java.version>
|
||||
<spring-cloud-contract.version>3.1.2-SNAPSHOT</spring-cloud-contract.version>
|
||||
<spring-cloud-release.version>2021.0.1-SNAPSHOT</spring-cloud-release.version>
|
||||
<spring-cloud-release.version>2021.0.2-SNAPSHOT</spring-cloud-release.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
org.gradle.daemon=false
|
||||
verifierVersion=3.1.2-SNAPSHOT
|
||||
BOM_VERSION=2021.0.1-SNAPSHOT
|
||||
bootVersion=2.6.3
|
||||
BOM_VERSION=2021.0.2-SNAPSHOT
|
||||
bootVersion=2.6.3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
org.gradle.daemon=false
|
||||
verifierVersion=3.1.2-SNAPSHOT
|
||||
BOM_VERSION=2021.0.1-SNAPSHOT
|
||||
bootVersion=2.6.3
|
||||
BOM_VERSION=2021.0.2-SNAPSHOT
|
||||
bootVersion=2.6.3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
org.gradle.daemon=false
|
||||
verifierVersion=3.1.2-SNAPSHOT
|
||||
BOM_VERSION=2021.0.1-SNAPSHOT
|
||||
bootVersion=2.6.3
|
||||
BOM_VERSION=2021.0.2-SNAPSHOT
|
||||
bootVersion=2.6.3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
org.gradle.daemon=false
|
||||
verifierVersion=3.1.2-SNAPSHOT
|
||||
BOM_VERSION=2021.0.1-SNAPSHOT
|
||||
bootVersion=2.6.3
|
||||
BOM_VERSION=2021.0.2-SNAPSHOT
|
||||
bootVersion=2.6.3
|
||||
|
||||
@@ -67,9 +67,9 @@ dependencies {
|
||||
implementation "com.jcraft:jsch.agentproxy.jsch:${jschVersion}"
|
||||
implementation "com.jcraft:jsch.agentproxy.sshagent:${jschVersion}"
|
||||
implementation "com.jcraft:jsch.agentproxy.usocket-jna:${jschVersion}"
|
||||
implementation "com.fasterxml.jackson.core:jackson-databind:2.11.4"
|
||||
implementation "com.fasterxml.jackson.core:jackson-databind:2.13.2.2"
|
||||
|
||||
implementation "org.springframework:spring-core:5.3.9"
|
||||
implementation "org.springframework:spring-core:5.3.18"
|
||||
implementation("org.springframework.cloud:spring-cloud-contract-shade:${project.version}")
|
||||
api("org.springframework.cloud:spring-cloud-contract-stub-runner:${project.version}") {
|
||||
exclude(group: '*')
|
||||
|
||||
Reference in New Issue
Block a user