Skip to content

Commit 28d0b43

Browse files
authored
Merge branch 'master' into dependabot/gradle/com.rabbitmq-http-client-3.3.0.RELEASE
2 parents a60d65c + 460025d commit 28d0b43

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: java
22
sudo: false
33
jdk:
4-
- oraclejdk8
4+
- openjdk8
55
before_script:
66
- chmod +x gradlew
77
script:

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
buildscript {
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"

0 commit comments

Comments
 (0)