Skip to content

Commit e4b87a2

Browse files
authored
Merge pull request #6564 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents 80700c1 + 13e8728 commit e4b87a2

File tree

52 files changed

+81
-81
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+81
-81
lines changed

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
if: github.repository == 'testcontainers/testcontainers-java'
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: release-drafter/release-drafter@6df64e4ba4842c203c604c1f45246c5863410adb # v5.19.0
21+
- uses: release-drafter/release-drafter@cfc5540ebc9d65a8731f02032e3d44db5e449fb6 # v5.19.0
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

core/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ configurations.all {
6868
dependencies {
6969
api 'junit:junit:4.13.2'
7070
api 'org.slf4j:slf4j-api:1.7.36'
71-
compileOnly 'org.jetbrains:annotations:23.1.0'
72-
testCompileOnly 'org.jetbrains:annotations:23.0.0'
71+
compileOnly 'org.jetbrains:annotations:24.0.0'
72+
testCompileOnly 'org.jetbrains:annotations:24.0.0'
7373
api 'org.apache.commons:commons-compress:1.22'
7474
api ('org.rnorth.duct-tape:duct-tape:1.0.8') {
7575
exclude(group: 'org.jetbrains', module: 'annotations')
@@ -103,13 +103,13 @@ dependencies {
103103
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest
104104
testImplementation files('testlib/repo/fakejar/fakejar/0/fakejar-0.jar')
105105

106-
testImplementation 'org.assertj:assertj-core:3.23.1'
106+
testImplementation 'org.assertj:assertj-core:3.24.2'
107107
testImplementation project(':test-support')
108108

109109
jarFileTestCompileOnly "org.projectlombok:lombok:${lombok.version}"
110110
jarFileTestAnnotationProcessor "org.projectlombok:lombok:${lombok.version}"
111111
jarFileTestImplementation 'junit:junit:4.13.2'
112-
jarFileTestImplementation 'org.assertj:assertj-core:3.22.0'
112+
jarFileTestImplementation 'org.assertj:assertj-core:3.24.2'
113113
jarFileTestImplementation 'org.ow2.asm:asm-debug-all:5.2'
114114
}
115115

docs/examples/junit5/redis/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ description = "Examples for docs"
33
dependencies {
44
api "io.lettuce:lettuce-core:6.2.2.RELEASE"
55

6-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.1"
6+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.2"
77
testImplementation "org.junit.jupiter:junit-jupiter-params:5.9.1"
8-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.1"
8+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.2"
99
testImplementation project(":testcontainers")
1010
testImplementation project(":junit-jupiter")
1111
testImplementation 'org.assertj:assertj-core:3.23.1'

examples/cucumber/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
implementation 'org.seleniumhq.selenium:selenium-remote-driver:3.141.59'
1111
implementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
1212
implementation 'org.seleniumhq.selenium:selenium-chrome-driver:3.141.59'
13-
testImplementation 'io.cucumber:cucumber-java:7.10.1'
13+
testImplementation 'io.cucumber:cucumber-java:7.11.1'
1414
testImplementation 'io.cucumber:cucumber-junit:7.10.1'
1515
testImplementation 'org.testcontainers:selenium'
1616
testImplementation 'org.assertj:assertj-core:3.23.1'

examples/kafka-cluster/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
testCompileOnly "org.projectlombok:lombok:1.18.24"
1111
testAnnotationProcessor "org.projectlombok:lombok:1.18.24"
1212
testImplementation 'org.testcontainers:kafka'
13-
testImplementation 'org.apache.kafka:kafka-clients:3.3.1'
13+
testImplementation 'org.apache.kafka:kafka-clients:3.3.2'
1414
testImplementation 'org.assertj:assertj-core:3.23.1'
1515
testImplementation 'com.google.guava:guava:23.0'
1616
testImplementation 'ch.qos.logback:logback-classic:1.3.5'

examples/linked-container/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
compileOnly 'org.slf4j:slf4j-api:1.7.36'
1010
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
1111
implementation 'org.json:json:20220924'
12-
testImplementation 'org.postgresql:postgresql:42.5.1'
12+
testImplementation 'org.postgresql:postgresql:42.5.2'
1313
testImplementation 'ch.qos.logback:logback-classic:1.3.5'
1414
testImplementation 'org.testcontainers:postgresql'
1515
testImplementation 'org.assertj:assertj-core:3.23.1'

examples/nats/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
dependencies {
1010
testImplementation 'org.assertj:assertj-core:3.23.1'
1111
testImplementation 'org.testcontainers:testcontainers'
12-
testImplementation 'io.nats:jnats:2.16.5'
12+
testImplementation 'io.nats:jnats:2.16.7'
1313
testImplementation 'ch.qos.logback:logback-classic:1.3.5'
1414
testImplementation 'org.apache.httpcomponents:httpclient:4.5.13'
1515
}

examples/redis-backed-cache-testng/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
dependencies {
1010
compileOnly 'org.slf4j:slf4j-api:1.7.36'
1111
implementation 'redis.clients:jedis:4.3.1'
12-
implementation 'com.google.code.gson:gson:2.10'
12+
implementation 'com.google.code.gson:gson:2.10.1'
1313
implementation 'com.google.guava:guava:23.0'
1414
testImplementation 'org.testcontainers:testcontainers'
1515
testImplementation 'ch.qos.logback:logback-classic:1.3.5'

examples/redis-backed-cache/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
dependencies {
1010
compileOnly 'org.slf4j:slf4j-api:1.7.36'
1111
implementation 'redis.clients:jedis:4.3.1'
12-
implementation 'com.google.code.gson:gson:2.10'
12+
implementation 'com.google.code.gson:gson:2.10.1'
1313
implementation 'com.google.guava:guava:23.0'
1414
testImplementation 'org.testcontainers:testcontainers'
1515
testImplementation 'junit:junit:4.13.2'

examples/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77
dependencies {
88
classpath "gradle.plugin.ch.myniva.gradle:s3-build-cache:0.10.0"
9-
classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.12.2"
9+
classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.12.3"
1010
classpath "com.gradle:common-custom-user-data-gradle-plugin:1.8.2"
1111
}
1212
}

0 commit comments

Comments
 (0)