File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
20- - uses : actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5
19+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
20+ - uses : actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5
2121 with :
2222 distribution : " temurin"
2323 java-version : " 18"
2424 cache : " gradle"
2525 - # Required for the package command tests to work
2626 name : Set up Docker Buildx
27- uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4
27+ uses : docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
2828 - name : Validate Gradle wrapper
2929 uses : gradle/actions/wrapper-validation@11d4d83c63a6ce61b32d8a9c4faddbdb04fe9917
3030 - name : Build package
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
17- - uses : actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5
16+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
17+ - uses : actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5
1818 with :
1919 distribution : " temurin"
2020 java-version : " 18"
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.6.0 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.6.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.22.0 "
41+ implementation " com.fasterxml.jackson.core:jackson-core:2.22.1 "
4242 implementation " com.fasterxml.jackson.core:jackson-annotations:2.22"
4343
4444 implementation ' org.apache.logging.log4j:log4j-api:2.26.1'
4545 implementation ' org.apache.logging.log4j:log4j-core:2.26.1'
4646
4747 testImplementation ' io.grpc:grpc-testing:1.82.1'
4848 testImplementation ' io.grpc:grpc-inprocess:1.82.1'
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 '
49+ testImplementation platform(' org.junit:junit-bom:6.1.2 ' )
50+ testImplementation ' org.junit.jupiter:junit-jupiter:6.1.2 '
51+ testImplementation ' org.junit.jupiter:junit-jupiter-api:6.1.2 '
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