Update gradle builds to latest reactor
This commit is contained in:
@@ -44,7 +44,7 @@ ext {
|
||||
awsLambdaEventsVersion = "1.2.1"
|
||||
awsLambdaCoreVersion = "1.1.0"
|
||||
}
|
||||
ext['reactor.version'] = "3.1.1.RELEASE"
|
||||
ext['reactor.version'] = "3.1.2.RELEASE"
|
||||
|
||||
assemble.dependsOn = [shadowJar, bootRepackage]
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ repositories {
|
||||
ext {
|
||||
springCloudFunctionVersion = "1.0.0.BUILD-SNAPSHOT"
|
||||
}
|
||||
ext['reactor.version'] = "3.1.1.RELEASE"
|
||||
ext['reactor.version'] = "3.1.2.RELEASE"
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
|
||||
@@ -38,7 +38,7 @@ repositories {
|
||||
ext {
|
||||
springCloudFunctionVersion = "1.0.0.BUILD-SNAPSHOT"
|
||||
}
|
||||
ext['reactor.version'] = "3.1.1.RELEASE"
|
||||
ext['reactor.version'] = "3.1.2.RELEASE"
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
|
||||
@@ -38,7 +38,7 @@ repositories {
|
||||
ext {
|
||||
springCloudFunctionVersion = "1.0.0.BUILD-SNAPSHOT"
|
||||
}
|
||||
ext['reactor.version'] = "3.1.1.RELEASE"
|
||||
ext['reactor.version'] = "3.1.2.RELEASE"
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
|
||||
@@ -38,7 +38,7 @@ repositories {
|
||||
ext {
|
||||
springCloudFunctionVersion = "1.0.0.BUILD-SNAPSHOT"
|
||||
}
|
||||
ext['reactor.version'] = "3.1.1.RELEASE"
|
||||
ext['reactor.version'] = "3.1.2.RELEASE"
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
|
||||
@@ -38,7 +38,7 @@ repositories {
|
||||
ext {
|
||||
springCloudFunctionVersion = "1.0.0.BUILD-SNAPSHOT"
|
||||
}
|
||||
ext['reactor.version'] = "3.1.1.RELEASE"
|
||||
ext['reactor.version'] = "3.1.2.RELEASE"
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
|
||||
Reference in New Issue
Block a user