Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jul 14, 2025

This PR contains the following updates:

Package Change Age Confidence
org.apache.maven.plugins:maven-surefire-plugin (source) 3.5.3 -> 3.5.4 age confidence
org.apache.maven.plugins:maven-javadoc-plugin (source) 3.11.2 -> 3.12.0 age confidence
org.junit.vintage:junit-vintage-engine (source) 6.0.0 -> 6.0.1 age confidence
org.junit.platform:junit-platform-commons (source) 6.0.0 -> 6.0.1 age confidence
org.junit.platform:junit-platform-engine (source) 6.0.0 -> 6.0.1 age confidence
org.jacoco:jacoco-maven-plugin (source) 0.8.13 -> 0.8.14 age confidence
org.apache.maven.plugins:maven-dependency-plugin (source) 3.8.1 -> 3.9.0 age confidence
org.apache.maven.plugins:maven-enforcer-plugin (source) 3.6.0 -> 3.6.2 age confidence
org.apache.maven.plugins:maven-compiler-plugin (source) 3.14.0 -> 3.14.1 age confidence
org.codehaus.mojo:versions-maven-plugin (source) 2.18.0 -> 2.19.1 age confidence
org.junit:junit-bom (source) 6.0.0 -> 6.0.1 age confidence
com.google.truth:truth 1.4.4 -> 1.4.5 age confidence
io.netty:netty-resolver (source) 4.1.123.Final -> 4.2.7.Final age confidence
io.netty:netty-buffer (source) 4.1.123.Final -> 4.2.7.Final age confidence
io.netty:netty-transport-native-unix-common (source) 4.1.123.Final -> 4.2.7.Final age confidence
io.netty:netty-transport (source) 4.1.123.Final -> 4.2.7.Final age confidence
io.netty:netty-common (source) 4.1.123.Final -> 4.2.7.Final age confidence
io.netty:netty-handler (source) 4.1.123.Final -> 4.2.7.Final age confidence
io.projectreactor.netty:reactor-netty 1.2.8 -> 1.2.11 age confidence
io.projectreactor:reactor-core 3.7.8 -> 3.7.12 age confidence
org.apache.maven.plugins:maven-javadoc-plugin (source) 3.6.3 -> 3.12.0 age confidence
com.google.api:gax 2.69.0 -> 2.72.0 age confidence
org.graalvm.sdk:nativeimage 25.0.0 -> 25.0.1 age confidence
org.codehaus.mojo:build-helper-maven-plugin (source) 3.3.0 -> 3.6.1 age confidence
dnsjava:dnsjava 3.6.0 -> 3.6.3 age confidence
com.github.jnr:jnr-unixsocket 0.38.23 -> 0.38.24 age confidence
com.google.protobuf:protobuf-java (source) 4.32.0 -> 4.33.0 age confidence
com.google.errorprone:error_prone_annotations (source) 2.41.0 -> 2.43.0 age confidence
com.google.auth:google-auth-library-oauth2-http 1.37.1 -> 1.40.0 age confidence
com.google.auth:google-auth-library-credentials 1.37.1 -> 1.40.0 age confidence
com.google.http-client:google-http-client-jackson2 2.0.1 -> 2.0.2 age confidence
com.google.http-client:google-http-client 2.0.1 -> 2.0.2 age confidence
com.google.apis:google-api-services-sqladmin (source) v1beta4-rev20250823-2.0.0 -> v1beta4-rev20251023-2.0.0 age confidence
com.google.api-client:google-api-client 2.8.0 -> 2.8.1 age confidence
com.google.code.gson:gson 2.13.1 -> 2.13.2 age confidence
org.checkerframework:checker-qual (source) 3.49.5 -> 3.52.0 age confidence
io.r2dbc:r2dbc-mssql 1.0.2.RELEASE -> 1.0.3.RELEASE age confidence
org.postgresql:r2dbc-postgresql 1.0.7.RELEASE -> 1.1.1.RELEASE age confidence
com.google.j2objc:j2objc-annotations 3.0.0 -> 3.1 age confidence
org.ow2.asm:asm-util (source) 9.8 -> 9.9 age confidence
org.mariadb.jdbc:mariadb-java-client (source) 3.5.5 -> 3.5.6 age confidence
org.postgresql:postgresql (source) 42.7.7 -> 42.7.8 age confidence
com.mysql:mysql-connector-j (source) 9.4.0 -> 9.5.0 age confidence
org.ow2.asm:asm-analysis (source) 9.8 -> 9.9 age confidence
org.ow2.asm:asm-tree (source) 9.8 -> 9.9 age confidence
org.ow2.asm:asm (source) 9.8 -> 9.9 age confidence
com.github.jnr:jnr-enxio 0.32.18 -> 0.32.19 age confidence
com.google.cloud:google-cloud-shared-config 1.16.1 -> 1.17.0 age confidence

Release Notes

jacoco/jacoco (org.jacoco:jacoco-maven-plugin)

v0.8.14: 0.8.14

Compare Source

New Features

  • JaCoCo now officially supports Java 25 (GitHub #​1950).
  • Experimental support for Java 26 class files (GitHub #​1870).
  • Branches added by the Kotlin compiler for default argument number 33 or higher are filtered out during generation of report (GitHub #​1655).
  • Part of bytecode generated by the Kotlin compiler for elvis operator that follows safe call operator is filtered out during generation of report (GitHub #​1814, #​1954).
  • Part of bytecode generated by the Kotlin compiler for more cases of chained safe call operators is filtered out during generation of report (GitHub #​1956).
  • Part of bytecode generated by the Kotlin compiler for invocations of suspendCoroutineUninterceptedOrReturn intrinsic is filtered out during generation of report (GitHub #​1929).
  • Part of bytecode generated by the Kotlin compiler for suspending lambdas with parameters is filtered out during generation of report (GitHub #​1945).
  • Part of bytecode generated by the Kotlin compiler for suspending functions and lambdas with suspension points that return inline value class is filtered out during generation of report (GitHub #​1871).
  • Part of bytecode generated by the Kotlin Compose compiler plugin for pausable composition is filtered out during generation of report (GitHub #​1911).
  • Methods generated by the Kotlin serialization compiler plugin are filtered out (GitHub #​1885, #​1970, #​1971).

Fixed bugs

  • Fixed handling of implicit else clause of when with String subject in Kotlin (GitHub #​1813, #​1940).
  • Fixed handling of implicit default clause of switch by String in Java when compiled by ECJ (GitHub #​1813, #​1940).
    Fixed handling of exceptions in chains of safe call operators in Kotlin (GitHub #​1819).

Non-functional Changes

  • JaCoCo now depends on ASM 9.9 (GitHub #​1965).
mojohaus/versions (org.codehaus.mojo:versions-maven-plugin)

v2.19.1

Compare Source

🐛 Bug Fixes

📝 Documentation updates

v2.19.0

Compare Source

💥 Breaking changes
🚀 New features and improvements
🐛 Bug Fixes
👻 Maintenance
📦 Dependency updates
google/truth (com.google.truth:truth)

v1.4.5: 1.4.5

  • Changed assertions like assertThat(nullMap).isEmpty() to fail with a useful failure message instead of throwing NullPointerException (and similarly for other "bogus" values, such as negative sizes). (da5d6e9)
  • Made Kotlin's isInstanceOf(Int::class.java) (and Java's isInstanceOf(int.class)) a valid way to check for Int/Integer instances. (974ef19)
  • Improved isWithin to pretty-print numbers in its failure messages. (de78553, 07318c2)
  • Improved some assertions that print class names to print simpler names (e.g., Integer instead of java.lang.Integer). (0ba72d6)
  • Changed ExpectFailure to never generate "value of" lines based on bytecode. This slightly simplifies writing new tests with ExpectFailure and prevents future behavior changes in some ExpectFailure tests that already exist. However, it may also require changes to other existing ExpectFailure tests to remove or change any assertions about the "value of" line. (3caa0e8)
  • Our Android minSdkVersion is now 23 (Marshmallow). This follows the minimum of Google's foundational Android libraries, and we expect it to have no practical impact on users. (c85c75c)
  • Changed our GWT/J2CL artifact to omit usages of @NullMarked. This was making all our types non-null in those environments, since we don't yet use @Nullable in the GWT/J2CL artifact. (6392d37)
reactor/reactor-netty (io.projectreactor.netty:reactor-netty)

v1.2.11

Compare Source

Reactor Netty 1.2.11 is part of 2024.0.11 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes
  • Ensure ResponseTimeoutHandler is added as one of the first handlers in the pipeline by @​violetagg in #​3916
  • Do not try to send the file when Content-Length:0 by @​violetagg in #​3936
  • Ensure the HTTP/2 upgrade stream inherits the proper state from the original HTTP/1.1 connection when successful upgrade from HTTP/1.1 to HTTP/2 by @​violetagg in #​3957
  • Fix HttpClientConfig copying issue in MonoHttpConnect by @​violetagg in #​3964

Full Changelog: reactor/reactor-netty@v1.2.10...v1.2.11

v1.2.10

Compare Source

Reactor Netty 1.2.10 is part of 2024.0.10 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes

Full Changelog: reactor/reactor-netty@v1.2.9...v1.2.10

v1.2.9

Compare Source

Reactor Netty 1.2.9 is part of 2024.0.9 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes

New Contributors

Full Changelog: reactor/reactor-netty@v1.2.8...v1.2.9

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

v3.7.12

Reactor Core 3.7.12 is part of the 2024.0.11 Release Train.

What's Changed
✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.7.11...v3.7.12

v3.7.11

Compare Source

Reactor Core 3.7.11 is part of the 2024.0.10 Release Train.

What's Changed
✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.7.9...v3.7.11

v3.7.10

Compare Source

v3.7.9

Compare Source

Reactor Core 3.7.9 is part of the 2024.0.9 Release Train.

What's Changed
✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.7.8...v3.7.9

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

v3.6.1

Compare Source

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

v3.6.0

Compare Source

Changes

🚀 New features and improvements

📦 Dependency updates

👻 Maintenance


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 July 14, 2025 22:51
@dpebot
Copy link
Collaborator

dpebot commented Jul 14, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 97d0ec0 to 2b79f1a Compare July 15, 2025 01:08
@dpebot
Copy link
Collaborator

dpebot commented Jul 15, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 2b79f1a to b2c429e Compare July 15, 2025 01:16
@dpebot
Copy link
Collaborator

dpebot commented Jul 15, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from b2c429e to 417bbdb Compare July 15, 2025 09:37
@renovate-bot renovate-bot changed the title deps: Update Non-major dependencies to v4.2.3.Final deps: Update Non-major dependencies Jul 15, 2025
@dpebot
Copy link
Collaborator

dpebot commented Jul 15, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 417bbdb to 4ce05c9 Compare July 15, 2025 18:33
@dpebot
Copy link
Collaborator

dpebot commented Jul 15, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 4ce05c9 to 273f3bf Compare July 16, 2025 00:51
@dpebot
Copy link
Collaborator

dpebot commented Jul 16, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 273f3bf to eb13a48 Compare July 21, 2025 08:55
@dpebot
Copy link
Collaborator

dpebot commented Jul 21, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from eb13a48 to 260ddb0 Compare July 22, 2025 21:46
@dpebot
Copy link
Collaborator

dpebot commented Jul 22, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 260ddb0 to f300324 Compare July 24, 2025 21:42
@dpebot
Copy link
Collaborator

dpebot commented Jul 24, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from f300324 to 34d9c2f Compare July 30, 2025 18:04
@dpebot
Copy link
Collaborator

dpebot commented Jul 30, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 34d9c2f to 8d41fc6 Compare August 4, 2025 22:30
@dpebot
Copy link
Collaborator

dpebot commented Aug 4, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 8d41fc6 to e583d18 Compare August 7, 2025 23:20
@dpebot
Copy link
Collaborator

dpebot commented Aug 7, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from e583d18 to 0772013 Compare August 8, 2025 17:36
@dpebot
Copy link
Collaborator

dpebot commented Aug 8, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 0772013 to 0f09d28 Compare August 11, 2025 21:49
@dpebot
Copy link
Collaborator

dpebot commented Aug 11, 2025

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 22, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from b0f24a4 to 0eb6aa2 Compare October 24, 2025 21:15
@dpebot
Copy link
Collaborator

dpebot commented Oct 24, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 0eb6aa2 to 2251654 Compare October 26, 2025 11:05
@dpebot
Copy link
Collaborator

dpebot commented Oct 26, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 2251654 to d44531d Compare October 27, 2025 14:45
@dpebot
Copy link
Collaborator

dpebot commented Oct 27, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from d44531d to 89a49ef Compare October 29, 2025 17:30
@dpebot
Copy link
Collaborator

dpebot commented Oct 29, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 89a49ef to adb24ef Compare October 29, 2025 20:22
@dpebot
Copy link
Collaborator

dpebot commented Oct 29, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from adb24ef to f97531c Compare October 29, 2025 20:40
@dpebot
Copy link
Collaborator

dpebot commented Oct 29, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from f97531c to ca8278b Compare October 29, 2025 20:54
@dpebot
Copy link
Collaborator

dpebot commented Oct 29, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from ca8278b to e98e23d Compare October 30, 2025 14:48
@dpebot
Copy link
Collaborator

dpebot commented Oct 30, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from e98e23d to 0af20f4 Compare October 31, 2025 22:45
@dpebot
Copy link
Collaborator

dpebot commented Oct 31, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 0af20f4 to 967a1ef Compare November 2, 2025 11:32
@dpebot
Copy link
Collaborator

dpebot commented Nov 2, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 967a1ef to 09993f4 Compare November 3, 2025 15:08
@dpebot
Copy link
Collaborator

dpebot commented Nov 3, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 09993f4 to cd1e0cc Compare November 4, 2025 21:44
@dpebot
Copy link
Collaborator

dpebot commented Nov 4, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from cd1e0cc to 45cf6b2 Compare November 5, 2025 04:37
@dpebot
Copy link
Collaborator

dpebot commented Nov 5, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 45cf6b2 to 51d3cd9 Compare November 5, 2025 15:47
@dpebot
Copy link
Collaborator

dpebot commented Nov 5, 2025

/gcbrun

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