From 7af6e01aa1683381e254ab6860103898a636107d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 14:17:19 +0100 Subject: [PATCH 01/12] build(deps): bump com.google.cloud:google-cloud-spanner-pgadapter from 0.30.0 to 0.31.0 in /benchmarks/latency-comparison/java (#1451) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * build(deps): bump com.google.cloud:google-cloud-spanner-pgadapter Bumps [com.google.cloud:google-cloud-spanner-pgadapter](https://github.com/GoogleCloudPlatform/pgadapter) from 0.30.0 to 0.31.0. - [Release notes](https://github.com/GoogleCloudPlatform/pgadapter/releases) - [Changelog](https://github.com/GoogleCloudPlatform/pgadapter/blob/postgresql-dialect/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: com.google.cloud:google-cloud-spanner-pgadapter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * chore(deps): add junit as a test dependency --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Knut Olav Løite --- benchmarks/latency-comparison/java/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/benchmarks/latency-comparison/java/pom.xml b/benchmarks/latency-comparison/java/pom.xml index 6e229a510..ebd07c495 100644 --- a/benchmarks/latency-comparison/java/pom.xml +++ b/benchmarks/latency-comparison/java/pom.xml @@ -70,7 +70,7 @@ com.google.cloud google-cloud-spanner-pgadapter - 0.30.0 + 0.31.0 org.postgresql @@ -94,6 +94,13 @@ commons-cli 1.6.0 + + + junit + junit + 4.13.2 + test + From b4d9e1c5695f0fd0ef4e08f926d0a293c5e6c117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 19:02:23 +0100 Subject: [PATCH 02/12] build(deps): update google-auth requirement in /samples/python/psycopg3 (#1453) Updates the requirements on [google-auth](https://github.com/googleapis/google-auth-library-python) to permit the latest version. - [Release notes](https://github.com/googleapis/google-auth-library-python/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-auth-library-python/compare/v2.28.0...v2.28.1) --- updated-dependencies: - dependency-name: google-auth dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- samples/python/psycopg3/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/python/psycopg3/requirements.txt b/samples/python/psycopg3/requirements.txt index e49f2ef79..7034f4643 100644 --- a/samples/python/psycopg3/requirements.txt +++ b/samples/python/psycopg3/requirements.txt @@ -1,4 +1,4 @@ psycopg~=3.1.18 testcontainers~=3.7.1 google~=3.0.0 -google.auth~=2.28.0 \ No newline at end of file +google.auth~=2.28.1 \ No newline at end of file From d22211118f150cf614e5b39c91503470c0b5f1b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 19:02:51 +0100 Subject: [PATCH 03/12] build(deps): bump org.codehaus.mojo:exec-maven-plugin (#1454) Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.1.1...3.2.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:exec-maven-plugin 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> --- samples/java/jdbc/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/java/jdbc/pom.xml b/samples/java/jdbc/pom.xml index 1d498f0b1..42e98b45d 100644 --- a/samples/java/jdbc/pom.xml +++ b/samples/java/jdbc/pom.xml @@ -80,7 +80,7 @@ org.codehaus.mojo exec-maven-plugin - 3.1.1 + 3.2.0 com.google.cloud.spanner.pgadapter.sample.SampleApplication false From 7527ab2feebdc600ac0de11efb5cc53127156fd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 19:04:29 +0100 Subject: [PATCH 04/12] build(deps): bump org.codehaus.mojo:exec-maven-plugin (#1459) Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.1.1...3.2.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:exec-maven-plugin 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> --- samples/java/hibernate/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/java/hibernate/pom.xml b/samples/java/hibernate/pom.xml index 8328c02f3..9ffdb1e52 100644 --- a/samples/java/hibernate/pom.xml +++ b/samples/java/hibernate/pom.xml @@ -85,7 +85,7 @@ org.codehaus.mojo exec-maven-plugin - 3.1.1 + 3.2.0 com.google.cloud.postgres.SampleApplication false From 1f3c3413c1cf863172e04f4e760d61c8aae8e37f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 19:04:52 +0100 Subject: [PATCH 05/12] build(deps): bump org.codehaus.mojo:exec-maven-plugin (#1457) Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.1.1...3.2.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:exec-maven-plugin 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> --- benchmarks/latency-comparison/java/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/latency-comparison/java/pom.xml b/benchmarks/latency-comparison/java/pom.xml index ebd07c495..1d1a602dc 100644 --- a/benchmarks/latency-comparison/java/pom.xml +++ b/benchmarks/latency-comparison/java/pom.xml @@ -107,7 +107,7 @@ org.codehaus.mojo exec-maven-plugin - 3.1.1 + 3.2.0 com.google.cloud.spanner.pgadapter.latency.LatencyBenchmark false From dccc50cddee19f31c0159e71e7c5b1bfbeeb4c10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 19:05:13 +0100 Subject: [PATCH 06/12] build(deps): bump com.google.cloud:libraries-bom (#1458) Bumps [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.32.0 to 26.33.0. - [Release notes](https://github.com/googleapis/java-cloud-bom/releases) - [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/release-please-config.json) - [Commits](https://github.com/googleapis/java-cloud-bom/compare/v26.32.0...v26.33.0) --- updated-dependencies: - dependency-name: com.google.cloud:libraries-bom 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> --- benchmarks/latency-comparison/java/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/latency-comparison/java/pom.xml b/benchmarks/latency-comparison/java/pom.xml index 1d1a602dc..5b26eebe8 100644 --- a/benchmarks/latency-comparison/java/pom.xml +++ b/benchmarks/latency-comparison/java/pom.xml @@ -43,7 +43,7 @@ com.google.cloud libraries-bom - 26.32.0 + 26.33.0 pom import From 865450db7bb290202d78ac92adf290656274c3b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 19:05:41 +0100 Subject: [PATCH 07/12] build(deps): bump com.google.cloud:libraries-bom from 26.32.0 to 26.33.0 (#1456) Bumps [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.32.0 to 26.33.0. - [Release notes](https://github.com/googleapis/java-cloud-bom/releases) - [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/release-please-config.json) - [Commits](https://github.com/googleapis/java-cloud-bom/compare/v26.32.0...v26.33.0) --- updated-dependencies: - dependency-name: com.google.cloud:libraries-bom 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c564696e5..4e25b723a 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ com.google.cloud libraries-bom - 26.32.0 + 26.33.0 pom import From 09cb309112f531d43c2e0c3d73f3018948e482de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 21:06:45 +0100 Subject: [PATCH 08/12] build(deps): bump org.testcontainers:testcontainers-bom (#1455) Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.19.5 to 1.19.6. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.5...1.19.6) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom 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> --- samples/java/jdbc/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/java/jdbc/pom.xml b/samples/java/jdbc/pom.xml index 42e98b45d..238ff63f0 100644 --- a/samples/java/jdbc/pom.xml +++ b/samples/java/jdbc/pom.xml @@ -39,7 +39,7 @@ org.testcontainers testcontainers-bom - 1.19.5 + 1.19.6 pom import From ae18b0628c5e0e12d2c95faf7f813c8b989d49a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 21:07:02 +0100 Subject: [PATCH 09/12] build(deps): bump org.testcontainers:testcontainers-bom (#1460) Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.19.5 to 1.19.6. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.5...1.19.6) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom 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> --- samples/java/hibernate/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/java/hibernate/pom.xml b/samples/java/hibernate/pom.xml index 9ffdb1e52..8c76e86a9 100644 --- a/samples/java/hibernate/pom.xml +++ b/samples/java/hibernate/pom.xml @@ -21,7 +21,7 @@ org.testcontainers testcontainers-bom - 1.19.5 + 1.19.6 pom import From aa4ca9ac5a0300d6ae32ad9d233ff9144eabdba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 12:13:08 +0100 Subject: [PATCH 10/12] build(deps): bump junixsocket.version from 2.8.3 to 2.9.0 (#1409) Bumps `junixsocket.version` from 2.8.3 to 2.9.0. Updates `com.kohlschutter.junixsocket:junixsocket-core` from 2.8.3 to 2.9.0 - [Release notes](https://github.com/kohlschutter/junixsocket/releases) - [Commits](https://github.com/kohlschutter/junixsocket/compare/junixsocket-2.8.3...junixsocket-2.9.0) Updates `com.kohlschutter.junixsocket:junixsocket-common` from 2.8.3 to 2.9.0 - [Release notes](https://github.com/kohlschutter/junixsocket/releases) - [Commits](https://github.com/kohlschutter/junixsocket/compare/junixsocket-2.8.3...junixsocket-2.9.0) --- updated-dependencies: - dependency-name: com.kohlschutter.junixsocket:junixsocket-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.kohlschutter.junixsocket:junixsocket-common 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4e25b723a..fb6ec2249 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ - 2.8.3 + 2.9.0 4.0.0 From 3c1d06bdec2a4c0f81e5f0e9d02b00530d12e68e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 07:04:52 +0100 Subject: [PATCH 11/12] build(deps): bump org.springframework.boot:spring-boot-dependencies (#1462) Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.2...v3.2.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies 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> --- samples/java/cloud-run/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/java/cloud-run/pom.xml b/samples/java/cloud-run/pom.xml index 4fe97b695..0b6569404 100644 --- a/samples/java/cloud-run/pom.xml +++ b/samples/java/cloud-run/pom.xml @@ -36,7 +36,7 @@ org.springframework.boot spring-boot-dependencies - 3.2.2 + 3.2.3 pom import From 8f7dcb99bbce4334e5c4ffd56f7d3aaeaf78acc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 07:36:38 +0100 Subject: [PATCH 12/12] build(deps): bump org.springframework.boot:spring-boot-starter-parent (#1461) Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.2...v3.2.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent 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> --- samples/java/spring-data-jpa/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/java/spring-data-jpa/pom.xml b/samples/java/spring-data-jpa/pom.xml index 0ae460250..6beab27b1 100644 --- a/samples/java/spring-data-jpa/pom.xml +++ b/samples/java/spring-data-jpa/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.2 + 3.2.3 com.google.cloud.spanner