Skip to content

Commit

Permalink
Merge branch 'tabular-io:master' into doc/example_full_iceberg_rest
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelauv authored Aug 12, 2024
2 parents f82d872 + 9abf61e commit f177572
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}

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

- name: BuildX and Push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ github.ref_name != 'master' }}
env:
IMAGE_TAG: ${{ inputs.tag }}
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ dependencies {
runtimeOnly "org.apache.iceberg:iceberg-gcp-bundle:${icebergVersion}"

implementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1'
implementation 'org.apache.httpcomponents.core5:httpcore5:5.2.4'
implementation 'org.apache.httpcomponents.core5:httpcore5:5.2.5'

implementation 'com.google.guava:guava:33.2.0-jre'
implementation 'com.google.guava:guava:33.2.1-jre'

implementation 'org.xerial:sqlite-jdbc:3.45.3.0'
implementation 'org.xerial:sqlite-jdbc:3.46.0.0'
implementation 'org.postgresql:postgresql:42.7.2'
}

Expand Down

0 comments on commit f177572

Please sign in to comment.