From 2e4d04184e6db38f23a98498151aa18bb6c148ab Mon Sep 17 00:00:00 2001 From: Eduard Tudenhoefner Date: Mon, 11 Mar 2024 15:31:58 +0100 Subject: [PATCH 01/14] Bump Iceberg to 1.5.0 / enable view support (#80) --- build.gradle | 2 +- src/main/java/org/apache/iceberg/rest/RESTCatalogServer.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 87fd5ba..8a8267f 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ repositories { } ext { - icebergVersion = '1.4.3' + icebergVersion = '1.5.0' hadoopVersion = '3.3.6' } diff --git a/src/main/java/org/apache/iceberg/rest/RESTCatalogServer.java b/src/main/java/org/apache/iceberg/rest/RESTCatalogServer.java index 64862b3..ad2e8e8 100644 --- a/src/main/java/org/apache/iceberg/rest/RESTCatalogServer.java +++ b/src/main/java/org/apache/iceberg/rest/RESTCatalogServer.java @@ -66,6 +66,7 @@ private static CatalogContext backendCatalog() throws IOException { CatalogProperties.CATALOG_IMPL, "org.apache.iceberg.jdbc.JdbcCatalog"); catalogProperties.putIfAbsent( CatalogProperties.URI, "jdbc:sqlite:file:/tmp/iceberg_rest_mode=memory"); + catalogProperties.putIfAbsent("jdbc.schema-version", "V1"); // Configure a default location if one is not specified String warehouseLocation = catalogProperties.get(CatalogProperties.WAREHOUSE_LOCATION); From 09817e17d5f65eba3b52afb90c25c0702dba4519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 19:39:14 +0200 Subject: [PATCH 02/14] Bump org.xerial:sqlite-jdbc from 3.45.1.0 to 3.45.3.0 (#91) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8a8267f..a8f62a2 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation 'com.google.guava:guava:33.0.0-jre' - implementation 'org.xerial:sqlite-jdbc:3.45.1.0' + implementation 'org.xerial:sqlite-jdbc:3.45.3.0' implementation 'org.postgresql:postgresql:42.7.2' } From 4397be1093084bec10f9af41e9005e0e74c692c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 15:30:09 +0200 Subject: [PATCH 03/14] Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre (#86) Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.0.0-jre to 33.1.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a8f62a2..e71c26d 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencies { implementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1' implementation 'org.apache.httpcomponents.core5:httpcore5:5.2.4' - implementation 'com.google.guava:guava:33.0.0-jre' + implementation 'com.google.guava:guava:33.1.0-jre' implementation 'org.xerial:sqlite-jdbc:3.45.3.0' implementation 'org.postgresql:postgresql:42.7.2' From 194e1de866e06120459ca09e10342e291cc51047 Mon Sep 17 00:00:00 2001 From: sullis Date: Fri, 3 May 2024 06:32:23 -0700 Subject: [PATCH 04/14] Build: Validate Gradle wrapper (#90) --- .github/workflows/docker-image.yml | 2 ++ .github/workflows/docker-test.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 90da5b8..56bf076 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -15,6 +15,8 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - uses: gradle/actions/wrapper-validation@v3 + - name: Set up QEMU uses: docker/setup-qemu-action@v3 diff --git a/.github/workflows/docker-test.yml b/.github/workflows/docker-test.yml index fff3660..ead129f 100644 --- a/.github/workflows/docker-test.yml +++ b/.github/workflows/docker-test.yml @@ -10,5 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - uses: gradle/actions/wrapper-validation@v3 + - name: Build image run: docker build . From 64ae2c960e2c6bc0d7b7addecfa622e3169de308 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 08:11:26 +0200 Subject: [PATCH 05/14] Bump icebergVersion from 1.5.0 to 1.5.2 (#95) Bumps `icebergVersion` from 1.5.0 to 1.5.2. Updates `org.apache.iceberg:iceberg-api` from 1.5.0 to 1.5.2 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.0...apache-iceberg-1.5.2) Updates `org.apache.iceberg:iceberg-core` from 1.5.0 to 1.5.2 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.0...apache-iceberg-1.5.2) Updates `org.apache.iceberg:iceberg-aws` from 1.5.0 to 1.5.2 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.0...apache-iceberg-1.5.2) Updates `org.apache.iceberg:iceberg-azure` from 1.5.0 to 1.5.2 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.0...apache-iceberg-1.5.2) Updates `org.apache.iceberg:iceberg-gcp` from 1.5.0 to 1.5.2 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.0...apache-iceberg-1.5.2) Updates `org.apache.iceberg:iceberg-bundled-guava` from 1.5.0 to 1.5.2 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.0...apache-iceberg-1.5.2) Updates `org.apache.iceberg:iceberg-aws-bundle` from 1.5.0 to 1.5.2 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.0...apache-iceberg-1.5.2) Updates `org.apache.iceberg:iceberg-azure-bundle` from 1.5.0 to 1.5.2 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.0...apache-iceberg-1.5.2) Updates `org.apache.iceberg:iceberg-gcp-bundle` from 1.5.0 to 1.5.2 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.0...apache-iceberg-1.5.2) --- updated-dependencies: - dependency-name: org.apache.iceberg:iceberg-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.iceberg:iceberg-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.iceberg:iceberg-aws dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.iceberg:iceberg-azure dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.iceberg:iceberg-gcp dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.iceberg:iceberg-bundled-guava dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.iceberg:iceberg-aws-bundle dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.iceberg:iceberg-azure-bundle dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.iceberg:iceberg-gcp-bundle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e71c26d..a26de56 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ repositories { } ext { - icebergVersion = '1.5.0' + icebergVersion = '1.5.2' hadoopVersion = '3.3.6' } From 85068b00f72ecacfeee5429533e71b82acfe0414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 08:11:41 +0200 Subject: [PATCH 06/14] Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre (#94) Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.1.0-jre to 33.2.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a26de56..151caeb 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencies { implementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1' implementation 'org.apache.httpcomponents.core5:httpcore5:5.2.4' - implementation 'com.google.guava:guava:33.1.0-jre' + implementation 'com.google.guava:guava:33.2.0-jre' implementation 'org.xerial:sqlite-jdbc:3.45.3.0' implementation 'org.postgresql:postgresql:42.7.2' From d18a64f9cd92387bf55765fc475d44b4414d13ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 18:35:39 +0200 Subject: [PATCH 07/14] Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre (#98) Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.2.0-jre to 33.2.1-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 151caeb..ba72fe7 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencies { implementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1' implementation 'org.apache.httpcomponents.core5:httpcore5:5.2.4' - 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.postgresql:postgresql:42.7.2' From 579af096499d630c364b47629aa9b6712c027e9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 18:36:00 +0200 Subject: [PATCH 08/14] Bump org.xerial:sqlite-jdbc from 3.45.3.0 to 3.46.0.0 (#97) Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.45.3.0 to 3.46.0.0. - [Release notes](https://github.com/xerial/sqlite-jdbc/releases) - [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG) - [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.45.3.0...3.46.0.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ba72fe7..a0829e0 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ dependencies { 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' } From 453cefd54a6b4f84fd73c79ca32afd0621bd7a45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 12:44:59 +0200 Subject: [PATCH 09/14] Bump docker/build-push-action from 5 to 6 (#100) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 56bf076..2b2964e 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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 }} @@ -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 }} From 9abf61eeec4fa6e993afe16e5a6b456f8d9f9686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 12:18:22 +0200 Subject: [PATCH 10/14] Bump org.apache.httpcomponents.core5:httpcore5 from 5.2.4 to 5.2.5 (#103) Bumps [org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core) from 5.2.4 to 5.2.5. - [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.2.5/RELEASE_NOTES.txt) - [Commits](https://github.com/apache/httpcomponents-core/compare/rel/v5.2.4...rel/v5.2.5) --- updated-dependencies: - dependency-name: org.apache.httpcomponents.core5:httpcore5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a0829e0..1c6adb2 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ 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.1-jre' From 263e458cff1229e862bff7ed5b3a71790ddcbd35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 13:41:52 +0200 Subject: [PATCH 11/14] Bump org.postgresql:postgresql from 42.7.2 to 42.7.4 (#112) Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.2 to 42.7.4. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.2...REL42.7.4) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1c6adb2..e144dbc 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation 'com.google.guava:guava:33.2.1-jre' implementation 'org.xerial:sqlite-jdbc:3.46.0.0' - implementation 'org.postgresql:postgresql:42.7.2' + implementation 'org.postgresql:postgresql:42.7.4' } jar { From 8fae9f5f9d97bbaba5777eef35a94ffc901c676f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 13:42:05 +0200 Subject: [PATCH 12/14] Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre (#110) Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.2.1-jre to 33.3.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e144dbc..58b3fc5 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencies { implementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1' implementation 'org.apache.httpcomponents.core5:httpcore5:5.2.5' - implementation 'com.google.guava:guava:33.2.1-jre' + implementation 'com.google.guava:guava:33.3.0-jre' implementation 'org.xerial:sqlite-jdbc:3.46.0.0' implementation 'org.postgresql:postgresql:42.7.4' From 106e868899f8e7ddece791021b70225b194cbfbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 13:42:33 +0200 Subject: [PATCH 13/14] Bump icebergVersion from 1.5.2 to 1.6.0 (#106) Bumps `icebergVersion` from 1.5.2 to 1.6.0. Updates `org.apache.iceberg:iceberg-api` from 1.5.2 to 1.6.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.2...apache-iceberg-1.6.0) Updates `org.apache.iceberg:iceberg-core` from 1.5.2 to 1.6.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.2...apache-iceberg-1.6.0) Updates `org.apache.iceberg:iceberg-aws` from 1.5.2 to 1.6.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.2...apache-iceberg-1.6.0) Updates `org.apache.iceberg:iceberg-azure` from 1.5.2 to 1.6.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.2...apache-iceberg-1.6.0) Updates `org.apache.iceberg:iceberg-gcp` from 1.5.2 to 1.6.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.2...apache-iceberg-1.6.0) Updates `org.apache.iceberg:iceberg-bundled-guava` from 1.5.2 to 1.6.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.2...apache-iceberg-1.6.0) Updates `org.apache.iceberg:iceberg-aws-bundle` from 1.5.2 to 1.6.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.2...apache-iceberg-1.6.0) Updates `org.apache.iceberg:iceberg-azure-bundle` from 1.5.2 to 1.6.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.2...apache-iceberg-1.6.0) Updates `org.apache.iceberg:iceberg-gcp-bundle` from 1.5.2 to 1.6.0 - [Release notes](https://github.com/apache/iceberg/releases) - [Commits](https://github.com/apache/iceberg/compare/apache-iceberg-1.5.2...apache-iceberg-1.6.0) --- updated-dependencies: - dependency-name: org.apache.iceberg:iceberg-api dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.iceberg:iceberg-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.iceberg:iceberg-aws dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.iceberg:iceberg-azure dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.iceberg:iceberg-gcp dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.iceberg:iceberg-bundled-guava dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.iceberg:iceberg-aws-bundle dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.iceberg:iceberg-azure-bundle dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.iceberg:iceberg-gcp-bundle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 58b3fc5..1cb7622 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ repositories { } ext { - icebergVersion = '1.5.2' + icebergVersion = '1.6.0' hadoopVersion = '3.3.6' } From 62a5078032e0675d34b377d2ead2eea814c1da48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 13:45:33 +0200 Subject: [PATCH 14/14] Bump org.xerial:sqlite-jdbc from 3.46.0.0 to 3.46.1.0 (#111) Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.46.0.0 to 3.46.1.0. - [Release notes](https://github.com/xerial/sqlite-jdbc/releases) - [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG) - [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.46.0.0...3.46.1.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1cb7622..6085829 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation 'com.google.guava:guava:33.3.0-jre' - implementation 'org.xerial:sqlite-jdbc:3.46.0.0' + implementation 'org.xerial:sqlite-jdbc:3.46.1.0' implementation 'org.postgresql:postgresql:42.7.4' }