Skip to content

Commit 83792db

Browse files
Merge branch 'main' into renovate/org.apache.arrow-arrow-memory-netty-19.x
2 parents 28603f3 + c02cbd7 commit 83792db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: "gradle"
2525
- # Required for the package command tests to work
2626
name: Set up Docker Buildx
27-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
27+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
2828
- name: Validate Gradle wrapper
2929
uses: gradle/actions/wrapper-validation@263d8fe18eb54ae581bcdc2e263c5a49173958a3
3030
- name: Build package

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ dependencies {
3333
implementation 'io.grpc:grpc-protobuf:1.80.0'
3434
implementation 'io.grpc:grpc-stub:1.80.0'
3535
implementation 'io.grpc:grpc-services:1.80.0'
36-
implementation 'io.cloudquery:plugin-pb-java:0.0.43'
37-
implementation 'org.apache.arrow:arrow-memory-core:18.3.0'
36+
implementation 'io.cloudquery:plugin-pb-java:0.0.44'
37+
implementation 'org.apache.arrow:arrow-memory-core:19.0.0'
3838
implementation 'org.apache.arrow:arrow-vector:18.3.0'
3939
implementation 'commons-io:commons-io:2.21.0'
4040

0 commit comments

Comments
 (0)