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-assembly-plugin (source) 3.7.1 -> 3.8.0 age confidence
org.apache.maven.plugins:maven-javadoc-plugin (source) 3.11.2 -> 3.12.0 age confidence
org.apache.maven.plugins:maven-source-plugin (source) 3.3.1 -> 3.4.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-release-plugin (source) 3.1.1 -> 3.2.0 age confidence
org.apache.maven.plugins:maven-compiler-plugin (source) 3.14.0 -> 3.14.1 age confidence
org.apache.maven.plugins:maven-jar-plugin (source) 3.4.2 -> 3.5.0 age confidence
org.codehaus.mojo:versions-maven-plugin (source) 2.18.0 -> 2.20.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.3.0 age confidence
io.projectreactor:reactor-core 3.7.8 -> 3.8.0 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.1 age confidence
commons-codec:commons-codec (source) 1.19.0 -> 1.20.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.1 age confidence
com.google.errorprone:error_prone_annotations (source) 2.41.0 -> 2.45.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-rev20251107-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
com.google.auto.value:auto-value-annotations (source) 1.11.0 -> 1.11.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

apache/maven-assembly-plugin (org.apache.maven.plugins:maven-assembly-plugin)

v3.8.0: 3.8.0

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

apache/maven-source-plugin (org.apache.maven.plugins:maven-source-plugin)

v3.4.0: 3.4.0

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

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.20.1

Compare Source

🐛 Bug Fixes

v2.20.0

Compare Source

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

v2.19.1

Compare Source

🐛 Bug Fixes

📝 Documentation updates

v2.19.0

Compare Source

💥 Breaking changes

🚀 New features and improvements

🐛 Bug Fixes


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

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 51d3cd9 to 824460b Compare November 6, 2025 00:13
@dpebot
Copy link
Collaborator

dpebot commented Nov 6, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 824460b to 55f8c2e Compare November 7, 2025 13:14
@dpebot
Copy link
Collaborator

dpebot commented Nov 7, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 55f8c2e to f505025 Compare November 7, 2025 20:56
@dpebot
Copy link
Collaborator

dpebot commented Nov 7, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from f505025 to 4d71e7b Compare November 8, 2025 23:02
@dpebot
Copy link
Collaborator

dpebot commented Nov 8, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 4d71e7b to 764548f Compare November 12, 2025 02:00
@dpebot
Copy link
Collaborator

dpebot commented Nov 12, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 764548f to b3678c3 Compare November 13, 2025 17:50
@dpebot
Copy link
Collaborator

dpebot commented Nov 13, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from b3678c3 to dad57a7 Compare November 15, 2025 11:42
@dpebot
Copy link
Collaborator

dpebot commented Nov 15, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from dad57a7 to e879eda Compare November 23, 2025 18:31
@dpebot
Copy link
Collaborator

dpebot commented Nov 23, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from e879eda to 5abe5eb Compare November 24, 2025 19:11
@dpebot
Copy link
Collaborator

dpebot commented Nov 24, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 5abe5eb to 43a1c91 Compare November 27, 2025 19:33
@dpebot
Copy link
Collaborator

dpebot commented Nov 27, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/non-major-dependencies branch from 43a1c91 to bc9dddb Compare November 29, 2025 03:15
@dpebot
Copy link
Collaborator

dpebot commented Nov 29, 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