@@ -2,7 +2,7 @@ buildscript {
22 ext {
33 kotlin_version = ' 1.3.41'
44 rabbitMqJavaClientVersion = ' 5.7.3'
5- junit_jupiter_version = ' 5.5.0 '
5+ junit_jupiter_version = ' 5.5.1 '
66 junit_plugin_version = ' 1.2.0'
77 kluent_version = ' 1.48'
88 ktor_version = ' 1.2.3'
@@ -56,7 +56,7 @@ configure(allprojects) { project ->
5656 sourceCompatibility = 1.8
5757
5858 dependencies {
59- compile ' io.github.microutils:kotlin-logging:1.6.26 '
59+ compile ' io.github.microutils:kotlin-logging:1.7.6 '
6060
6161 compile " com.rabbitmq:amqp-client:$rabbitMqJavaClientVersion "
6262 compile " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
@@ -88,10 +88,10 @@ configure(rootProject) {
8888 }
8989
9090 dependencies {
91- testImplementation " com.rabbitmq:http-client:3.2 .0.RELEASE"
92- testImplementation " org.springframework:spring-web:5.1.8 .RELEASE"
91+ testImplementation " com.rabbitmq:http-client:3.3 .0.RELEASE"
92+ testImplementation " org.springframework:spring-web:5.1.9 .RELEASE"
9393 testImplementation " org.apache.httpcomponents:httpclient:4.5.9"
94- testCompile " org.testcontainers:testcontainers:1.11.4 "
94+ testCompile " org.testcontainers:testcontainers:1.12.0 "
9595 testCompile " org.testcontainers:junit-jupiter:1.11.4"
9696 testCompile " com.nhaarman:mockito-kotlin:1.6.0"
9797 testCompile " org.junit.jupiter:junit-jupiter-api:$junit_jupiter_version "
@@ -160,7 +160,7 @@ project('the-white-rabbit-spring-boot-example') {
160160 implementation ' org.jetbrains.kotlin:kotlin-reflect'
161161 implementation ' org.jetbrains.kotlin:kotlin-stdlib-jdk8'
162162 implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.2'
163- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.3.0-M2 '
163+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.3.0-RC2 '
164164 testImplementation(' org.springframework.boot:spring-boot-starter-test' ) {
165165 exclude module : ' junit'
166166 }
0 commit comments