Revert accidental deps upgrade
This commit is contained in:
47
build.gradle
47
build.gradle
@@ -1,5 +1,5 @@
|
||||
buildscript {
|
||||
ext.kotlinVersion = '1.7.0'
|
||||
ext.kotlinVersion = '1.7.21'
|
||||
ext.isCI = System.getenv('GITHUB_ACTION')
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@@ -39,35 +39,35 @@ ext {
|
||||
modifiedFiles =
|
||||
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
|
||||
|
||||
assertjVersion = '3.24.2'
|
||||
assertkVersion = '0.27.0'
|
||||
assertjVersion = '3.23.1'
|
||||
assertkVersion = '0.24'
|
||||
awaitilityVersion = '4.2.0'
|
||||
commonsCompressVersion = '1.20'
|
||||
commonsHttpClientVersion = '5.2.1'
|
||||
commonsPoolVersion = '2.12.0'
|
||||
commonsHttpClientVersion = '5.1.3'
|
||||
commonsPoolVersion = '2.11.1'
|
||||
googleJsr305Version = '3.0.2'
|
||||
hamcrestVersion = '2.2'
|
||||
hibernateValidationVersion = '8.0.1.Final'
|
||||
jacksonBomVersion = '2.15.3'
|
||||
jaywayJsonPathVersion = '2.8.0'
|
||||
hibernateValidationVersion = '8.0.0.Final'
|
||||
jacksonBomVersion = '2.14.3'
|
||||
jaywayJsonPathVersion = '2.7.0'
|
||||
junit4Version = '4.13.2'
|
||||
junitJupiterVersion = '5.10.0'
|
||||
kotlinCoroutinesVersion = '1.7.3'
|
||||
log4jVersion = '2.21.1'
|
||||
logbackVersion = '1.4.11'
|
||||
junitJupiterVersion = '5.9.2'
|
||||
kotlinCoroutinesVersion = '1.6.4'
|
||||
log4jVersion = '2.19.0'
|
||||
logbackVersion = '1.4.4'
|
||||
lz4Version = '1.8.0'
|
||||
micrometerDocsVersion = '1.0.2'
|
||||
micrometerVersion = '1.12.0'
|
||||
micrometerTracingVersion = '1.2.0'
|
||||
mockitoVersion = '5.6.0'
|
||||
rabbitmqStreamVersion = '0.14.0'
|
||||
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.19.0'
|
||||
reactorVersion = '2023.0.0'
|
||||
micrometerVersion = '1.10.12'
|
||||
micrometerTracingVersion = '1.0.11'
|
||||
mockitoVersion = '4.8.1'
|
||||
rabbitmqStreamVersion = '0.8.0'
|
||||
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.16.1'
|
||||
reactorVersion = '2022.0.12'
|
||||
snappyVersion = '1.1.8.4'
|
||||
springDataVersion = '2023.1.0'
|
||||
springDataVersion = '2022.0.11'
|
||||
springRetryVersion = '2.0.4'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.1.0'
|
||||
testcontainersVersion = '1.19.1'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.13'
|
||||
testcontainersVersion = '1.19.2'
|
||||
zstdJniVersion = '1.5.0-2'
|
||||
|
||||
javaProjects = subprojects - project(':spring-amqp-bom')
|
||||
@@ -382,10 +382,6 @@ project('spring-amqp-bom') {
|
||||
project('spring-rabbit') {
|
||||
description = 'Spring RabbitMQ Support'
|
||||
|
||||
configurations {
|
||||
adoc
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
api project(':spring-amqp')
|
||||
@@ -420,7 +416,6 @@ project('spring-rabbit') {
|
||||
testImplementation 'io.micrometer:micrometer-tracing-integration-test'
|
||||
testImplementation "org.testcontainers:rabbitmq"
|
||||
testImplementation 'org.testcontainers:junit-jupiter'
|
||||
testImplementation "org.apache.httpcomponents.client5:httpclient5:$commonsHttpClientVersion"
|
||||
testRuntimeOnly 'com.fasterxml.jackson.core:jackson-core'
|
||||
testRuntimeOnly 'com.fasterxml.jackson.core:jackson-databind'
|
||||
testRuntimeOnly 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml'
|
||||
|
||||
Reference in New Issue
Block a user