File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v3
2020
2121 - name : Update Gradle Wrapper
22- uses : gradle-update/update-gradle-wrapper-action@981c551b17dbcf1940b1b4435afdb79babb7c13a # v1.0.13
22+ uses : gradle-update/update-gradle-wrapper-action@0407394b9d173dfc9cf5695f9f560fef6d61a5fe # v1.0.13
2323 with :
2424 repo-token : ${{ secrets.GITHUB_TOKEN }}
2525 labels : dependencies
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ dependencies {
104104 testImplementation ' com.google.cloud.tools:jib-core:0.23.0'
105105 testImplementation ' org.apache.httpcomponents:httpclient:4.5.9'
106106 testImplementation ' redis.clients:jedis:4.3.2'
107- testImplementation ' com.rabbitmq:amqp-client:5.17 .0'
107+ testImplementation ' com.rabbitmq:amqp-client:5.18 .0'
108108 testImplementation ' org.mongodb:mongo-java-driver:3.12.14'
109109
110110 testImplementation (' org.mockito:mockito-core:4.11.0' ) {
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.7.0 "
5+ testImplementation " org.elasticsearch.client:elasticsearch-rest-client:8.8.2 "
66 testImplementation " org.elasticsearch.client:transport:7.17.11"
77 testImplementation ' org.assertj:assertj-core:3.24.2'
88}
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ dependencies {
1212
1313 api ' org.apache.tomcat:tomcat-jdbc:10.0.27'
1414 api ' org.vibur:vibur-dbcp:25.0'
15- api ' mysql:mysql-connector-java:8.0.32 '
15+ api ' mysql:mysql-connector-java:8.0.33 '
1616}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 }
66 }
77 dependencies {
8- classpath " com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.12.6 "
8+ classpath " com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.13.4 "
99 classpath " com.gradle:common-custom-user-data-gradle-plugin:1.11"
1010 classpath " org.gradle.toolchains:foojay-resolver:0.4.0"
1111 }
You can’t perform that action at this time.
0 commit comments