Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
ebd9e18
Bump cucumber-java from 6.9.1 to 6.10.4 in /examples
dependabot[bot] May 14, 2021
24a2ec9
Bump r2dbc-mariadb from 1.0.0 to 1.0.1 in /modules/mariadb
dependabot[bot] May 19, 2021
c06520d
Bump kafka-clients from 2.6.0 to 2.8.0 in /modules/kafka
dependabot[bot] May 19, 2021
858b1aa
Bump testng from 7.3.0 to 7.4.0 in /examples
dependabot[bot] May 19, 2021
0b8b301
Bump okhttp from 4.9.0 to 4.9.1 in /examples
dependabot[bot] May 19, 2021
046913d
Bump guava from 30.1-jre to 30.1.1-jre in /core
dependabot[bot] May 19, 2021
21561aa
Bump kafka-clients from 2.3.1 to 2.8.0 in /examples
dependabot[bot] May 19, 2021
588822b
Bump amqp-client from 5.9.0 to 5.12.0 in /core
dependabot[bot] May 24, 2021
8fb9abb
Bump jedis from 3.4.0 to 3.6.0 in /examples
dependabot[bot] May 24, 2021
477b623
Bump org.jetbrains.kotlin.jvm from 1.4.32 to 1.5.10 in /examples
dependabot[bot] Jun 1, 2021
6d79647
Bump junit-jupiter-api from 5.7.1 to 5.7.2 in /modules/junit-jupiter
dependabot[bot] Jun 1, 2021
9d5a583
Bump junit-jupiter-params from 5.7.1 to 5.7.2 in /modules/junit-jupiter
dependabot[bot] Jun 1, 2021
9ed8fef
Bump aws-java-sdk-sqs from 1.11.1018 to 1.11.1030 in /modules/localstack
dependabot[bot] Jun 1, 2021
95436cb
Bump s3 from 2.16.62 to 2.16.74 in /modules/localstack
dependabot[bot] Jun 1, 2021
2ae341d
Bump assertj-core from 3.18.1 to 3.19.0 in /core
dependabot[bot] Jun 7, 2021
57f4802
Bump annotations from 20.1.0 to 21.0.1 in /modules/spock
dependabot[bot] Jun 7, 2021
1c1bc81
Bump annotations from 20.1.0 to 21.0.1 in /modules/mysql
dependabot[bot] Jun 7, 2021
30e8992
Bump annotations from 20.1.0 to 21.0.1 in /examples
dependabot[bot] Jun 7, 2021
57dc4e3
Bump tomcat-jdbc from 9.0.40 to 10.0.6 in /modules/jdbc-test
dependabot[bot] Jun 7, 2021
b76145a
Bump annotations from 20.1.0 to 21.0.1 in /modules/jdbc
dependabot[bot] Jun 7, 2021
1368e82
Bump postgresql from 42.2.18 to 42.2.20 in /modules/postgresql
dependabot[bot] Jun 7, 2021
9ce058d
Bump assertj-core from 3.18.1 to 3.19.0 in /modules/pulsar
dependabot[bot] Jun 7, 2021
947bfb0
Bump HikariCP from 3.4.5 to 4.0.3 in /modules/junit-jupiter
dependabot[bot] Jun 7, 2021
b865416
Bump postgresql from 42.2.18 to 42.2.20 in /examples
dependabot[bot] Jun 7, 2021
80491db
Bump assertj-core from 3.16.1 to 3.19.0 in /modules/jdbc
dependabot[bot] Jun 7, 2021
6ff91db
Bump mysql-connector-java in /modules/junit-jupiter
dependabot[bot] Jun 7, 2021
bf6fa10
Merge branches 'dependabot/gradle/modules/localstack/software.amazon.…
invalid-email-address Jun 8, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {

dependencies {
// https://github.com/melix/japicmp-gradle-plugin/issues/36
classpath 'com.google.guava:guava:30.1-jre'
classpath 'com.google.guava:guava:30.1.1-jre'
}
}

Expand Down Expand Up @@ -207,7 +207,7 @@ dependencies {

testCompile 'org.apache.httpcomponents:httpclient:4.5.9'
testCompile 'redis.clients:jedis:3.6.0'
testCompile 'com.rabbitmq:amqp-client:5.9.0'
testCompile 'com.rabbitmq:amqp-client:5.12.0'
testCompile 'org.mongodb:mongo-java-driver:3.12.7'

testCompile ('org.mockito:mockito-core:3.10.0') {
Expand All @@ -217,7 +217,7 @@ dependencies {
testCompile files('testlib/repo/fakejar/fakejar/0/fakejar-0.jar')

testCompile 'org.rnorth.visible-assertions:visible-assertions:2.1.2'
testCompile 'org.assertj:assertj-core:3.18.1'
testCompile 'org.assertj:assertj-core:3.19.0'
testCompile project(':test-support')

jarFileTestCompileOnly "org.projectlombok:lombok:${lombok.version}"
Expand Down
2 changes: 1 addition & 1 deletion 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.9.1'
testImplementation 'io.cucumber:cucumber-java:6.10.4'
testImplementation 'io.cucumber:cucumber-junit:6.9.1'
testImplementation 'org.testcontainers:selenium'
}
2 changes: 1 addition & 1 deletion examples/kafka-cluster/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
testCompileOnly "org.projectlombok:lombok:1.18.20"
testAnnotationProcessor "org.projectlombok:lombok:1.18.10"
testCompile 'org.testcontainers:kafka'
testCompile 'org.apache.kafka:kafka-clients:2.3.1'
testCompile 'org.apache.kafka:kafka-clients:2.8.0'
testCompile 'org.assertj:assertj-core:3.14.0'
testCompile 'com.google.guava:guava:23.0'
testCompile 'org.slf4j:slf4j-simple:1.7.30'
Expand Down
4 changes: 2 additions & 2 deletions examples/linked-container/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ repositories {
}
dependencies {
compileOnly 'org.slf4j:slf4j-api:1.7.30'
implementation 'com.squareup.okhttp3:okhttp:4.9.0'
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
implementation 'org.json:json:20210307'
testImplementation 'org.postgresql:postgresql:42.2.18'
testImplementation 'org.postgresql:postgresql:42.2.20'
testImplementation 'ch.qos.logback:logback-classic:1.2.3'
testImplementation 'org.testcontainers:postgresql'
}
Expand Down
2 changes: 1 addition & 1 deletion examples/mongodb-container/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ repositories {
dependencies {
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'junit:junit:4.13.2'
testCompileClasspath 'org.jetbrains:annotations:20.1.0'
testCompileClasspath 'org.jetbrains:annotations:21.0.1'
}
4 changes: 2 additions & 2 deletions examples/redis-backed-cache-testng/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ repositories {

dependencies {
compileOnly 'org.slf4j:slf4j-api:1.7.30'
implementation 'redis.clients:jedis:3.4.0'
implementation 'redis.clients:jedis:3.6.0'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.guava:guava:23.0'
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'ch.qos.logback:logback-classic:1.2.3'
testImplementation 'org.testng:testng:7.3.0'
testImplementation 'org.testng:testng:7.4.0'
testImplementation 'org.rnorth.visible-assertions:visible-assertions:2.1.2'
}

Expand Down
2 changes: 1 addition & 1 deletion examples/redis-backed-cache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

dependencies {
compileOnly 'org.slf4j:slf4j-api:1.7.30'
implementation 'redis.clients:jedis:3.4.0'
implementation 'redis.clients:jedis:3.6.0'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.guava:guava:23.0'
testImplementation 'org.testcontainers:testcontainers'
Expand Down
2 changes: 1 addition & 1 deletion examples/singleton-container/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

dependencies {

implementation 'redis.clients:jedis:3.4.0'
implementation 'redis.clients:jedis:3.6.0'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.guava:guava:23.0'
compileOnly 'org.slf4j:slf4j-api:1.7.30'
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-boot-kotlin-redis/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("org.springframework.boot") version "2.4.1"
id("org.jetbrains.kotlin.jvm") version "1.4.32"
id("org.jetbrains.kotlin.jvm") version "1.5.10"
id("org.jetbrains.kotlin.plugin.spring") version "1.5.0"
}

Expand Down
2 changes: 1 addition & 1 deletion modules/jdbc-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
exclude(group: "net.java.dev.jna", module: "jna")
}

compile 'org.apache.tomcat:tomcat-jdbc:9.0.40'
compile 'org.apache.tomcat:tomcat-jdbc:10.0.6'
compile 'org.vibur:vibur-dbcp:25.0'
compile 'mysql:mysql-connector-java:8.0.25'
}
4 changes: 2 additions & 2 deletions modules/jdbc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ dependencies {
compile project(':database-commons')
testCompile project(':test-support')

compileOnly 'org.jetbrains:annotations:20.1.0'
compileOnly 'org.jetbrains:annotations:21.0.1'
testCompile 'commons-dbutils:commons-dbutils:1.7'
testCompile 'org.vibur:vibur-dbcp:25.0'
testCompile 'org.apache.tomcat:tomcat-jdbc:10.0.6'
testCompile 'com.zaxxer:HikariCP-java6:2.3.13'
testCompile 'com.googlecode.junit-toolbox:junit-toolbox:2.4'
testCompile 'org.rnorth.visible-assertions:visible-assertions:2.1.2'
testCompile 'org.assertj:assertj-core:3.16.1'
testCompile 'org.assertj:assertj-core:3.19.0'
}
8 changes: 4 additions & 4 deletions modules/junit-jupiter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ description = "Testcontainers :: JUnit Jupiter Extension"

dependencies {
compile project(':testcontainers')
compile 'org.junit.jupiter:junit-jupiter-api:5.7.1'
compile 'org.junit.jupiter:junit-jupiter-api:5.7.2'

testCompile project(':mysql')
testCompile project(':postgresql')
testCompile 'com.zaxxer:HikariCP:3.4.5'
testCompile 'com.zaxxer:HikariCP:4.0.3'
testCompile 'redis.clients:jedis:3.6.0'
testCompile 'org.apache.httpcomponents:httpclient:4.5.13'
testCompile ('org.mockito:mockito-core:3.10.0') {
exclude(module: 'hamcrest-core')
}
testCompile 'org.assertj:assertj-core:3.18.1'
testCompile 'org.junit.jupiter:junit-jupiter-params:5.7.1'
testCompile 'org.junit.jupiter:junit-jupiter-params:5.7.2'

testRuntime 'org.postgresql:postgresql:42.2.20'
testRuntime 'mysql:mysql-connector-java:8.0.22'
testRuntime 'mysql:mysql-connector-java:8.0.25'
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
}

Expand Down
2 changes: 1 addition & 1 deletion modules/kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Testcontainers :: Kafka"
dependencies {
compile project(':testcontainers')

testCompile 'org.apache.kafka:kafka-clients:2.6.0'
testCompile 'org.apache.kafka:kafka-clients:2.8.0'
testCompile 'org.assertj:assertj-core:3.18.1'
testCompile 'com.google.guava:guava:23.0'
}
4 changes: 2 additions & 2 deletions modules/localstack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ dependencies {

compileOnly 'com.amazonaws:aws-java-sdk-s3:1.11.930'
testCompile 'com.amazonaws:aws-java-sdk-s3:1.11.929'
testCompile 'com.amazonaws:aws-java-sdk-sqs:1.11.1018'
testCompile 'com.amazonaws:aws-java-sdk-sqs:1.11.1030'
testCompile 'com.amazonaws:aws-java-sdk-logs:1.11.807'
testCompile 'software.amazon.awssdk:s3:2.16.62'
testCompile 'software.amazon.awssdk:s3:2.16.74'
testCompile 'org.rnorth.visible-assertions:visible-assertions:2.1.2'
}
2 changes: 1 addition & 1 deletion modules/mariadb/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 'org.mariadb:r2dbc-mariadb:1.0.0'
compileOnly 'org.mariadb:r2dbc-mariadb:1.0.1'

testCompile project(':jdbc-test')
testCompile 'org.mariadb.jdbc:mariadb-java-client:2.7.3'
Expand Down
2 changes: 1 addition & 1 deletion modules/mysql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ dependencies {
testCompile testFixtures(project(':r2dbc'))
testCompile 'dev.miku:r2dbc-mysql:0.8.2.RELEASE'

compileOnly 'org.jetbrains:annotations:20.1.0'
compileOnly 'org.jetbrains:annotations:21.0.1'
}
2 changes: 1 addition & 1 deletion modules/postgresql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {

testCompile project(':jdbc-test')
testCompile project(':test-support')
testCompile 'org.postgresql:postgresql:42.2.18'
testCompile 'org.postgresql:postgresql:42.2.20'

testCompile testFixtures(project(':r2dbc'))
testCompile 'io.r2dbc:r2dbc-postgresql:0.8.5.RELEASE'
Expand Down
2 changes: 1 addition & 1 deletion modules/pulsar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies {
compile project(':testcontainers')

testCompile group: 'org.apache.pulsar', name: 'pulsar-client', version: '2.7.2'
testCompile group: 'org.assertj', name: 'assertj-core', version: '3.18.1'
testCompile group: 'org.assertj', name: 'assertj-core', version: '3.19.0'
testCompile group: 'org.apache.pulsar', name: 'pulsar-client-admin', version: '2.7.2'
}
2 changes: 1 addition & 1 deletion modules/spock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
testRuntime 'org.postgresql:postgresql:42.2.18'
testRuntime 'mysql:mysql-connector-java:8.0.25'

testCompileClasspath 'org.jetbrains:annotations:20.1.0'
testCompileClasspath 'org.jetbrains:annotations:21.0.1'
}

sourceJar {
Expand Down