File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed
redis-backed-cache-testng Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2323 sed -i "s/latest_version: .*/latest_version: ${GITHUB_REF##*/}/g" mkdocs.yml
2424 git diff
2525 - name : Create Pull Request
26- uses : peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v3.10.1
26+ uses : peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v3.10.1
2727 with :
2828 title : Update docs version to ${GITHUB_REF##*/}
2929 body : |
Original file line number Diff line number Diff line change 2323 sed -i "s/^testcontainers\.version=.*/testcontainers\.version=${GITHUB_REF##*/}/g" gradle.properties
2424 git diff
2525 - name : Create Pull Request
26- uses : peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v3.10.1
26+ uses : peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v3.10.1
2727 with :
2828 title : Update testcontainers version to ${GITHUB_REF##*/}
2929 body : |
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88dependencies {
99 compileOnly ' org.slf4j:slf4j-api:1.7.36'
1010 implementation ' com.squareup.okhttp3:okhttp:4.12.0'
11- implementation ' org.json:json:20231013 '
11+ implementation ' org.json:json:20240303 '
1212 testRuntimeOnly ' org.postgresql:postgresql:42.7.3'
1313 testImplementation ' ch.qos.logback:logback-classic:1.3.14'
1414 testImplementation ' org.testcontainers:postgresql'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99dependencies {
1010 compileOnly ' org.slf4j:slf4j-api:1.7.36'
1111 implementation ' redis.clients:jedis:5.1.3'
12- implementation ' com.google.code.gson:gson:2.10.1 '
12+ implementation ' com.google.code.gson:gson:2.11.0 '
1313 implementation ' com.google.guava:guava:23.0'
1414 testImplementation ' org.testcontainers:testcontainers'
1515 testImplementation ' ch.qos.logback:logback-classic:1.3.14'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99dependencies {
1010 compileOnly ' org.slf4j:slf4j-api:1.7.36'
1111 implementation ' redis.clients:jedis:5.1.3'
12- implementation ' com.google.code.gson:gson:2.10.1 '
12+ implementation ' com.google.code.gson:gson:2.11.0 '
1313 implementation ' com.google.guava:guava:23.0'
1414 testImplementation ' org.testcontainers:testcontainers'
1515 testImplementation ' org.testcontainers:junit-jupiter'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99dependencies {
1010
1111 implementation ' redis.clients:jedis:5.1.3'
12- implementation ' com.google.code.gson:gson:2.10.1 '
12+ implementation ' com.google.code.gson:gson:2.11.0 '
1313 implementation ' com.google.guava:guava:23.0'
1414 compileOnly ' org.slf4j:slf4j-api:1.7.36'
1515
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ description = "Testcontainers :: elasticsearch"
33dependencies {
44 api project(' :testcontainers' )
55 testImplementation " org.elasticsearch.client:elasticsearch-rest-client:8.14.3"
6- testImplementation " org.elasticsearch.client:transport:7.17.21 "
6+ testImplementation " org.elasticsearch.client:transport:7.17.22 "
77 testImplementation ' org.assertj:assertj-core:3.26.3'
88}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies {
88 testImplementation project(' :mysql' )
99 testImplementation project(' :postgresql' )
1010 testImplementation ' com.zaxxer:HikariCP:4.0.3'
11- testImplementation ' redis.clients:jedis:5.1.2 '
11+ testImplementation ' redis.clients:jedis:5.1.3 '
1212 testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
1313 testImplementation (' org.mockito:mockito-core:4.11.0' ) {
1414 exclude(module : ' hamcrest-core' )
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ dependencies {
99 shaded ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.8'
1010
1111 testImplementation ' io.fabric8:kubernetes-client:6.13.1'
12- testImplementation ' io.kubernetes:client-java:20 .0.1 -legacy'
12+ testImplementation ' io.kubernetes:client-java:21 .0.0 -legacy'
1313 testImplementation ' org.assertj:assertj-core:3.26.3'
1414}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
44 api project(' :testcontainers' )
55
66 testImplementation ' org.assertj:assertj-core:3.26.3'
7- testImplementation ' dev.openfga:openfga-sdk:0.4.2 '
7+ testImplementation ' dev.openfga:openfga-sdk:0.5.0 '
88}
99
1010test {
You can’t perform that action at this time.
0 commit comments