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 #2037

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jul 10, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.apache.maven.plugins:maven-surefire-plugin 3.3.0 -> 3.3.1 age adoption passing confidence
org.apache.maven.plugins:maven-javadoc-plugin 3.7.0 -> 3.8.0 age adoption passing confidence
org.apache.maven.plugins:maven-gpg-plugin 3.2.4 -> 3.2.5 age adoption passing confidence
org.junit.vintage:junit-vintage-engine (source) 5.10.3 -> 5.11.0 age adoption passing confidence
org.junit.platform:junit-platform-commons (source) 1.10.3 -> 1.11.0 age adoption passing confidence
org.junit.platform:junit-platform-engine (source) 1.10.3 -> 1.11.0 age adoption passing confidence
org.apache.maven.plugins:maven-release-plugin 3.1.0 -> 3.1.1 age adoption passing confidence
org.codehaus.mojo:versions-maven-plugin (source) 2.17.0 -> 2.17.1 age adoption passing confidence
org.junit:junit-bom (source) 5.10.3 -> 5.11.0 age adoption passing confidence
com.google.truth:truth 1.4.3 -> 1.4.4 age adoption passing confidence
org.slf4j:slf4j-api (source, changelog) 2.0.13 -> 2.0.16 age adoption passing confidence
io.projectreactor.netty:reactor-netty 1.1.21 -> 1.1.22 age adoption passing confidence
io.projectreactor:reactor-core 3.6.8 -> 3.6.9 age adoption passing confidence
com.google.api:gax 2.50.0 -> 2.51.0 age adoption passing confidence
commons-codec:commons-codec (source) 1.17.0 -> 1.17.1 age adoption passing confidence
com.google.errorprone:error_prone_annotations (source) 2.28.0 -> 2.30.0 age adoption passing confidence
com.google.auth:google-auth-library-oauth2-http 1.23.0 -> 1.24.1 age adoption passing confidence
com.google.auth:google-auth-library-credentials 1.23.0 -> 1.24.1 age adoption passing confidence
com.google.apis:google-api-services-sqladmin (source) v1beta4-rev20240622-2.0.0 -> v1beta4-rev20240724-2.0.0 age adoption passing confidence
org.checkerframework:checker-qual (source) 3.45.0 -> 3.46.0 age adoption passing confidence
io.asyncer:r2dbc-mysql 1.1.3 -> 1.3.0 age adoption passing confidence
org.mariadb.jdbc:mariadb-java-client (source) 3.4.0 -> 3.4.1 age adoption passing confidence
com.microsoft.sqlserver:mssql-jdbc 12.6.3.jre8 -> 12.8.0.jre8 age adoption passing confidence
io.netty:netty-resolver (source) 4.1.111.Final -> 4.1.112.Final age adoption passing confidence
io.netty:netty-codec (source) 4.1.111.Final -> 4.1.112.Final age adoption passing confidence
io.netty:netty-buffer (source) 4.1.111.Final -> 4.1.112.Final age adoption passing confidence
io.netty:netty-transport-native-unix-common (source) 4.1.111.Final -> 4.1.112.Final age adoption passing confidence
io.netty:netty-transport (source) 4.1.111.Final -> 4.1.112.Final age adoption passing confidence
io.netty:netty-common (source) 4.1.111.Final -> 4.1.112.Final age adoption passing confidence
io.netty:netty-handler (source) 4.1.111.Final -> 4.1.112.Final age adoption passing confidence
org.graalvm.sdk:nativeimage 24.0.1 -> 24.0.2 age adoption passing confidence
com.google.cloud:google-cloud-shared-config 1.9.0 -> 1.9.1 age adoption passing confidence

Release Notes

mojohaus/versions (org.codehaus.mojo:versions-maven-plugin)

v2.17.1

Compare Source

Changes

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

google/truth (com.google.truth:truth)

v1.4.4

  • Annotated the rest of the main package for nullness, and moved the @NullMarked annotation from individual classes up to the package to avoid a warning under --release 8. (e107aea)
  • Improved the failure message for matches to conditionally suggest using containsMatch. (7e9fc7a)
qos-ch/slf4j (org.slf4j:slf4j-api)

v2.0.16

v2.0.15

reactor/reactor-netty (io.projectreactor.netty:reactor-netty)

v1.1.22

Compare Source

Reactor Netty 1.1.22 is part of 2022.0.22 and 2023.0.9 Release Train.

What's Changed
✨ New features and improvements
🐞 Bug fixes

Full Changelog: reactor/reactor-netty@v1.1.21...v1.1.22

reactor/reactor-core (io.projectreactor:reactor-core)

v3.6.9

Compare Source

apache/commons-codec (commons-codec:commons-codec)

v1.17.1

The Apache Commons Codec component contains encoders and decoders for
various formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.

Feature and fix release. Requires a minimum of Java 8.

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

v2.30.0: Error Prone 2.30.0

Compare Source

New checks:

Closed issues: #​632, #​4487

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

v2.29.2: Error Prone 2.29.2

This release contains all of the changes in 2.29.0 and 2.29.1, plus:

Full Changelog: google/error-prone@v2.29.1...v2.29.2

v2.29.1: Error Prone 2.29.1

This release contains all of the changes in 2.29.0, plus:

Full Changelog: google/error-prone@v2.29.0...v2.29.1

v2.29.0: Error Prone 2.29.0

New checks:

Closed issues: #​4318, #​4429, #​4467

Full Changelog: google/error-prone@v2.28.0...v2.29.0

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

v1.24.1

Bug Fixes

v1.24.0

Features
Bug Fixes
Documentation
mariadb-corporation/mariadb-connector-j (org.mariadb.jdbc:mariadb-java-client)

v3.4.1

Compare Source

Full Changelog

Bugs Fixed
  • CONJ-1181 Ensure Prepare cache use schema
  • CONJ-1178 DatabaseMetaData.getImportedKeys return different PK_NAME value than getExportedKeys.
  • CONJ-1180 Correct DatabaseMeta.getExportedKeys() performances
  • CONJ-1185 Android app compatibility, regex CANON_EQ flag not supported
  • CONJ-1188 database meta getSQLKeywords listing all reserved key word, not restricted keywords only
  • CONJ-1189 implementation of pinGlobalTxToPhysicalConnection for XA Connection
  • CONJ-1190 Adding MySQL option 'databaseTerm' as alias for useCatalogTerm for compatibility
  • CONJ-1191 slow metadata getImportedKeys when not having database set
  • CONJ-685 permit setting sslMode per host
  • CONJ-686 Allow mixing TCP and socket hosts in failover configuration
  • CONJ-1068 ResultSetMetaData.getColumnTypeName() returns VARCHAR instead of TINYTEXT
  • CONJ-1182 missing XA_RBTIMEOUT,XA_RBTIMEOUT and XA_RBDEADLOCK error mapping
googleapis/java-shared-config (com.google.cloud:google-cloud-shared-config)

v1.9.1

Compare Source

Dependencies
  • Update dependency org.graalvm.sdk:nativeimage to v24.0.2 (#​867) (3f45150)

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.

Sorry, something went wrong.

@renovate-bot renovate-bot requested a review from a team as a code owner July 10, 2024 01:49
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from f2ea68a to bceae36 Compare July 10, 2024 15:28
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from bceae36 to 2b33da5 Compare July 10, 2024 15:42
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 2b33da5 to 84b2dab Compare July 10, 2024 15:47
@renovate-bot renovate-bot changed the title deps: Update Non-major dependencies to v1.24.0 deps: Update Non-major dependencies Jul 10, 2024
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 84b2dab to 7a67e62 Compare July 10, 2024 22:50
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 7a67e62 to b87a9c4 Compare July 12, 2024 16:12
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from b87a9c4 to 2bde06f Compare July 12, 2024 19:15
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 2bde06f to d24391a Compare July 12, 2024 19:20
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from d24391a to ced1c95 Compare July 13, 2024 00:27
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from ced1c95 to 617edcd Compare July 14, 2024 21:50
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 4f76205 to 3ee2428 Compare July 20, 2024 13:44
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 3ee2428 to 52bdcab Compare July 23, 2024 16:26
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 23, 2024
@jackwotherspoon jackwotherspoon removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 23, 2024
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch 5 times, most recently from ae04b36 to 02961fa Compare July 29, 2024 17:18
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch 5 times, most recently from 765d427 to 502d18a Compare August 5, 2024 15:59
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch 2 times, most recently from 3380296 to a10cc0e Compare August 13, 2024 15:02
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch 4 times, most recently from e3e8b14 to 4f52891 Compare August 14, 2024 10:00
@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 4f52891 to fc0470e Compare August 14, 2024 15:30
@hessjcg hessjcg merged commit b5e9b50 into GoogleCloudPlatform:main Aug 14, 2024
17 checks passed
@renovate-bot renovate-bot deleted the renovate/non-major-dependencies branch August 14, 2024 16:40
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.

None yet

3 participants