GoogleCloudPlatform / cloud-sql-jdbc-socket-factory

A collection of Java libraries for connecting securely to Cloud SQL
Apache License 2.0
234 stars 119 forks source link

deps: Update Non-major dependencies #2055

Closed renovate-bot closed 2 months ago

renovate-bot commented 3 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.apache.maven.plugins:maven-surefire-plugin 3.3.1 -> 3.5.0 age adoption passing confidence
org.apache.maven.plugins:maven-javadoc-plugin 3.8.0 -> 3.10.0 age adoption passing confidence
org.apache.maven.plugins:maven-gpg-plugin 3.2.5 -> 3.2.6 age adoption passing confidence
org.apache.maven.plugins:maven-dependency-plugin 3.7.1 -> 3.8.0 age adoption passing confidence
org.apache.maven.plugins:maven-checkstyle-plugin 3.4.0 -> 3.5.0 age adoption passing confidence
io.projectreactor:reactor-core 3.6.9 -> 3.6.10 age adoption passing confidence
com.google.api:gax 2.51.0 -> 2.53.0 age adoption passing confidence
com.google.errorprone:error_prone_annotations (source) 2.30.0 -> 2.32.0 age adoption passing confidence
com.google.auth:google-auth-library-oauth2-http 1.24.1 -> 1.25.0 age adoption passing confidence
com.google.auth:google-auth-library-credentials 1.24.1 -> 1.25.0 age adoption passing confidence
com.google.http-client:google-http-client-jackson2 1.44.2 -> 1.45.0 age adoption passing confidence
com.google.http-client:google-http-client 1.44.2 -> 1.45.0 age adoption passing confidence
com.google.http-client:google-http-client-gson 1.44.2 -> 1.45.0 age adoption passing confidence
com.google.apis:google-api-services-sqladmin (source) v1beta4-rev20240724-2.0.0 -> v1beta4-rev20240831-2.0.0 age adoption passing confidence
com.google.api-client:google-api-client 2.6.0 -> 2.7.0 age adoption passing confidence
org.checkerframework:checker-qual (source) 3.46.0 -> 3.47.0 age adoption passing confidence
org.mariadb:r2dbc-mariadb 1.2.1 -> 1.2.2 age adoption passing confidence
com.google.guava:guava 33.2.1-android -> 33.3.0-android age adoption passing confidence
org.postgresql:postgresql (source) 42.7.3 -> 42.7.4 age adoption passing confidence
com.microsoft.sqlserver:mssql-jdbc 12.8.0.jre8 -> 12.8.1.jre8 age adoption passing confidence
io.netty:netty-resolver (source) 4.1.112.Final -> 4.1.113.Final age adoption passing confidence
io.netty:netty-codec (source) 4.1.112.Final -> 4.1.113.Final age adoption passing confidence
io.netty:netty-buffer (source) 4.1.112.Final -> 4.1.113.Final age adoption passing confidence
io.netty:netty-transport-native-unix-common (source) 4.1.112.Final -> 4.1.113.Final age adoption passing confidence
io.netty:netty-transport (source) 4.1.112.Final -> 4.1.113.Final age adoption passing confidence
io.netty:netty-common (source) 4.1.112.Final -> 4.1.113.Final age adoption passing confidence
io.netty:netty-handler (source) 4.1.112.Final -> 4.1.113.Final age adoption passing confidence
org.graalvm.sdk:nativeimage 24.0.2 -> 24.1.0 age adoption passing confidence
com.google.cloud:google-cloud-shared-config 1.9.1 -> 1.11.1 age adoption passing confidence

Release Notes

reactor/reactor-core (io.projectreactor:reactor-core) ### [`v3.6.10`](https://redirect.github.com/reactor/reactor-core/compare/v3.6.9...v3.6.10) [Compare Source](https://redirect.github.com/reactor/reactor-core/compare/v3.6.9...v3.6.10)
google/error-prone (com.google.errorprone:error_prone_annotations) ### [`v2.32.0`](https://redirect.github.com/google/error-prone/releases/tag/v2.32.0): Error Prone 2.32.0 The minimum support JDK version to run Error Prone is now JDK 17 ([#​3803](https://redirect.github.com/google/error-prone/issues/3803)). Using Error Prone to compile code that is deployed to earlier versions is still fully supported, but will requires using JDK 17 or newer for compilation and setting `--release` or `-source`/`-target`/`-bootclasspath`. Full changelog: https://github.com/google/error-prone/compare/v2.31.0...v2.32.0 ### [`v2.31.0`](https://redirect.github.com/google/error-prone/releases/tag/v2.31.0): Error Prone 2.31.0 [Compare Source](https://redirect.github.com/google/error-prone/compare/v2.30.0...v2.31.0) This is the last planned minor release of Error Prone that will support running on JDK 11, see [#​3803](https://redirect.github.com/google/error-prone/issues/3803). Using Error Prone to compile code that is deployed to earlier versions will continue to be fully supported, but will require using JDK 17 or newer for compilation and setting `--release` or `-source`/`-target`/`-bootclasspath`. Changes: - Introduce [`@ThreadSafeTypeParameter`](https://redirect.github.com/google/error-prone/blob/2656f48902f6723f3147caa117372309dbc6c15f/type_annotations/src/main/java/com/google/errorprone/annotations/ThreadSafeTypeParameter.java) with enforcement by [ThreadSafe](https://errorprone.info/bugpattern/ThreadSafe) - Improved support for latest JDK 24 EA builds - Error Prone is now distributed as a Multi-Release jar ([#​3756](https://redirect.github.com/google/error-prone/issues/3756)) New checks: - [`AutoValueBoxedValues`](https://errorprone.info/bugpattern/AutoValueBoxedValues): AutoValue instances should not usually contain boxed types that are not Nullable. We recommend removing the unnecessary boxing. Full changelog: https://github.com/google/error-prone/compare/v2.30.0...v2.31.0
googleapis/google-auth-library-java (com.google.auth:google-auth-library-oauth2-http) ### [`v1.25.0`](https://redirect.github.com/googleapis/google-auth-library-java/blob/HEAD/CHANGELOG.md#1250-2024-09-03) ##### Features - Support retrieving ID Token from IAM endpoint for ServiceAccountCredentials ([#​1433](https://redirect.github.com/googleapis/google-auth-library-java/issues/1433)) ([4fcf83e](https://redirect.github.com/googleapis/google-auth-library-java/commit/4fcf83e0f96de0e6323b85b9a47119a257b37e90)) ##### Bug Fixes - ComputeEngineCredentials.createScoped should invalidate existing AccessToken ([#​1428](https://redirect.github.com/googleapis/google-auth-library-java/issues/1428)) ([079a065](https://redirect.github.com/googleapis/google-auth-library-java/commit/079a06563114e359b74694b78aec687601a2f628)) - Invalidate the SA's AccessToken when createScoped() is called ([#​1489](https://redirect.github.com/googleapis/google-auth-library-java/issues/1489)) ([f26fee7](https://redirect.github.com/googleapis/google-auth-library-java/commit/f26fee78d69fce1aaa00dbd5548f3e0266ee6441))
googleapis/google-http-java-client (com.google.http-client:google-http-client-jackson2) ### [`v1.45.0`](https://redirect.github.com/googleapis/google-http-java-client/blob/HEAD/CHANGELOG.md#1450-2024-08-21) ##### Features - Introduce google-http-client-apache-v5 (Apache Client/Core 5.x) ([#​1960](https://redirect.github.com/googleapis/google-http-java-client/issues/1960)) ([5d527dc](https://redirect.github.com/googleapis/google-http-java-client/commit/5d527dc3afade0834a82e5280f22e0129b5f1297)) - Next release from main is 1.45.0 ([#​1972](https://redirect.github.com/googleapis/google-http-java-client/issues/1972)) ([094dcc8](https://redirect.github.com/googleapis/google-http-java-client/commit/094dcc87f22d16686242ce6cb06151b2a199ec2a)) ##### Dependencies - Update actions/checkout action to v4 ([#​1993](https://redirect.github.com/googleapis/google-http-java-client/issues/1993)) ([f8b0cc1](https://redirect.github.com/googleapis/google-http-java-client/commit/f8b0cc1c908b4ebdf3c30a9f9a9b50c96d33f781)) - Update actions/github-script action to v7 ([#​1994](https://redirect.github.com/googleapis/google-http-java-client/issues/1994)) ([e527f0d](https://redirect.github.com/googleapis/google-http-java-client/commit/e527f0d9624e47c37a551590cf555f6207751fe9)) - Update actions/setup-java action to v4 ([#​1995](https://redirect.github.com/googleapis/google-http-java-client/issues/1995)) ([07aa01c](https://redirect.github.com/googleapis/google-http-java-client/commit/07aa01c2f86dc35fd6d1f968cbf111315ef26aa5)) - Update actions/upload-artifact action to v4 ([#​1996](https://redirect.github.com/googleapis/google-http-java-client/issues/1996)) ([5ba7021](https://redirect.github.com/googleapis/google-http-java-client/commit/5ba70218d8bdae18094b1031f9c800688aa58fb4)) - Update dependency com.fasterxml.jackson.core:jackson-core to v2.17.2 ([#​1987](https://redirect.github.com/googleapis/google-http-java-client/issues/1987)) ([4202d32](https://redirect.github.com/googleapis/google-http-java-client/commit/4202d328ea2cefff0771036b010fbfd80928f88c)) - Update dependency com.google.cloud:native-image-shared-config to v1.7.7 ([#​1937](https://redirect.github.com/googleapis/google-http-java-client/issues/1937)) ([b224a1d](https://redirect.github.com/googleapis/google-http-java-client/commit/b224a1d64cae44878f1bb0af83fb8e33e2e12d63)) - Update dependency com.google.cloud:native-image-shared-config to v1.9.0 ([#​1961](https://redirect.github.com/googleapis/google-http-java-client/issues/1961)) ([792e44f](https://redirect.github.com/googleapis/google-http-java-client/commit/792e44f6a2b7678fef30c3bdfc0955be533a7613)) - Update dependency com.google.code.gson:gson to v2.11.0 ([#​1988](https://redirect.github.com/googleapis/google-http-java-client/issues/1988)) ([63afd35](https://redirect.github.com/googleapis/google-http-java-client/commit/63afd35f0a3c15f5a66f5b6a06bae01f82b54504)) - Update dependency com.google.errorprone:error_prone_annotations to v2.30.0 ([#​1989](https://redirect.github.com/googleapis/google-http-java-client/issues/1989)) ([6e19c5c](https://redirect.github.com/googleapis/google-http-java-client/commit/6e19c5ca66c67dad53272998535ed197559dfe02)) - Update dependency com.google.j2objc:j2objc-annotations to v3 ([#​1998](https://redirect.github.com/googleapis/google-http-java-client/issues/1998)) ([3d70537](https://redirect.github.com/googleapis/google-http-java-client/commit/3d7053747076e599f819c41f8362f6070a96ce8a)) - Update dependency io.grpc:grpc-context to v1.66.0 ([#​1990](https://redirect.github.com/googleapis/google-http-java-client/issues/1990)) ([66a9f15](https://redirect.github.com/googleapis/google-http-java-client/commit/66a9f15c35bc64c25f10094c424e025ea6b0a693)) - Update dependency org.apache.httpcomponents.core5:httpcore5 to v5.2.5 ([#​2002](https://redirect.github.com/googleapis/google-http-java-client/issues/2002)) ([8c61065](https://redirect.github.com/googleapis/google-http-java-client/commit/8c6106505a119380e555c64151542445f0e1a5f8)) - Update github/codeql-action action to v3 ([#​2000](https://redirect.github.com/googleapis/google-http-java-client/issues/2000)) ([7250f64](https://redirect.github.com/googleapis/google-http-java-client/commit/7250f649be7a989dc0a855d6f6ddff987ac0ebaa)) - Update ossf/scorecard-action action to v2.4.0 ([#​1992](https://redirect.github.com/googleapis/google-http-java-client/issues/1992)) ([08c5e5a](https://redirect.github.com/googleapis/google-http-java-client/commit/08c5e5a7f7a887aaccc03a40c784d34ecbc45984)) - Update project.appengine.version to v2.0.27 ([#​1938](https://redirect.github.com/googleapis/google-http-java-client/issues/1938)) ([3f27cc8](https://redirect.github.com/googleapis/google-http-java-client/commit/3f27cc800db62c2208160234a5afad641f1a3781)) - Update project.appengine.version to v2.0.29 ([#​1978](https://redirect.github.com/googleapis/google-http-java-client/issues/1978)) ([a3fd1e3](https://redirect.github.com/googleapis/google-http-java-client/commit/a3fd1e34925a531d47613145d5f3b5473cef2d82))
googleapis/google-api-java-client (com.google.api-client:google-api-client) ### [`v2.7.0`](https://redirect.github.com/googleapis/google-api-java-client/blob/HEAD/CHANGELOG.md#270-2024-08-27) [Compare Source](https://redirect.github.com/googleapis/google-api-java-client/compare/v2.6.0...v2.7.0) ##### Features - Fixed missing version placeholder for new pom file ([#​2506](https://redirect.github.com/googleapis/google-api-java-client/issues/2506)) ([b8fa311](https://redirect.github.com/googleapis/google-api-java-client/commit/b8fa311bce05acb42c418548d80d5c8d0cf7cf77)) - Provide HttpTransport support for google certificates with apache HTTP client v5 ([#​2497](https://redirect.github.com/googleapis/google-api-java-client/issues/2497)) ([#​2503](https://redirect.github.com/googleapis/google-api-java-client/issues/2503)) ([0d39b43](https://redirect.github.com/googleapis/google-api-java-client/commit/0d39b4383ba0c686abb30148b800f7dfdd273cf2))
mariadb-corporation/mariadb-connector-r2dbc (org.mariadb:r2dbc-mariadb) ### [`v1.2.2`](https://redirect.github.com/mariadb-corporation/mariadb-connector-r2dbc/blob/HEAD/CHANGELOG.md#122-Sep-2024) [Compare Source](https://redirect.github.com/mariadb-corporation/mariadb-connector-r2dbc/compare/1.2.1...1.2.2) Notable Changes: - R2DBC-105 Permit avoiding session setting with new option `skipPostCommands` Bugs Fixed: - R2DBC-104 Redirection might result in connection error
pgjdbc/pgjdbc (org.postgresql:postgresql) ### [`v42.7.4`](https://redirect.github.com/pgjdbc/pgjdbc/blob/HEAD/CHANGELOG.md#4274-2024-08-22-080000--0400) ##### Added - chore: SCRAM dependency to 3.1 and support channel binding [PR #​3188](https://redirect.github.com/pgjdbc/pgjdbc/pull/3188) - chore: Add PostgreSQL 15, 16, and 17beta1 to CI tests [PR #​3299](https://redirect.github.com/pgjdbc/pgjdbc/pull/3299) - test: Update to 17beta3 [PR #​3308](https://redirect.github.com/pgjdbc/pgjdbc/pull/3308) - chore: Implement direct SSL ALPN connections [PR #​3252](https://redirect.github.com/pgjdbc/pgjdbc/pull/3252) - translation: Add Korean translation file [PR #​3276](https://redirect.github.com/pgjdbc/pgjdbc/pull/3276) ##### Fixed - fix: PgInterval ignores case for represented interval string [PR #​3344](https://redirect.github.com/pgjdbc/pgjdbc/pull/3344) - perf: Avoid extra copies when receiving int4 and int2 in PGStream [PR #​3295](https://redirect.github.com/pgjdbc/pgjdbc/pull/3295) - fix: Add support for Infinity::numeric values in ResultSet.getObject [PR #​3304](https://redirect.github.com/pgjdbc/pgjdbc/pull/3304) - fix: Ensure order of results for getDouble [PR #​3301](https://redirect.github.com/pgjdbc/pgjdbc/pull/3301) - perf: Replace BufferedOutputStream with unsynchronized PgBufferedOutputStream, allow configuring different Java and SO_SNDBUF buffer sizes [PR #​3248](https://redirect.github.com/pgjdbc/pgjdbc/pull/3248) - fix: Fix SSL tests [PR #​3260](https://redirect.github.com/pgjdbc/pgjdbc/pull/3260) - fix: Support bytea in preferQueryMode=simple [PR #​3243](https://redirect.github.com/pgjdbc/pgjdbc/pull/3243) - fix: Fix [#​3234](https://redirect.github.com/pgjdbc/pgjdbc/issues/3234) - Return -1 as update count for stored procedure calls [PR #​3235](https://redirect.github.com/pgjdbc/pgjdbc/pull/3235) - fix: Fix [#​3224](https://redirect.github.com/pgjdbc/pgjdbc/issues/3224) - conversion for TIME '24:00' to LocalTime breaks in binary-mode [PR #​3225](https://redirect.github.com/pgjdbc/pgjdbc/pull/3225) - perf: Speed up getDate by parsing bytes instead of String [PR #​3141](https://redirect.github.com/pgjdbc/pgjdbc/pull/3141) - fix: support PreparedStatement.setBlob(1, Blob) and PreparedStatement.setClob(1, Clob) for lobs that return -1 for length [PR #​3136](https://redirect.github.com/pgjdbc/pgjdbc/pull/3136) - fix: Validates resultset Params in PGStatement constructor. uses assertThro… [PR #​3171](https://redirect.github.com/pgjdbc/pgjdbc/pull/3171) - fix: Validates resultset parameters [PR #​3167](https://redirect.github.com/pgjdbc/pgjdbc/pull/3167) - docs: Replace greater to with greater than [PR #​3315](https://redirect.github.com/pgjdbc/pgjdbc/pull/3315) - docs: Clarify binaryTransfer and prepareThreshold [PR #​3338](https://redirect.github.com/pgjdbc/pgjdbc/pull/3338) - docs: use.md, typo [PR #​3314](https://redirect.github.com/pgjdbc/pgjdbc/pull/3314) - test: Use docker v2 which changes docker-compose to docker compose [#​3339](https://redirect.github.com/pgjdbc/pgjdbc/pull/3339) - refactor: Merge PgPreparedStatement#setBinaryStream int and long methods [PR #​3165](https://redirect.github.com/pgjdbc/pgjdbc/pull/3165) - test: Test both binaryMode=true,false when creating connections in DatabaseMetaDataTest [PR #​3231](https://redirect.github.com/pgjdbc/pgjdbc/pull/3231) - docs: Fixed typos in all source code and documentations [PR #​3242](https://redirect.github.com/pgjdbc/pgjdbc/pull/3242) - chore: Remove self-hosted runner [PR #​3227](https://redirect.github.com/pgjdbc/pgjdbc/pull/3227) - docs: Add cancelSignalTimeout in README [PR #​3190](https://redirect.github.com/pgjdbc/pgjdbc/pull/3190) - docs: Document READ_ONLY_MODE in README [PR #​3175](https://redirect.github.com/pgjdbc/pgjdbc/pull/3175) - test: Test for +/- infinity double values [PR #​3294](https://redirect.github.com/pgjdbc/pgjdbc/pull/3294) - test: Switch localhost and auth-test around for test-gss [PR #​3343](https://redirect.github.com/pgjdbc/pgjdbc/pull/3343) - fix: remove preDescribe from internalExecuteBatch [PR #​2883](https://redirect.github.com/pgjdbc/pgjdbc/pull/2883) ##### Deprecated - test: Deprecate all PostgreSQL versions older than 9.1 [PR #​3335](https://redirect.github.com/pgjdbc/pgjdbc/pull/3335)
googleapis/java-shared-config (com.google.cloud:google-cloud-shared-config) ### [`v1.11.1`](https://redirect.github.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#1111-2024-09-03) [Compare Source](https://redirect.github.com/googleapis/java-shared-config/compare/v1.11.0...v1.11.1) ##### Dependencies - Update dependency com.puppycrawl.tools:checkstyle to v10.18.1 ([#​899](https://redirect.github.com/googleapis/java-shared-config/issues/899)) ([47317ef](https://redirect.github.com/googleapis/java-shared-config/commit/47317efcc5db0beee90ae20adfd85d51f8c838e7)) - Update dependency org.junit.vintage:junit-vintage-engine to v5.11.0 ([#​882](https://redirect.github.com/googleapis/java-shared-config/issues/882)) ([893967e](https://redirect.github.com/googleapis/java-shared-config/commit/893967e34347c14c1abcf778893e3b2fe790c215)) ### [`v1.11.0`](https://redirect.github.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#1110-2024-08-16) [Compare Source](https://redirect.github.com/googleapis/java-shared-config/compare/v1.10.0...v1.11.0) ##### Features - Update test image to ol9 ([#​877](https://redirect.github.com/googleapis/java-shared-config/issues/877)) ([0dd80f0](https://redirect.github.com/googleapis/java-shared-config/commit/0dd80f007e75afffb28aa7daefd179007bf38068)) ##### Dependencies - Update com.google.auto.value:auto-value-annotations to 1.11.0 ([#​886](https://redirect.github.com/googleapis/java-shared-config/issues/886)) ([97cceb3](https://redirect.github.com/googleapis/java-shared-config/commit/97cceb38ea3b23b959be74dd19371dfd836e5b9d)) ### [`v1.10.0`](https://redirect.github.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#1100-2024-08-13) [Compare Source](https://redirect.github.com/googleapis/java-shared-config/compare/v1.9.1...v1.10.0) ##### Features - Update graal-sdk to 24 and graalvm-A to 21.x ([#​815](https://redirect.github.com/googleapis/java-shared-config/issues/815)) ([3c3c630](https://redirect.github.com/googleapis/java-shared-config/commit/3c3c6307ea88dc56f5901a95c295d1b2d53a3559)) ##### Bug Fixes - Address terraform installation failure by updating hashicorp baseurl ([#​881](https://redirect.github.com/googleapis/java-shared-config/issues/881)) ([0b7164f](https://redirect.github.com/googleapis/java-shared-config/commit/0b7164fd15150cb26668d381dbcd89671f1e66e4))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.