Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
raynigon authored Aug 5, 2020
2 parents 3ddb393 + 0c69b44 commit be98c6b
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-rootless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
sleep 1
DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock docker info || ls -la $XDG_RUNTIME_DIR
- name: Build with Gradle
run: ./gradlew --no-daemon --scan testcontainers:test
run: ./gradlew --no-daemon --scan testcontainers:test --tests '*GenericContainerRuleTest'
- name: aggregate test reports with ciMate
if: always()
continue-on-error: true
Expand Down
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ dependencies {
testCompile 'org.apache.httpcomponents:httpclient:4.5.9'
testCompile 'redis.clients:jedis:3.3.0'
testCompile 'com.rabbitmq:amqp-client:5.9.0'
testCompile 'org.mongodb:mongo-java-driver:3.12.5'
testCompile 'org.mongodb:mongo-java-driver:3.12.6'

testCompile ('org.mockito:mockito-core:3.3.3') {
testCompile ('org.mockito:mockito-core:3.4.6') {
exclude(module: 'hamcrest-core')
}
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/ash

echo sleeping
set -ex

sleep 2
echo writing file
touch /testfile

while true; do sleep 1; done
4 changes: 2 additions & 2 deletions examples/cucumber/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation 'org.seleniumhq.selenium:selenium-remote-driver:3.141.59'
implementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
implementation 'org.seleniumhq.selenium:selenium-chrome-driver:3.141.59'
testImplementation 'io.cucumber:cucumber-java:6.1.1'
testImplementation 'io.cucumber:cucumber-junit:6.1.1'
testImplementation 'io.cucumber:cucumber-java:6.2.2'
testImplementation 'io.cucumber:cucumber-junit:6.2.2'
testImplementation 'org.testcontainers:selenium'
}
2 changes: 1 addition & 1 deletion examples/linked-container/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}
dependencies {
compileOnly 'org.slf4j:slf4j-api:1.7.30'
implementation 'com.squareup.okhttp3:okhttp:4.7.2'
implementation 'com.squareup.okhttp3:okhttp:4.8.0'
implementation 'org.json:json:20180813'
testImplementation 'org.postgresql:postgresql:42.2.14'
testImplementation 'ch.qos.logback:logback-classic:1.2.3'
Expand Down
2 changes: 1 addition & 1 deletion examples/selenium-container/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '2.3.1.RELEASE'
id 'org.springframework.boot' version '2.3.2.RELEASE'
}
apply plugin: 'io.spring.dependency-management'

Expand Down
2 changes: 1 addition & 1 deletion examples/spring-boot/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '2.3.1.RELEASE'
id 'org.springframework.boot' version '2.3.2.RELEASE'
}
apply plugin: 'io.spring.dependency-management'

Expand Down
4 changes: 2 additions & 2 deletions modules/dynalite/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ description = "Testcontainers :: Dynalite"
dependencies {
compile project(':testcontainers')

compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.11.816'
testCompile 'com.amazonaws:aws-java-sdk-dynamodb:1.11.812'
compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.11.827'
testCompile 'com.amazonaws:aws-java-sdk-dynamodb:1.11.827'
}
4 changes: 2 additions & 2 deletions modules/jdbc-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies {
compile project(':test-support')

compile 'com.google.guava:guava:29.0-jre'
compile 'org.apache.commons:commons-lang3:3.10'
compile 'org.apache.commons:commons-lang3:3.11'
compile 'com.zaxxer:HikariCP-java6:2.3.13'
compile 'commons-dbutils:commons-dbutils:1.7'

Expand All @@ -17,5 +17,5 @@ dependencies {
compile 'commons-dbutils:commons-dbutils:1.7'
compile 'org.apache.tomcat:tomcat-jdbc:9.0.37'
compile 'org.vibur:vibur-dbcp:25.0'
compile 'mysql:mysql-connector-java:8.0.20'
compile 'mysql:mysql-connector-java:8.0.21'
}
4 changes: 2 additions & 2 deletions modules/junit-jupiter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ dependencies {
testCompile 'com.zaxxer:HikariCP:3.4.5'
testCompile 'redis.clients:jedis:3.3.0'
testCompile 'org.apache.httpcomponents:httpclient:4.5.12'
testCompile ('org.mockito:mockito-core:3.3.3') {
testCompile ('org.mockito:mockito-core:3.4.4') {
exclude(module: 'hamcrest-core')
}
testCompile 'org.assertj:assertj-core:3.16.1'
testCompile 'org.junit.jupiter:junit-jupiter-params:5.6.2'

testRuntime 'org.postgresql:postgresql:42.2.14'
testRuntime 'mysql:mysql-connector-java:8.0.20'
testRuntime 'mysql:mysql-connector-java:8.0.21'
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
}

Expand Down
6 changes: 3 additions & 3 deletions modules/localstack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description = "Testcontainers :: Localstack"
dependencies {
compile project(':testcontainers')

compileOnly 'com.amazonaws:aws-java-sdk-s3:1.11.816'
compileOnly 'com.amazonaws:aws-java-sdk-s3:1.11.831'
testCompile 'com.amazonaws:aws-java-sdk-s3:1.11.816'
testCompile 'com.amazonaws:aws-java-sdk-sqs:1.11.812'
testCompile 'com.amazonaws:aws-java-sdk-sqs:1.11.831'
testCompile 'com.amazonaws:aws-java-sdk-logs:1.11.807'
testCompile 'software.amazon.awssdk:s3:2.13.50'
testCompile 'software.amazon.awssdk:s3:2.13.61'
}
6 changes: 3 additions & 3 deletions modules/mariadb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ dependencies {
compile project(':jdbc')

compileOnly project(':r2dbc')
compileOnly 'org.mariadb:r2dbc-mariadb:0.8.2-alpha2'
compileOnly 'org.mariadb:r2dbc-mariadb:0.8.3-beta1'

testCompile project(':jdbc-test')
testCompile 'org.mariadb.jdbc:mariadb-java-client:2.6.1'
testCompile 'org.mariadb.jdbc:mariadb-java-client:2.6.2'

testCompile testFixtures(project(':r2dbc'))
testCompile 'org.mariadb:r2dbc-mariadb:0.8.1-alpha1'
testCompile 'org.mariadb:r2dbc-mariadb:0.8.3-beta1'
}
2 changes: 1 addition & 1 deletion modules/mssqlserver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
compile project(':jdbc')

compileOnly project(':r2dbc')
compileOnly 'io.r2dbc:r2dbc-mssql:0.8.3.RELEASE'
compileOnly 'io.r2dbc:r2dbc-mssql:0.8.4.RELEASE'

testCompile project(':jdbc-test')
testCompile 'com.microsoft.sqlserver:mssql-jdbc:8.3.1.jre8-preview'
Expand Down
4 changes: 2 additions & 2 deletions modules/mysql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ dependencies {
compile project(':jdbc')

compileOnly project(':r2dbc')
compileOnly 'dev.miku:r2dbc-mysql:0.8.1.RELEASE'
compileOnly 'dev.miku:r2dbc-mysql:0.8.2.RELEASE'

testCompile project(':jdbc-test')
testCompile 'mysql:mysql-connector-java:8.0.20'
testCompile 'mysql:mysql-connector-java:8.0.21'

testCompile testFixtures(project(':r2dbc'))
testCompile 'dev.miku:r2dbc-mysql:0.8.1.RELEASE'
Expand Down
2 changes: 1 addition & 1 deletion modules/postgresql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
compile project(':jdbc')

compileOnly project(':r2dbc')
compileOnly 'io.r2dbc:r2dbc-postgresql:0.8.3.RELEASE'
compileOnly 'io.r2dbc:r2dbc-postgresql:0.8.4.RELEASE'

testCompile project(':jdbc-test')
testCompile project(':test-support')
Expand Down
2 changes: 1 addition & 1 deletion modules/spock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
testCompile 'org.apache.httpcomponents:httpclient:4.5.12'

testRuntime 'org.postgresql:postgresql:42.2.14'
testRuntime 'mysql:mysql-connector-java:8.0.20'
testRuntime 'mysql:mysql-connector-java:8.0.21'
}

sourceJar {
Expand Down

0 comments on commit be98c6b

Please sign in to comment.