File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 30
30
password : ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
31
31
32
32
- name : BuildX and Push
33
- uses : docker/build-push-action@v5
33
+ uses : docker/build-push-action@v6
34
34
if : ${{ github.ref_name == 'master' }}
35
35
env :
36
36
IMAGE_TAG : ${{ inputs.tag }}
42
42
tags : tabulario/iceberg-rest:latest,tabulario/iceberg-rest:${{ inputs.tag }}
43
43
44
44
- name : BuildX and Push
45
- uses : docker/build-push-action@v5
45
+ uses : docker/build-push-action@v6
46
46
if : ${{ github.ref_name != 'master' }}
47
47
env :
48
48
IMAGE_TAG : ${{ inputs.tag }}
Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ dependencies {
45
45
runtimeOnly " org.apache.iceberg:iceberg-gcp-bundle:${ icebergVersion} "
46
46
47
47
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 '
49
49
50
- implementation ' com.google.guava:guava:33.2.0 -jre'
50
+ implementation ' com.google.guava:guava:33.2.1 -jre'
51
51
52
- implementation ' org.xerial:sqlite-jdbc:3.45.3 .0'
52
+ implementation ' org.xerial:sqlite-jdbc:3.46.0 .0'
53
53
implementation ' org.postgresql:postgresql:42.7.2'
54
54
}
55
55
You can’t perform that action at this time.
0 commit comments