File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11language : java
22sudo : false
33jdk :
4- - oraclejdk8
4+ - openjdk8
55before_script :
66 - chmod +x gradlew
77script :
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
33 kotlin_version = ' 1.3.41'
4- rabbitMqJavaClientVersion = ' 5.7.2 '
4+ rabbitMqJavaClientVersion = ' 5.7.3 '
55 junit_jupiter_version = ' 5.5.0'
66 junit_plugin_version = ' 1.2.0'
77 kluent_version = ' 1.48'
8- ktor_version = ' 1.2.2 '
8+ ktor_version = ' 1.2.3 '
99 vertx_version = ' 3.8.0'
1010 }
1111
@@ -89,7 +89,7 @@ configure(rootProject) {
8989
9090 dependencies {
9191 testImplementation " com.rabbitmq:http-client:3.3.0.RELEASE"
92- testImplementation " org.springframework:spring-web:5.1.8 .RELEASE"
92+ testImplementation " org.springframework:spring-web:5.1.9 .RELEASE"
9393 testImplementation " org.apache.httpcomponents:httpclient:4.5.9"
9494 testCompile " org.testcontainers:testcontainers:1.11.4"
9595 testCompile " org.testcontainers:junit-jupiter:1.11.4"
You can’t perform that action at this time.
0 commit comments