File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 cache : " gradle"
2525 - # Required for the package command tests to work
2626 name : Set up Docker Buildx
27- uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
27+ uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4
2828 - name : Validate Gradle wrapper
2929 uses : gradle/actions/wrapper-validation@11d4d83c63a6ce61b32d8a9c4faddbdb04fe9917
3030 - name : Build package
3333 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3434 GITHUB_ACTOR : ${{ github.actor }}
3535 - name : Publish Test Report
36- uses : mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6
36+ uses : mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d # v6
3737 if : success() || failure() # always run even if the previous step fails
3838 with :
3939 report_paths : " **/build/test-results/test/TEST-*.xml"
Original file line number Diff line number Diff line change 1313 steps :
1414 - name : Generate GitHub App token
1515 id : app-token
16- uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
16+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
1717 with :
1818 app-id : ${{ secrets.CQ_APP_ID }}
1919 private-key : ${{ secrets.CQ_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 88
99RUN gradle jar --no-daemon
1010
11- FROM eclipse-temurin:25.0.2_10 -jre
11+ FROM eclipse-temurin:25.0.3_9 -jre
1212
1313COPY --from=build /code/lib/build/libs/*.jar /app/app.jar
1414
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.4 .1-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.5 .1-bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -38,17 +38,17 @@ dependencies {
3838 implementation ' org.apache.arrow:arrow-vector:19.0.0'
3939 implementation ' commons-io:commons-io:2.22.0'
4040
41- implementation " com.fasterxml.jackson.core:jackson-core:2.21.2 "
41+ implementation " com.fasterxml.jackson.core:jackson-core:2.21.3 "
4242 implementation " com.fasterxml.jackson.core:jackson-annotations:2.21"
4343
44- implementation ' org.apache.logging.log4j:log4j-api:2.25.4 '
45- implementation ' org.apache.logging.log4j:log4j-core:2.25.4 '
44+ implementation ' org.apache.logging.log4j:log4j-api:2.26.0 '
45+ implementation ' org.apache.logging.log4j:log4j-core:2.26.0 '
4646
4747 testImplementation ' io.grpc:grpc-testing:1.80.0'
4848 testImplementation ' io.grpc:grpc-inprocess:1.80.0'
49- testImplementation platform(' org.junit:junit-bom:6.0.3 ' )
50- testImplementation ' org.junit.jupiter:junit-jupiter:6.0.3 '
51- testImplementation ' org.junit.jupiter:junit-jupiter-api:6.0.3 '
49+ testImplementation platform(' org.junit:junit-bom:6.1.0 ' )
50+ testImplementation ' org.junit.jupiter:junit-jupiter:6.1.0 '
51+ testImplementation ' org.junit.jupiter:junit-jupiter-api:6.1.0 '
5252 testImplementation ' org.mockito:mockito-core:5.23.0'
5353 testImplementation ' org.mockito:mockito-junit-jupiter:5.23.0'
5454 testImplementation ' nl.jqno.equalsverifier:equalsverifier:4.5'
You can’t perform that action at this time.
0 commit comments