File tree Expand file tree Collapse file tree 19 files changed +22
-22
lines changed
Expand file tree Collapse file tree 19 files changed +22
-22
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@b4d51739f96fca8047ad065eccef63442d8e99f7 # v3.10.1
26+ uses : peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 # 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 @@ -77,7 +77,7 @@ dependencies {
7777
7878 shaded ' org.awaitility:awaitility:4.2.0'
7979
80- api platform(' com.github.docker-java:docker-java-bom:3.2.13 ' )
80+ api platform(' com.github.docker-java:docker-java-bom:3.2.14 ' )
8181 shaded platform(' com.github.docker-java:docker-java-bom:3.2.13' )
8282
8383 api " com.github.docker-java:docker-java-api"
Original file line number Diff line number Diff 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.0 '
12+ testImplementation ' org.postgresql:postgresql:42.5.1 '
1313 testImplementation ' ch.qos.logback:logback-classic:1.3.4'
1414 testImplementation ' org.testcontainers:postgresql'
1515 testImplementation ' org.assertj:assertj-core:3.23.1'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99dependencies {
1010 testImplementation ' org.assertj:assertj-core:3.23.1'
1111 testImplementation ' org.testcontainers:testcontainers'
12- testImplementation ' io.nats:jnats:2.16.4 '
12+ testImplementation ' io.nats:jnats:2.16.5 '
1313 testImplementation ' ch.qos.logback:logback-classic:1.3.4'
1414 testImplementation ' org.apache.httpcomponents:httpclient:4.5.13'
1515}
Original file line number Diff line number Diff line change 11plugins {
22 id(" org.springframework.boot" ) version " 2.7.5"
3- id(" org.jetbrains.kotlin.jvm" ) version " 1.7.21 "
3+ id(" org.jetbrains.kotlin.jvm" ) version " 1.7.22 "
44 id(" org.jetbrains.kotlin.plugin.spring" ) version " 1.7.21"
55}
66
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ dependencies {
44 api project(' :jdbc' )
55
66 testImplementation project(' :jdbc-test' )
7- testImplementation ' org.postgresql:postgresql:42.5.0 '
7+ testImplementation ' org.postgresql:postgresql:42.5.1 '
88 testImplementation ' org.assertj:assertj-core:3.23.1'
99}
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ dependencies {
44 api project(' :testcontainers' )
55
66 testImplementation ' com.ecwid.consul:consul-api:1.4.5'
7- testImplementation ' io.rest-assured:rest-assured:5.2 .0'
7+ testImplementation ' io.rest-assured:rest-assured:5.3 .0'
88 testImplementation ' org.assertj:assertj-core:3.23.1'
99}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Testcontainers :: Dynalite"
33dependencies {
44 api project(' :testcontainers' )
55
6- compileOnly ' com.amazonaws:aws-java-sdk-dynamodb:1.12.342 '
7- testImplementation ' com.amazonaws:aws-java-sdk-dynamodb:1.12.336 '
6+ compileOnly ' com.amazonaws:aws-java-sdk-dynamodb:1.12.353 '
7+ testImplementation ' com.amazonaws:aws-java-sdk-dynamodb:1.12.353 '
88 testImplementation ' org.assertj:assertj-core:3.23.1'
99}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ description = "TestContainers :: elasticsearch"
22
33dependencies {
44 api project(' :testcontainers' )
5- testImplementation " org.elasticsearch.client:elasticsearch-rest-client:8.5.1 "
5+ testImplementation " org.elasticsearch.client:elasticsearch-rest-client:8.5.2 "
66 testImplementation " org.elasticsearch.client:transport:7.17.7"
77 testImplementation ' org.assertj:assertj-core:3.23.1'
88}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dependencies {
55
66 testImplementation ' com.google.cloud:google-cloud-datastore:2.12.5'
77 testImplementation ' com.google.cloud:google-cloud-firestore:3.7.1'
8- testImplementation ' com.google.cloud:google-cloud-pubsub:1.120.25 '
8+ testImplementation ' com.google.cloud:google-cloud-pubsub:1.121.1 '
99 testImplementation ' com.google.cloud:google-cloud-spanner:6.32.0'
1010 testImplementation ' com.google.cloud:google-cloud-bigtable:2.16.0'
1111 testImplementation ' org.assertj:assertj-core:3.23.1'
You can’t perform that action at this time.
0 commit comments