File tree Expand file tree Collapse file tree 19 files changed +24
-24
lines changed Expand file tree Collapse file tree 19 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 5252        with :
5353          rootless : true 
5454      - name : Setup Gradle Build Action 
55-         uses : gradle/actions/setup-gradle@v4  
55+         uses : gradle/actions/setup-gradle@v5  
5656      - name : Build with Gradle 
5757        run : ./gradlew --no-daemon --scan testcontainers:test --tests '*GenericContainerRuleTest' 
5858      - uses : ./.github/actions/setup-junit-report 
Original file line number Diff line number Diff line change 9191      - uses : actions/checkout@v5 
9292      - uses : ./.github/actions/setup-java 
9393      - name : Setup Gradle Build Action 
94-         uses : gradle/actions/setup-gradle@v4  
94+         uses : gradle/actions/setup-gradle@v5  
9595      - id : set-matrix 
9696        env :
9797          #  Since we override the tests executor,
@@ -126,7 +126,7 @@ jobs:
126126      - uses : actions/checkout@v5 
127127      - uses : ./.github/actions/setup-java 
128128      - name : Setup Gradle Build Action 
129-         uses : gradle/actions/setup-gradle@v4  
129+         uses : gradle/actions/setup-gradle@v5  
130130      - id : set-matrix 
131131        working-directory : ./examples/ 
132132        env :
@@ -163,7 +163,7 @@ jobs:
163163      - uses : actions/checkout@v5 
164164      - uses : ./.github/actions/setup-java 
165165      - name : Setup Gradle Build Action 
166-         uses : gradle/actions/setup-gradle@v4  
166+         uses : gradle/actions/setup-gradle@v5  
167167      - id : set-matrix 
168168        env :
169169          #  Since we override the tests executor,
Original file line number Diff line number Diff line change 2121        run : docker image prune -af 
2222
2323      - name : Setup Gradle Build Action 
24-         uses : gradle/actions/setup-gradle@v4  
24+         uses : gradle/actions/setup-gradle@v5  
2525
2626      - name : Run Gradle Build 
2727        run : ./gradlew build --scan --no-daemon -i -x test 
Original file line number Diff line number Diff line change 2424          repo-token : ${{ secrets.GITHUB_TOKEN }} 
2525          labels : dependencies 
2626
27-       - uses : gradle/actions/wrapper-validation@v4  
27+       - uses : gradle/actions/wrapper-validation@v5  
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ dependencies {
149149    jarFileTestAnnotationProcessor " org.projectlombok:lombok:${ lombok.version} " 
150150    jarFileTestRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0' 
151151    jarFileTestImplementation ' org.junit.jupiter:junit-jupiter:5.13.4' 
152-     jarFileTestImplementation ' org.assertj:assertj-core:3.27.4 ' 
152+     jarFileTestImplementation ' org.assertj:assertj-core:3.27.6 ' 
153153    jarFileTestImplementation ' org.ow2.asm:asm-debug-all:5.2' 
154154}
155155
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dependencies {
55    //  TODO use JDK's HTTP client and/or Apache HttpClient5
66    shaded ' com.squareup.okhttp3:okhttp:5.1.0' 
77
8-     testImplementation ' com.couchbase.client:java-client:3.9.0 ' 
8+     testImplementation ' com.couchbase.client:java-client:3.9.1 ' 
99    testImplementation ' org.awaitility:awaitility:4.3.0' 
1010}
1111
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Testcontainers :: GCloud"
33dependencies  {
44    api project(' :testcontainers' 
55
6-     testImplementation platform(" com.google.cloud:libraries-bom:26.66 .0" 
6+     testImplementation platform(" com.google.cloud:libraries-bom:26.69 .0" 
77    testImplementation ' com.google.cloud:google-cloud-bigquery' 
88    testImplementation ' com.google.cloud:google-cloud-datastore' 
99    testImplementation ' com.google.cloud:google-cloud-firestore' 
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ dependencies {
44    api project(' :testcontainers' 
55
66    testImplementation ' io.rest-assured:rest-assured:5.5.6' 
7-     testImplementation ' io.micrometer:micrometer-registry-otlp:1.15.3 ' 
7+     testImplementation ' io.micrometer:micrometer-registry-otlp:1.15.4 ' 
88    testImplementation ' uk.org.webcompere:system-stubs-jupiter:2.1.8' 
99
10-     testImplementation platform(' io.opentelemetry:opentelemetry-bom:1.53.0 ' 
10+     testImplementation platform(' io.opentelemetry:opentelemetry-bom:1.54.1 ' 
1111    testImplementation ' io.opentelemetry:opentelemetry-api' 
1212    testImplementation ' io.opentelemetry:opentelemetry-sdk' 
1313    testImplementation ' io.opentelemetry:opentelemetry-exporter-otlp' 
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212    shaded(" net.lingala.zip4j:zip4j:2.11.5" 
1313
1414    testImplementation(project(" :testcontainers-junit-jupiter" 
15-     testImplementation(" com.hivemq:hivemq-extension-sdk:4.42 .0" 
15+     testImplementation(" com.hivemq:hivemq-extension-sdk:4.45 .0" 
1616    testImplementation(" com.hivemq:hivemq-mqtt-client:1.3.8" 
1717    testImplementation(" org.apache.httpcomponents:httpclient:4.5.14" 
1818    testImplementation(" ch.qos.logback:logback-classic:1.5.18" 
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ dependencies {
88    testImplementation project(' :testcontainers-mysql' 
99    testImplementation project(' :testcontainers-postgresql' 
1010    testImplementation ' com.zaxxer:HikariCP:7.0.2' 
11-     testImplementation ' redis.clients:jedis:6.1 .0' 
11+     testImplementation ' redis.clients:jedis:6.2 .0' 
1212    testImplementation ' org.apache.httpcomponents:httpclient:4.5.14' 
1313    testImplementation (' org.mockito:mockito-core:4.11.0' 
1414        exclude(module : ' hamcrest-core' 
1515    }
1616
17-     testRuntimeOnly ' org.postgresql:postgresql:42.7.7 ' 
17+     testRuntimeOnly ' org.postgresql:postgresql:42.7.8 ' 
1818    testRuntimeOnly ' mysql:mysql-connector-java:8.0.33' 
1919}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments