Upgrade dependencies; prepare fpr release
This commit is contained in:
44
build.gradle
44
build.gradle
@@ -1,9 +1,9 @@
|
||||
buildscript {
|
||||
ext.kotlinVersion = '1.8.10'
|
||||
ext.kotlinVersion = '1.8.20'
|
||||
ext.isCI = System.getenv('GITHUB_ACTION') || System.getenv('bamboo_buildKey')
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
maven { url 'https://repo.spring.io/plugins-release' }
|
||||
mavenCentral()
|
||||
if (version.endsWith('SNAPSHOT')) {
|
||||
maven { url 'https://repo.spring.io/snapshot' }
|
||||
}
|
||||
@@ -15,14 +15,13 @@ buildscript {
|
||||
}
|
||||
|
||||
plugins {
|
||||
id 'org.sonarqube' version '4.2.1.3168'
|
||||
id 'org.sonarqube' version '4.3.0.3225'
|
||||
id 'io.spring.nohttp' version '0.0.11' apply false
|
||||
id 'org.ajoberstar.grgit' version '4.1.1'
|
||||
id 'io.spring.dependency-management' version '1.1.0'
|
||||
id 'com.jfrog.artifactory' version '4.32.0' apply false
|
||||
id 'io.spring.dependency-management' version '1.1.2'
|
||||
id 'com.jfrog.artifactory' version '4.33.1' apply false
|
||||
id 'org.jetbrains.dokka' version "$kotlinVersion"
|
||||
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
|
||||
id 'org.asciidoctor.jvm.gems' version '3.3.2'
|
||||
id 'org.asciidoctor.jvm.convert' version '3.3.2'
|
||||
}
|
||||
|
||||
@@ -53,7 +52,7 @@ ext {
|
||||
aspectjVersion = '1.9.19'
|
||||
assertjVersion = '3.24.2'
|
||||
assertkVersion = '0.26.1'
|
||||
avroVersion = '1.11.1'
|
||||
avroVersion = '1.11.2'
|
||||
awaitilityVersion = '4.2.0'
|
||||
camelVersion = '3.20.5'
|
||||
commonsDbcp2Version = '2.9.0'
|
||||
@@ -65,19 +64,19 @@ ext {
|
||||
ftpServerVersion = '1.2.0'
|
||||
graalvmVersion = '22.3.2'
|
||||
greenmailVersion = '2.0.0'
|
||||
groovyVersion = '4.0.12'
|
||||
groovyVersion = '4.0.13'
|
||||
hamcrestVersion = '2.2'
|
||||
hazelcastVersion = '5.2.4'
|
||||
hibernateVersion = '6.2.5.Final'
|
||||
hibernateVersion = '6.2.6.Final'
|
||||
hsqldbVersion = '2.7.2'
|
||||
h2Version = '2.1.214'
|
||||
h2Version = '2.2.220'
|
||||
jacksonVersion = '2.15.2'
|
||||
jaxbVersion = '4.0.3'
|
||||
jcifsVersion = '2.1.34'
|
||||
jcifsVersion = '2.1.35'
|
||||
jeroMqVersion = '0.5.3'
|
||||
jmsApiVersion = '3.1.0'
|
||||
jpaApiVersion = '3.1.0'
|
||||
jrubyVersion = '9.4.1.0'
|
||||
jrubyVersion = '9.4.3.0'
|
||||
jsonpathVersion = '2.8.0'
|
||||
junit4Version = '4.13.2'
|
||||
junitJupiterVersion = '5.9.3'
|
||||
@@ -87,8 +86,8 @@ ext {
|
||||
lettuceVersion = '6.2.4.RELEASE'
|
||||
log4jVersion = '2.20.0'
|
||||
mailVersion = '1.0.0'
|
||||
micrometerTracingVersion = '1.1.2'
|
||||
micrometerVersion = '1.11.1'
|
||||
micrometerTracingVersion = '1.1.3'
|
||||
micrometerVersion = '1.11.2'
|
||||
mockitoVersion = '5.3.1'
|
||||
mongoDriverVersion = '4.9.1'
|
||||
mysqlVersion = '8.0.33'
|
||||
@@ -96,22 +95,22 @@ ext {
|
||||
postgresVersion = '42.6.0'
|
||||
protobufVersion = '3.23.3'
|
||||
r2dbch2Version = '1.0.0.RELEASE'
|
||||
reactorVersion = '2022.0.8'
|
||||
reactorVersion = '2022.0.9'
|
||||
resilience4jVersion = '2.0.2'
|
||||
romeToolsVersion = '2.1.0'
|
||||
rsocketVersion = '1.1.4'
|
||||
servletApiVersion = '6.0.0'
|
||||
smackVersion = '4.4.6'
|
||||
springAmqpVersion = '3.0.5'
|
||||
springDataVersion = '2023.0.1'
|
||||
springGraphqlVersion = '1.2.1'
|
||||
springKafkaVersion = '3.0.8'
|
||||
springAmqpVersion = '3.0.6'
|
||||
springDataVersion = '2023.0.2'
|
||||
springGraphqlVersion = '1.2.2'
|
||||
springKafkaVersion = '3.0.9'
|
||||
springRetryVersion = '2.0.2'
|
||||
springSecurityVersion = '6.1.1'
|
||||
springVersion = '6.0.10'
|
||||
springVersion = '6.0.11'
|
||||
springWsVersion = '4.0.4'
|
||||
testcontainersVersion = '1.18.3'
|
||||
tomcatVersion = '10.1.10'
|
||||
tomcatVersion = '10.1.11'
|
||||
xmlUnitVersion = '2.9.1'
|
||||
xstreamVersion = '1.4.20'
|
||||
ztZipVersion = '1.15'
|
||||
@@ -127,7 +126,6 @@ allprojects {
|
||||
mavenLocal()
|
||||
}
|
||||
mavenCentral()
|
||||
maven { url 'https://repo.spring.io/release' }
|
||||
maven { url 'https://repo.spring.io/milestone' }
|
||||
if (version.endsWith('SNAPSHOT')) {
|
||||
maven { url 'https://repo.spring.io/snapshot' }
|
||||
@@ -364,7 +362,7 @@ configure(javaProjects) { subproject ->
|
||||
|
||||
checkstyle {
|
||||
configDirectory.set(rootProject.file('src/checkstyle'))
|
||||
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '10.12.0'
|
||||
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '10.12.1'
|
||||
}
|
||||
|
||||
jar {
|
||||
|
||||
Reference in New Issue
Block a user