Skip to content

Commit f177572

Browse files
authored
Merge branch 'tabular-io:master' into doc/example_full_iceberg_rest
2 parents f82d872 + 9abf61e commit f177572

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/docker-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
3131

3232
- name: BuildX and Push
33-
uses: docker/build-push-action@v5
33+
uses: docker/build-push-action@v6
3434
if: ${{ github.ref_name == 'master' }}
3535
env:
3636
IMAGE_TAG: ${{ inputs.tag }}
@@ -42,7 +42,7 @@ jobs:
4242
tags: tabulario/iceberg-rest:latest,tabulario/iceberg-rest:${{ inputs.tag }}
4343

4444
- name: BuildX and Push
45-
uses: docker/build-push-action@v5
45+
uses: docker/build-push-action@v6
4646
if: ${{ github.ref_name != 'master' }}
4747
env:
4848
IMAGE_TAG: ${{ inputs.tag }}

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ dependencies {
4545
runtimeOnly "org.apache.iceberg:iceberg-gcp-bundle:${icebergVersion}"
4646

4747
implementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1'
48-
implementation 'org.apache.httpcomponents.core5:httpcore5:5.2.4'
48+
implementation 'org.apache.httpcomponents.core5:httpcore5:5.2.5'
4949

50-
implementation 'com.google.guava:guava:33.2.0-jre'
50+
implementation 'com.google.guava:guava:33.2.1-jre'
5151

52-
implementation 'org.xerial:sqlite-jdbc:3.45.3.0'
52+
implementation 'org.xerial:sqlite-jdbc:3.46.0.0'
5353
implementation 'org.postgresql:postgresql:42.7.2'
5454
}
5555

0 commit comments

Comments
 (0)