Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: Update Non-major dependencies #2055

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Aug 14, 2024

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

Compare Source

google/error-prone (com.google.errorprone:error_prone_annotations)

v2.32.0: Error Prone 2.32.0

The minimum support JDK version to run Error Prone is now JDK 17 (#​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: google/error-prone@v2.31.0...v2.32.0

v2.31.0: Error Prone 2.31.0

Compare Source

This is the last planned minor release of Error Prone that will support running on JDK 11, see #​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:

New checks:

  • AutoValueBoxedValues: AutoValue instances should not usually contain boxed types that are not Nullable. We recommend removing the unnecessary boxing.

Full changelog: google/error-prone@v2.30.0...v2.31.0

googleapis/google-auth-library-java (com.google.auth:google-auth-library-oauth2-http)

v1.25.0

Features
  • Support retrieving ID Token from IAM endpoint for ServiceAccountCredentials (#​1433) (4fcf83e)
Bug Fixes
  • ComputeEngineCredentials.createScoped should invalidate existing AccessToken (#​1428) (079a065)
  • Invalidate the SA's AccessToken when createScoped() is called (#​1489) (f26fee7)
googleapis/google-http-java-client (com.google.http-client:google-http-client-jackson2)

v1.45.0

Features
Dependencies
googleapis/google-api-java-client (com.google.api-client:google-api-client)

v2.7.0

Compare Source

Features
mariadb-corporation/mariadb-connector-r2dbc (org.mariadb:r2dbc-mariadb)

v1.2.2

Compare Source

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

Added
  • chore: SCRAM dependency to 3.1 and support channel binding PR #​3188
  • chore: Add PostgreSQL 15, 16, and 17beta1 to CI tests PR #​3299
  • test: Update to 17beta3 PR #​3308
  • chore: Implement direct SSL ALPN connections PR #​3252
  • translation: Add Korean translation file PR #​3276
Fixed
  • fix: PgInterval ignores case for represented interval string PR #​3344
  • perf: Avoid extra copies when receiving int4 and int2 in PGStream PR #​3295
  • fix: Add support for Infinity::numeric values in ResultSet.getObject PR #​3304
  • fix: Ensure order of results for getDouble PR #​3301
  • perf: Replace BufferedOutputStream with unsynchronized PgBufferedOutputStream, allow configuring different Java and SO_SNDBUF buffer sizes PR #​3248
  • fix: Fix SSL tests PR #​3260
  • fix: Support bytea in preferQueryMode=simple PR #​3243
  • fix: Fix #​3234 - Return -1 as update count for stored procedure calls PR #​3235
  • fix: Fix #​3224 - conversion for TIME '24:00' to LocalTime breaks in binary-mode PR #​3225
  • perf: Speed up getDate by parsing bytes instead of String PR #​3141
  • fix: support PreparedStatement.setBlob(1, Blob) and PreparedStatement.setClob(1, Clob) for lobs that return -1 for length PR #​3136
  • fix: Validates resultset Params in PGStatement constructor. uses assertThro… PR #​3171
  • fix: Validates resultset parameters PR #​3167
  • docs: Replace greater to with greater than PR #​3315
  • docs: Clarify binaryTransfer and prepareThreshold PR #​3338
  • docs: use.md, typo PR #​3314
  • test: Use docker v2 which changes docker-compose to docker compose #​3339
  • refactor: Merge PgPreparedStatement#setBinaryStream int and long methods PR #​3165
  • test: Test both binaryMode=true,false when creating connections in DatabaseMetaDataTest PR #​3231
  • docs: Fixed typos in all source code and documentations PR #​3242
  • chore: Remove self-hosted runner PR #​3227
  • docs: Add cancelSignalTimeout in README PR #​3190
  • docs: Document READ_ONLY_MODE in README PR #​3175
  • test: Test for +/- infinity double values PR #​3294
  • test: Switch localhost and auth-test around for test-gss PR #​3343
  • fix: remove preDescribe from internalExecuteBatch PR #​2883
Deprecated
  • test: Deprecate all PostgreSQL versions older than 9.1 PR #​3335
googleapis/java-shared-config (com.google.cloud:google-cloud-shared-config)

v1.11.1

Compare Source

Dependencies
  • Update dependency com.puppycrawl.tools:checkstyle to v10.18.1 (#​899) (47317ef)
  • Update dependency org.junit.vintage:junit-vintage-engine to v5.11.0 (#​882) (893967e)

v1.11.0

Compare Source

Features
Dependencies
  • Update com.google.auto.value:auto-value-annotations to 1.11.0 (#​886) (97cceb3)

v1.10.0

Compare Source

Features
Bug Fixes
  • Address terraform installation failure by updating hashicorp baseurl (#​881) (0b7164f)

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.


  • If you want to rebase/retry this PR, check this box

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

@renovate-bot renovate-bot requested a review from a team as a code owner August 14, 2024 16:58
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch 2 times, most recently from d0ad533 to 27d8351 Compare August 16, 2024 03:01
@renovate-bot renovate-bot changed the title deps: Update dependency com.google.cloud:google-cloud-shared-config to v1.10.0 deps: Update dependency com.google.cloud:google-cloud-shared-config to v1.11.0 Aug 16, 2024
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch 2 times, most recently from bd8c2ea to ccda7d0 Compare August 16, 2024 21:19
@renovate-bot renovate-bot changed the title deps: Update dependency com.google.cloud:google-cloud-shared-config to v1.11.0 deps: Update Non-major dependencies Aug 16, 2024
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch 7 times, most recently from 28ed147 to 6d38a0c Compare August 23, 2024 00:22
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch 9 times, most recently from d0aad56 to 1bee41b Compare August 30, 2024 18:02
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch 6 times, most recently from d104757 to 52ae682 Compare September 5, 2024 19:43
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch 5 times, most recently from 7656083 to 2af4c06 Compare September 11, 2024 21:13
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch 3 times, most recently from 3655bce to 98e86bc Compare September 16, 2024 15:34
@renovate-bot renovate-bot requested a review from a team as a code owner September 16, 2024 15:34
@hessjcg hessjcg merged commit be764dc into GoogleCloudPlatform:main Sep 17, 2024
17 checks passed
@renovate-bot renovate-bot deleted the renovate/non-major-dependencies branch September 17, 2024 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants