File tree 28 files changed +42
-42
lines changed
28 files changed +42
-42
lines changed Original file line number Diff line number Diff line change 18
18
if : github.repository == 'testcontainers/testcontainers-java'
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : release-drafter/release-drafter@06a49bf28488e030d35ca2ac6dbf7f408a481779 # v5.19.0
21
+ - uses : release-drafter/release-drafter@df69d584deac33d8569990cb6413f82447181076 # v5.19.0
22
22
env :
23
23
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 23
23
sed -i "s/latest_version: .*/latest_version: ${GITHUB_REF##*/}/g" mkdocs.yml
24
24
git diff
25
25
- name : Create Pull Request
26
- uses : peter-evans/create-pull-request@18f90432bedd2afd6a825469ffd38aa24712a91d # v3.10.1
26
+ uses : peter-evans/create-pull-request@671dc9c9e0c2d73f07fa45a3eb0220e1622f0c5f # v3.10.1
27
27
with :
28
28
title : Update docs version to ${GITHUB_REF##*/}
29
29
body : |
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ configurations.all {
61
61
62
62
dependencies {
63
63
api ' junit:junit:4.13.2'
64
- api ' org.slf4j:slf4j-api:2.0.0 '
64
+ api ' org.slf4j:slf4j-api:2.0.3 '
65
65
compileOnly ' org.jetbrains:annotations:23.0.0'
66
66
testCompileOnly ' org.jetbrains:annotations:23.0.0'
67
67
api ' org.apache.commons:commons-compress:1.21'
@@ -80,18 +80,18 @@ dependencies {
80
80
81
81
api ' com.github.docker-java:docker-java-transport-zerodep'
82
82
83
- shaded " org.yaml:snakeyaml:1.31 "
83
+ shaded " org.yaml:snakeyaml:1.33 "
84
84
85
85
shaded ' org.glassfish.main.external:trilead-ssh2-repackaged:4.1.2'
86
86
87
87
shaded ' org.zeroturnaround:zt-exec:1.12'
88
88
89
89
testImplementation ' org.apache.httpcomponents:httpclient:4.5.9'
90
90
testImplementation ' redis.clients:jedis:4.2.3'
91
- testImplementation ' com.rabbitmq:amqp-client:5.15 .0'
91
+ testImplementation ' com.rabbitmq:amqp-client:5.16 .0'
92
92
testImplementation ' org.mongodb:mongo-java-driver:3.12.11'
93
93
94
- testImplementation (' org.mockito:mockito-core:4.7 .0' ) {
94
+ testImplementation (' org.mockito:mockito-core:4.8 .0' ) {
95
95
exclude(module : ' hamcrest-core' )
96
96
}
97
97
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ dependencies {
11
11
implementation ' org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
12
12
implementation ' org.seleniumhq.selenium:selenium-chrome-driver:3.141.59'
13
13
testImplementation ' io.cucumber:cucumber-java:7.6.0'
14
- testImplementation ' io.cucumber:cucumber-junit:7.6 .0'
14
+ testImplementation ' io.cucumber:cucumber-junit:7.8 .0'
15
15
testImplementation ' org.testcontainers:selenium'
16
16
}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
10
10
testCompileOnly " org.projectlombok:lombok:1.18.24"
11
11
testAnnotationProcessor " org.projectlombok:lombok:1.18.24"
12
12
testImplementation ' org.testcontainers:kafka'
13
- testImplementation ' org.apache.kafka:kafka-clients:3.2.1 '
13
+ testImplementation ' org.apache.kafka:kafka-clients:3.3.0 '
14
14
testImplementation ' org.assertj:assertj-core:3.23.1'
15
15
testImplementation ' com.google.guava:guava:23.0'
16
16
testImplementation ' ch.qos.logback:logback-classic:1.2.11'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
dependencies {
9
9
compileOnly ' org.slf4j:slf4j-api:2.0.0'
10
10
implementation ' com.squareup.okhttp3:okhttp:4.10.0'
11
- implementation ' org.json:json:20220320 '
11
+ implementation ' org.json:json:20220924 '
12
12
testImplementation ' org.postgresql:postgresql:42.5.0'
13
13
testImplementation ' ch.qos.logback:logback-classic:1.2.11'
14
14
testImplementation ' org.testcontainers:postgresql'
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java'
3
- id ' org.springframework.boot' version ' 2.7.3 '
3
+ id ' org.springframework.boot' version ' 2.7.4 '
4
4
}
5
5
apply plugin : ' io.spring.dependency-management'
6
6
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
dependencies {
8
8
classpath " gradle.plugin.ch.myniva.gradle:s3-build-cache:0.10.0"
9
9
classpath " com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.11.1"
10
- classpath " com.gradle:common-custom-user-data-gradle-plugin:1.8"
10
+ classpath " com.gradle:common-custom-user-data-gradle-plugin:1.8.1 "
11
11
}
12
12
}
13
13
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" org.springframework.boot" ) version " 2.7.3 "
2
+ id(" org.springframework.boot" ) version " 2.7.4 "
3
3
id(" org.jetbrains.kotlin.jvm" ) version " 1.7.10"
4
4
id(" org.jetbrains.kotlin.plugin.spring" ) version " 1.7.10"
5
5
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java'
3
- id ' org.springframework.boot' version ' 2.7.3 '
3
+ id ' org.springframework.boot' version ' 2.7.4 '
4
4
}
5
5
apply plugin : ' io.spring.dependency-management'
6
6
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ dependencies {
6
6
shaded ' com.squareup.okhttp3:okhttp:4.10.0'
7
7
8
8
testImplementation ' org.assertj:assertj-core:3.23.1'
9
- testImplementation ' com.azure:azure-cosmos:4.35.1 '
9
+ testImplementation ' com.azure:azure-cosmos:4.36.0 '
10
10
}
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ dependencies {
10
10
api project(" :database-commons" )
11
11
api " com.datastax.cassandra:cassandra-driver-core:3.10.0"
12
12
13
- testImplementation ' com.datastax.oss:java-driver-core:4.14.1 '
13
+ testImplementation ' com.datastax.oss:java-driver-core:4.15.0 '
14
14
testImplementation ' org.assertj:assertj-core:3.23.1'
15
15
}
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ dependencies {
4
4
api project(' :testcontainers' )
5
5
6
6
testImplementation ' com.ecwid.consul:consul-api:1.4.5'
7
- testImplementation ' io.rest-assured:rest-assured:5.1.1 '
7
+ testImplementation ' io.rest-assured:rest-assured:5.2.0 '
8
8
testImplementation ' org.assertj:assertj-core:3.23.1'
9
9
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dependencies {
5
5
// TODO use JDK's HTTP client and/or Apache HttpClient5
6
6
shaded ' com.squareup.okhttp3:okhttp:4.10.0'
7
7
8
- testImplementation ' com.couchbase.client:java-client:3.3.3 '
8
+ testImplementation ' com.couchbase.client:java-client:3.3.4 '
9
9
testImplementation ' org.awaitility:awaitility:4.2.0'
10
10
testImplementation ' org.assertj:assertj-core:3.23.1'
11
11
}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Testcontainers :: Dynalite"
3
3
dependencies {
4
4
api project(' :testcontainers' )
5
5
6
- compileOnly ' com.amazonaws:aws-java-sdk-dynamodb:1.12.295 '
6
+ compileOnly ' com.amazonaws:aws-java-sdk-dynamodb:1.12.313 '
7
7
testImplementation ' com.amazonaws:aws-java-sdk-dynamodb:1.12.295'
8
8
testImplementation ' org.assertj:assertj-core:3.23.1'
9
9
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ description = "TestContainers :: elasticsearch"
2
2
3
3
dependencies {
4
4
api project(' :testcontainers' )
5
- testImplementation " org.elasticsearch.client:elasticsearch-rest-client:8.4.1 "
5
+ testImplementation " org.elasticsearch.client:elasticsearch-rest-client:8.4.2 "
6
6
testImplementation " org.elasticsearch.client:transport:7.17.6"
7
7
testImplementation ' org.assertj:assertj-core:3.23.1'
8
8
}
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ description = "Testcontainers :: GCloud"
3
3
dependencies {
4
4
api project(' :testcontainers' )
5
5
6
- testImplementation ' com.google.cloud:google-cloud-datastore:2.11.0 '
6
+ testImplementation ' com.google.cloud:google-cloud-datastore:2.11.4 '
7
7
testImplementation ' com.google.cloud:google-cloud-firestore:3.4.2'
8
- testImplementation ' com.google.cloud:google-cloud-pubsub:1.120.13 '
8
+ testImplementation ' com.google.cloud:google-cloud-pubsub:1.120.18 '
9
9
testImplementation ' com.google.cloud:google-cloud-spanner:6.29.0'
10
10
testImplementation ' com.google.cloud:google-cloud-bigtable:2.11.1'
11
11
testImplementation ' org.assertj:assertj-core:3.23.1'
Original file line number Diff line number Diff line change @@ -9,16 +9,16 @@ dependencies {
9
9
shaded(" org.javassist:javassist:3.29.0-GA" )
10
10
shaded(" org.jboss.shrinkwrap:shrinkwrap-api:1.2.6" )
11
11
shaded(" org.jboss.shrinkwrap:shrinkwrap-impl-base:1.2.6" )
12
- shaded(" net.lingala.zip4j:zip4j:2.11.1 " )
12
+ shaded(" net.lingala.zip4j:zip4j:2.11.2 " )
13
13
14
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.9.0 " )
14
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.9.1 " )
15
15
testImplementation(project(" :junit-jupiter" ))
16
- testImplementation(" com.hivemq:hivemq-extension-sdk:4.8.3 " )
16
+ testImplementation(" com.hivemq:hivemq-extension-sdk:4.9.0 " )
17
17
testImplementation(" com.hivemq:hivemq-mqtt-client:1.3.0" )
18
18
testImplementation(" org.apache.httpcomponents:httpclient:4.5.13" )
19
- testImplementation(" ch.qos.logback:logback-classic:1.4.0 " )
19
+ testImplementation(" ch.qos.logback:logback-classic:1.4.1 " )
20
20
testImplementation ' org.assertj:assertj-core:3.23.1'
21
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.9.0 " )
21
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.9.1 " )
22
22
}
23
23
24
24
test {
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ dependencies {
7
7
compileOnly ' org.jetbrains:annotations:23.0.0'
8
8
testImplementation ' commons-dbutils:commons-dbutils:1.7'
9
9
testImplementation ' org.vibur:vibur-dbcp:25.0'
10
- testImplementation ' org.apache.tomcat:tomcat-jdbc:10.0.23 '
10
+ testImplementation ' org.apache.tomcat:tomcat-jdbc:10.1.0 '
11
11
testImplementation ' com.zaxxer:HikariCP-java6:2.3.13'
12
12
testImplementation ' org.assertj:assertj-core:3.23.1'
13
- testImplementation (' org.mockito:mockito-core:4.7 .0' ) {
13
+ testImplementation (' org.mockito:mockito-core:4.8 .0' ) {
14
14
exclude(module : ' hamcrest-core' )
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -2,22 +2,22 @@ description = "Testcontainers :: JUnit Jupiter Extension"
2
2
3
3
dependencies {
4
4
api project(' :testcontainers' )
5
- api ' org.junit.jupiter:junit-jupiter-api:5.9.0 '
5
+ api ' org.junit.jupiter:junit-jupiter-api:5.9.1 '
6
6
7
7
testImplementation project(' :mysql' )
8
8
testImplementation project(' :postgresql' )
9
9
testImplementation ' com.zaxxer:HikariCP:4.0.3'
10
10
testImplementation ' redis.clients:jedis:4.2.3'
11
11
testImplementation ' org.apache.httpcomponents:httpclient:4.5.13'
12
- testImplementation (' org.mockito:mockito-core:4.7 .0' ) {
12
+ testImplementation (' org.mockito:mockito-core:4.8 .0' ) {
13
13
exclude(module : ' hamcrest-core' )
14
14
}
15
15
testImplementation ' org.assertj:assertj-core:3.23.1'
16
- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.9.0 '
16
+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.9.1 '
17
17
18
18
testRuntimeOnly ' org.postgresql:postgresql:42.5.0'
19
19
testRuntimeOnly ' mysql:mysql-connector-java:8.0.30'
20
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.0 '
20
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.1 '
21
21
}
22
22
23
23
test {
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ description = "Testcontainers :: Localstack"
3
3
dependencies {
4
4
api project(' :testcontainers' )
5
5
6
- compileOnly ' com.amazonaws:aws-java-sdk-s3:1.12.295 '
7
- testImplementation ' com.amazonaws:aws-java-sdk-s3:1.12.285 '
6
+ compileOnly ' com.amazonaws:aws-java-sdk-s3:1.12.313 '
7
+ testImplementation ' com.amazonaws:aws-java-sdk-s3:1.12.313 '
8
8
testImplementation ' com.amazonaws:aws-java-sdk-sqs:1.12.295'
9
- testImplementation ' com.amazonaws:aws-java-sdk-logs:1.12.295 '
9
+ testImplementation ' com.amazonaws:aws-java-sdk-logs:1.12.313 '
10
10
testImplementation ' software.amazon.awssdk:s3:2.17.266'
11
11
testImplementation ' org.assertj:assertj-core:3.23.1'
12
12
}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
10
10
compileOnly ' org.mariadb:r2dbc-mariadb:1.0.3'
11
11
12
12
testImplementation project(' :jdbc-test' )
13
- testImplementation ' org.mariadb.jdbc:mariadb-java-client:3.0.7 '
13
+ testImplementation ' org.mariadb.jdbc:mariadb-java-client:3.0.8 '
14
14
15
15
testImplementation testFixtures(project(' :r2dbc' ))
16
16
testImplementation ' org.mariadb:r2dbc-mariadb:1.0.2'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
10
10
compileOnly ' io.r2dbc:r2dbc-mssql:0.9.0.RELEASE'
11
11
12
12
testImplementation project(' :jdbc-test' )
13
- testImplementation ' com.microsoft.sqlserver:mssql-jdbc:11.2.0 .jre8'
13
+ testImplementation ' com.microsoft.sqlserver:mssql-jdbc:11.2.1 .jre8'
14
14
15
15
testImplementation project(' :r2dbc' )
16
16
testImplementation ' io.r2dbc:r2dbc-mssql:0.8.7.RELEASE'
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ dependencies {
15
15
testImplementation ' io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
16
16
testImplementation project(' :postgresql' )
17
17
18
- testFixturesImplementation ' io.projectreactor:reactor-core:3.4.22 '
18
+ testFixturesImplementation ' io.projectreactor:reactor-core:3.4.23 '
19
19
testFixturesImplementation ' org.assertj:assertj-core:3.23.1'
20
20
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ description = "TestContainers :: RabbitMQ"
2
2
3
3
dependencies {
4
4
api project(" :testcontainers" )
5
- testImplementation ' com.rabbitmq:amqp-client:5.15 .0'
5
+ testImplementation ' com.rabbitmq:amqp-client:5.16 .0'
6
6
testImplementation ' org.assertj:assertj-core:3.23.1'
7
7
compileOnly ' org.jetbrains:annotations:23.0.0'
8
8
}
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ description = "Testcontainers :: Redpanda"
3
3
dependencies {
4
4
api project(' :testcontainers' )
5
5
6
- testImplementation ' org.apache.kafka:kafka-clients:3.2.1 '
6
+ testImplementation ' org.apache.kafka:kafka-clients:3.3.0 '
7
7
testImplementation ' org.assertj:assertj-core:3.23.1'
8
8
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
4
4
api project(' :testcontainers' )
5
5
6
6
testImplementation ' com.bettercloud:vault-java-driver:5.1.0'
7
- testImplementation ' io.rest-assured:rest-assured:5.1.1 '
7
+ testImplementation ' io.rest-assured:rest-assured:5.2.0 '
8
8
testImplementation ' org.assertj:assertj-core:3.23.1'
9
9
10
10
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
}
7
7
dependencies {
8
8
classpath " com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.11.1"
9
- classpath " com.gradle:common-custom-user-data-gradle-plugin:1.8"
9
+ classpath " com.gradle:common-custom-user-data-gradle-plugin:1.8.1 "
10
10
}
11
11
}
12
12
You can’t perform that action at this time.
0 commit comments