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

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.apache.maven.plugins:maven-surefire-plugin 3.2.5 -> 3.3.0 age adoption passing confidence
org.junit.vintage:junit-vintage-engine (source) 5.10.2 -> 5.10.3 age adoption passing confidence
org.junit.platform:junit-platform-commons (source) 1.10.2 -> 1.10.3 age adoption passing confidence
org.junit.platform:junit-platform-engine (source) 1.10.2 -> 1.10.3 age adoption passing confidence
org.apache.maven.plugins:maven-dependency-plugin 3.6.1 -> 3.7.1 age adoption passing confidence
org.apache.maven.plugins:maven-release-plugin 3.0.1 -> 3.1.0 age adoption passing confidence
org.apache.maven.plugins:maven-jar-plugin 3.4.1 -> 3.4.2 age adoption passing confidence
org.codehaus.mojo:versions-maven-plugin (source) 2.16.2 -> 2.17.0 age adoption passing confidence
org.junit:junit-bom (source) 5.10.2 -> 5.10.3 age adoption passing confidence
com.google.truth:truth 1.4.2 -> 1.4.3 age adoption passing confidence
io.projectreactor.netty:reactor-netty 1.1.19 -> 1.1.21 age adoption passing confidence
io.projectreactor:reactor-core 3.6.6 -> 3.6.8 age adoption passing confidence
com.google.api:gax 2.49.0 -> 2.50.0 age adoption passing confidence
com.google.apis:google-api-services-sqladmin (source) v1beta4-rev20240521-2.0.0 -> v1beta4-rev20240622-2.0.0 age adoption passing confidence
org.checkerframework:checker-qual (source) 3.44.0 -> 3.45.0 age adoption passing confidence
org.mariadb:r2dbc-mariadb 1.2.0 -> 1.2.1 age adoption passing confidence
com.microsoft.sqlserver:mssql-jdbc 12.6.2.jre8 -> 12.6.3.jre8 age adoption passing confidence
io.netty:netty-resolver (source) 4.1.110.Final -> 4.1.111.Final age adoption passing confidence
io.netty:netty-codec (source) 4.1.110.Final -> 4.1.111.Final age adoption passing confidence
io.netty:netty-buffer (source) 4.1.110.Final -> 4.1.111.Final age adoption passing confidence
io.netty:netty-transport-native-unix-common (source) 4.1.110.Final -> 4.1.111.Final age adoption passing confidence
io.netty:netty-transport (source) 4.1.110.Final -> 4.1.111.Final age adoption passing confidence
io.netty:netty-common (source) 4.1.110.Final -> 4.1.111.Final age adoption passing confidence
io.netty:netty-handler (source) 4.1.110.Final -> 4.1.111.Final age adoption passing confidence
com.google.cloud:google-cloud-shared-config 1.8.0 -> 1.9.0 age adoption passing confidence

Release Notes

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

v2.17.0

Compare Source

Changes

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

🔧 Build

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

v1.4.3: 1.4.3

  • Added more nullness information to our APIs (in the form of JSpecify annotations). This could lead to additional warnings (or even errors) for users of Kotlin and other nullness checkers. Please report any problems. (ee680cb)
  • Deprecated Subject.Factory methods for Java 8 types. We won't remove them, but you can simplify your code by migrating off them: Just replace assertAbout(foos()).that(foo) with assertThat(foo) (or about(foos()).that(foo) with that(foo)). (59e7a50)
reactor/reactor-netty (io.projectreactor.netty:reactor-netty)

v1.1.21

v1.1.20

Reactor Netty 1.1.20 is part of 2022.0.20 and 2023.0.7 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes
  • When HttpOperations#afterMarkSentHeaders throws an error in HttpOperations#sendObject, ensure the ByteBuf is released just once by @​violetagg in #​3246
  • Fix HTTP/2 pool recordPendingSuccess/FailureAndLatency not recorded without timeout by @​violetagg in #​3252
  • Ensure HttpClient#reactorNettyVersion() does not throw NullPointException when loaded through -javaagent under JDK 1.8 by @​KyoUK4n in #​3266
📖 Documentation
  • Extend the documentation for the shared (default) ConnectionProvider and Event Loop Group by @​violetagg in #​3281

New Contributors

Full Changelog: reactor/reactor-netty@v1.1.19...v1.1.20

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

v3.6.8

v3.6.7

Reactor Core 3.6.7 is part of 2023.0.7 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.6.6...v3.6.7

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

v1.2.1

Compare Source

Full Changelog

Notable Changes:

  • R2DBC-96 Missing UUID support

Bugs Fixed:

  • R2DBC-97 NPE if No HaMode provided
  • R2DBC-98 correcting possible bug connecting if project contain a project.properties file
  • R2DBC-99 No encoding set for ByteBuffer parameter
  • R2DBC-101 Wrong default return type for MySQL JSON fields
  • R2DBC-102 avoid netty unneeded dependencies
googleapis/java-shared-config (com.google.cloud:google-cloud-shared-config)

v1.9.0

Compare Source

Features
Dependencies
  • Update dependency org.junit.vintage:junit-vintage-engine to v5.10.3 (#​850) (43e0d7d)

v1.8.1

Compare Source

Dependencies

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 has been generated by Mend Renovate. View repository job log here.

@hessjcg hessjcg enabled auto-merge (squash) July 9, 2024 17:46
@hessjcg hessjcg merged commit 3c2d81d into GoogleCloudPlatform:main Jul 9, 2024
21 checks passed
@renovate-bot renovate-bot deleted the renovate/non-major-dependencies branch July 9, 2024 17:48
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.

3 participants