Updated wrong versions

This commit is contained in:
Marcin Grzejszczak
2022-04-19 15:57:58 +02:00
parent 2142931114
commit 3842b4b57a
9 changed files with 16 additions and 16 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -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

View File

@@ -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>

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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: '*')