Skip to content

Commit 0b6a54d

Browse files
committed
Upgrade to R2DBC Arabba-SR11, Kotlin 1.5.32, Jackson 2.12.6
1 parent 1885ab3 commit 0b6a54d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ plugins {
33
id 'io.spring.nohttp' version '0.0.10'
44
id "io.freefair.aspectj" version '6.2.0' apply false
55
id 'org.jetbrains.dokka' version '1.5.0' apply false
6-
id 'org.jetbrains.kotlin.jvm' version '1.5.31' apply false
7-
id "org.jetbrains.kotlin.plugin.serialization" version "1.5.31" apply false
6+
id 'org.jetbrains.kotlin.jvm' version '1.5.32' apply false
7+
id "org.jetbrains.kotlin.plugin.serialization" version "1.5.32" apply false
88
id 'org.asciidoctor.jvm.convert' version '3.3.2'
99
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
1010
id "org.unbroken-dome.xjc" version '2.0.0' apply false
@@ -27,13 +27,13 @@ configure(allprojects) { project ->
2727

2828
dependencyManagement {
2929
imports {
30-
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.5"
30+
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.6"
3131
mavenBom "io.netty:netty-bom:4.1.72.Final"
3232
mavenBom "io.projectreactor:reactor-bom:2020.0.14"
33-
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR10"
33+
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR11"
3434
mavenBom "io.rsocket:rsocket-bom:1.1.1"
3535
mavenBom "org.eclipse.jetty:jetty-bom:9.4.44.v20210927"
36-
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.5.31"
36+
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.5.32"
3737
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.5.2"
3838
mavenBom "org.jetbrains.kotlinx:kotlinx-serialization-bom:1.2.2"
3939
mavenBom "org.junit:junit-bom:5.8.2"
@@ -353,12 +353,12 @@ configure([rootProject] + javaProjects) { project ->
353353
testImplementation("io.mockk:mockk")
354354
testImplementation("org.assertj:assertj-core")
355355
// Pull in the latest JUnit 5 Launcher API to ensure proper support in IDEs.
356-
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
357356
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
357+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
358358
testRuntimeOnly("org.junit.platform:junit-platform-suite-engine")
359359
testRuntimeOnly("org.apache.logging.log4j:log4j-core")
360-
testRuntimeOnly("org.apache.logging.log4j:log4j-slf4j-impl")
361360
testRuntimeOnly("org.apache.logging.log4j:log4j-jul")
361+
testRuntimeOnly("org.apache.logging.log4j:log4j-slf4j-impl")
362362
// JSR-305 only used for non-required meta-annotations
363363
compileOnly("com.google.code.findbugs:jsr305")
364364
testCompileOnly("com.google.code.findbugs:jsr305")

0 commit comments

Comments
 (0)