Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combined dependencies PR #7617

Merged
merged 27 commits into from
Oct 3, 2023
Merged
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
524b1ac
Bump redis.clients:jedis from 5.0.0 to 5.0.1 in /modules/junit-jupiter
dependabot[bot] Oct 2, 2023
d8c71be
Bump com.azure:azure-cosmos from 4.49.0 to 4.51.0 in /modules/azure
dependabot[bot] Oct 2, 2023
e982c70
Bump com.gradle:common-custom-user-data-gradle-plugin in /examples
dependabot[bot] Oct 2, 2023
0e1a82d
Bump redis.clients:jedis from 5.0.0 to 5.0.1 in /examples
dependabot[bot] Oct 2, 2023
38aa7a8
Bump com.google.cloud:libraries-bom in /modules/gcloud
dependabot[bot] Oct 2, 2023
df5705a
Bump com.gradle:common-custom-user-data-gradle-plugin
dependabot[bot] Oct 2, 2023
6ab1ff1
Bump com.oracle.database.jdbc:ojdbc11 in /modules/oracle-xe
dependabot[bot] Oct 2, 2023
1ebe670
Bump commons-io:commons-io from 2.13.0 to 2.14.0 in /modules/hivemq
dependabot[bot] Oct 2, 2023
a992083
Bump io.trino:trino-jdbc from 426 to 427 in /modules/trino
dependabot[bot] Oct 2, 2023
c3e0b03
Bump com.rabbitmq:amqp-client from 5.18.0 to 5.19.0 in /core
dependabot[bot] Oct 2, 2023
7b95ae7
Bump com.amazonaws:aws-java-sdk-dynamodb in /modules/dynalite
dependabot[bot] Oct 2, 2023
2ee9d32
Bump com.rabbitmq:amqp-client from 5.18.0 to 5.19.0 in /modules/rabbitmq
dependabot[bot] Oct 2, 2023
aa1e051
Bump software.amazon.awssdk:s3 in /modules/localstack
dependabot[bot] Oct 2, 2023
d17a00b
Bump com.amazonaws:aws-java-sdk-bom in /modules/localstack
dependabot[bot] Oct 2, 2023
fea6d61
Merge remote-tracking branch 'origin/dependabot/gradle/modules/locals…
eddumelendez Oct 3, 2023
f182842
Merge remote-tracking branch 'origin/dependabot/gradle/modules/rabbit…
eddumelendez Oct 3, 2023
d7b9026
Merge remote-tracking branch 'origin/dependabot/gradle/modules/dynali…
eddumelendez Oct 3, 2023
9046c64
Merge remote-tracking branch 'origin/dependabot/gradle/core/com.rabbi…
eddumelendez Oct 3, 2023
0e2aed1
Merge remote-tracking branch 'origin/dependabot/gradle/modules/trino/…
eddumelendez Oct 3, 2023
7c645bb
Merge remote-tracking branch 'origin/dependabot/gradle/modules/hivemq…
eddumelendez Oct 3, 2023
807f922
Merge remote-tracking branch 'origin/dependabot/gradle/modules/oracle…
eddumelendez Oct 3, 2023
583bae2
Merge remote-tracking branch 'origin/dependabot/gradle/com.gradle-com…
eddumelendez Oct 3, 2023
578ae8e
Merge remote-tracking branch 'origin/dependabot/gradle/modules/gcloud…
eddumelendez Oct 3, 2023
acf65a6
Merge remote-tracking branch 'origin/dependabot/gradle/examples/redis…
eddumelendez Oct 3, 2023
210a77c
Merge remote-tracking branch 'origin/dependabot/gradle/examples/com.g…
eddumelendez Oct 3, 2023
e7560d4
Merge remote-tracking branch 'origin/dependabot/gradle/modules/azure/…
eddumelendez Oct 3, 2023
27b8adf
Merge remote-tracking branch 'origin/dependabot/gradle/modules/junit-…
eddumelendez Oct 3, 2023
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
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ dependencies {
}
testImplementation 'org.apache.httpcomponents:httpclient:4.5.9'
testImplementation 'redis.clients:jedis:5.0.0'
testImplementation 'com.rabbitmq:amqp-client:5.18.0'
testImplementation 'com.rabbitmq:amqp-client:5.19.0'
testImplementation 'org.mongodb:mongo-java-driver:3.12.14'

testImplementation ('org.mockito:mockito-core:4.11.0') {
Expand Down
2 changes: 1 addition & 1 deletion examples/redis-backed-cache-testng/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.36'
implementation 'redis.clients:jedis:5.0.0'
implementation 'redis.clients:jedis:5.0.1'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.google.guava:guava:23.0'
testImplementation 'org.testcontainers:testcontainers'
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.36'
implementation 'redis.clients:jedis:5.0.0'
implementation 'redis.clients:jedis:5.0.1'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.google.guava:guava:23.0'
testImplementation 'org.testcontainers:testcontainers'
Expand Down
2 changes: 1 addition & 1 deletion examples/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
dependencies {
classpath "gradle.plugin.ch.myniva.gradle:s3-build-cache:0.10.0"
classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.15"
classpath "com.gradle:common-custom-user-data-gradle-plugin:1.11.2"
classpath "com.gradle:common-custom-user-data-gradle-plugin:1.11.3"
}
}

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:5.0.0'
implementation 'redis.clients:jedis:5.0.1'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.google.guava:guava:23.0'
compileOnly 'org.slf4j:slf4j-api:1.7.36'
Expand Down
2 changes: 1 addition & 1 deletion modules/azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dependencies {
shaded 'com.squareup.okhttp3:okhttp:4.11.0'

testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'com.azure:azure-cosmos:4.49.0'
testImplementation 'com.azure:azure-cosmos:4.51.0'
}
4 changes: 2 additions & 2 deletions modules/dynalite/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Testcontainers :: Dynalite (deprecated)"
dependencies {
api project(':testcontainers')

compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.12.557'
testImplementation 'com.amazonaws:aws-java-sdk-dynamodb:1.12.557'
compileOnly 'com.amazonaws:aws-java-sdk-dynamodb:1.12.560'
testImplementation 'com.amazonaws:aws-java-sdk-dynamodb:1.12.560'
testImplementation 'org.assertj:assertj-core:3.24.2'
}
2 changes: 1 addition & 1 deletion modules/gcloud/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "Testcontainers :: GCloud"
dependencies {
api project(':testcontainers')

testImplementation platform("com.google.cloud:libraries-bom:26.23.0")
testImplementation platform("com.google.cloud:libraries-bom:26.24.0")
testImplementation 'com.google.cloud:google-cloud-bigquery'
testImplementation 'com.google.cloud:google-cloud-datastore'
testImplementation 'com.google.cloud:google-cloud-firestore'
Expand Down
2 changes: 1 addition & 1 deletion modules/hivemq/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
api("org.jetbrains:annotations:24.0.1")

shaded("org.apache.commons:commons-lang3:3.13.0")
shaded("commons-io:commons-io:2.13.0")
shaded("commons-io:commons-io:2.14.0")
shaded("org.javassist:javassist:3.29.2-GA")
shaded("org.jboss.shrinkwrap:shrinkwrap-api:1.2.6")
shaded("org.jboss.shrinkwrap:shrinkwrap-impl-base:1.2.6")
Expand Down
2 changes: 1 addition & 1 deletion modules/junit-jupiter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
testImplementation project(':mysql')
testImplementation project(':postgresql')
testImplementation 'com.zaxxer:HikariCP:4.0.3'
testImplementation 'redis.clients:jedis:5.0.0'
testImplementation 'redis.clients:jedis:5.0.1'
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
testImplementation ('org.mockito:mockito-core:4.11.0') {
exclude(module: 'hamcrest-core')
Expand Down
4 changes: 2 additions & 2 deletions modules/localstack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ description = "Testcontainers :: Localstack"
dependencies {
api project(':testcontainers')

testImplementation platform("com.amazonaws:aws-java-sdk-bom:1.12.557")
testImplementation platform("com.amazonaws:aws-java-sdk-bom:1.12.560")
testImplementation 'com.amazonaws:aws-java-sdk-s3'
testImplementation 'com.amazonaws:aws-java-sdk-sqs'
testImplementation 'com.amazonaws:aws-java-sdk-logs'
testImplementation 'software.amazon.awssdk:s3:2.20.154'
testImplementation 'software.amazon.awssdk:s3:2.20.157'
testImplementation 'org.assertj:assertj-core:3.24.2'
}
2 changes: 1 addition & 1 deletion modules/oracle-xe/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
compileOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.1.1'

testImplementation project(':jdbc-test')
testImplementation 'com.oracle.database.jdbc:ojdbc11:23.2.0.0'
testImplementation 'com.oracle.database.jdbc:ojdbc11:23.3.0.23.09'

compileOnly 'org.jetbrains:annotations:24.0.1'

Expand Down
2 changes: 1 addition & 1 deletion modules/rabbitmq/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "Testcontainers :: RabbitMQ"

dependencies {
api project(":testcontainers")
testImplementation 'com.rabbitmq:amqp-client:5.18.0'
testImplementation 'com.rabbitmq:amqp-client:5.19.0'
testImplementation 'org.assertj:assertj-core:3.24.2'
compileOnly 'org.jetbrains:annotations:24.0.1'
}
2 changes: 1 addition & 1 deletion modules/trino/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies {
api project(':jdbc')

testImplementation project(':jdbc-test')
testRuntimeOnly 'io.trino:trino-jdbc:426'
testRuntimeOnly 'io.trino:trino-jdbc:427'
compileOnly 'org.jetbrains:annotations:24.0.1'
}
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.15"
classpath "com.gradle:common-custom-user-data-gradle-plugin:1.11.2"
classpath "com.gradle:common-custom-user-data-gradle-plugin:1.11.3"
classpath "org.gradle.toolchains:foojay-resolver:0.7.0"
}
}
Expand Down
Loading