Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 11, 2025

Bumps the gradle-dependencies group with 30 updates:

Package From To
com.google.guava:guava 27.0.1-jre 33.5.0-jre
com.github.spotbugs 6.0.20 6.4.5
com.google.cloud.tools.jib 3.4.4 3.4.5
com.netflix.nebula.ospackage 11.10.0 12.1.1
com.netflix.nebula.ospackage-application 11.10.0 12.1.1
org.asciidoctor.jvm.convert 3.3.2 4.0.5
org.nosphere.apache.rat 0.8.0 0.8.1
org.jetbrains:annotations 23.0.0 26.0.2-1
org.junit:junit-bom 5.9.2 6.0.1
org.assertj:assertj-core 3.24.2 3.27.6
org.mockito:mockito-core 4.10.0 5.20.0
com.squareup.okhttp3:mockwebserver 4.10.0 5.3.0
org.mockito:mockito-inline 4.10.0 5.2.0
org.apache.logging.log4j:log4j-api 2.20.0 2.25.2
org.apache.logging.log4j:log4j-core 2.20.0 2.25.2
org.apache.logging.log4j:log4j-slf4j-impl 2.20.0 2.25.2
org.junit.jupiter:junit-jupiter 5.9.1 6.0.1
com.gradleup.shadow 8.3.0 9.2.2
com.datastax.cassandra:cassandra-driver-core 3.11.3 4.0.0
com.google.guava:guava-testlib 32.0.0-jre 33.5.0-jre
com.auth0:java-jwt 4.4.0 4.5.0
com.adobe.testing:s3mock-testcontainers 2.17.0 4.10.0
org.apache.commons:commons-lang3 3.13.0 3.19.0
io.acryl:datahub-client 0.15.0-3 15.0.4
org.bouncycastle:bcpkix-jdk18on 1.78 1.82
com.fasterxml.jackson.core:jackson-annotations 2.14.2 2.20
net.java.dev.jna:jna 5.9.0 5.18.1
org.apache.cassandra:dtest-api 0.0.16 0.0.18
org.javassist:javassist 3.28.0-GA 3.30.2-GA
org.bouncycastle:bcprov-jdk18on 1.78 1.82

Updates com.google.guava:guava from 27.0.1-jre to 33.5.0-jre

Release notes

Sourced from com.google.guava:guava's releases.

33.5.0

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.5.0-jre</version>
  <!-- or, for Android: -->
  <version>33.5.0-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

  • Restored the Automatic-Module-Name to guava-android. (It, unlike, guava-jre, is not a proper module.) (7a04a8a955)
  • For users of guava-gwt: Google has moved off GWT internally. We plan to continue to release guava-gwt for users of GWT and J2CL, but the artifact is no longer tested for GWT-specific issues, and we have limited resources to fix any unexpected issues that might arise. While we do not anticipate any specific problems, we can't guarantee how long support will continue.
  • Increased our Android minSdkVersion to 23 (Marshmallow). This follows the minimum of Google's foundational Android libraries, and we expect it to have no practical impact on users. (5c23347cc1)
  • Listed the JSpecify annotations as an optional dependency in our OSGi metadata. (2dfd572981)
  • cache: Improved the handling of exceptions from compute functions in Cache.asMap(). (We do still recommend using Caffeine rather than com.google.common.cache.) (087f2c4a80)
  • collect: Improved Iterators.mergeSorted() to preserve stability for equal elements. (4dc93be9a8)
  • math: Added saturatedAbs methods to IntMath and LongMath. (ed0e518f20)
  • net: Added image/avif to MediaType. (53344caba6)
  • testing: Made CollectorTester available to Android users. (294c251079)
  • util.concurrent: Added Striped.custom. (1586eb271d)

33.4.8

Guava 33.4.8 fixes a problem that we introduced while starting to migrate guava-android off Unsafe in 33.4.7.

Even if you're not upgrading from Guava 33.4.0 or earlier, still read the release notes for Guava 33.4.1. Those release notes contain information about the effects of Guava 33.4.5 and higher on the module system.

... (truncated)

Commits

Updates com.github.spotbugs from 6.0.20 to 6.4.5

Updates com.google.cloud.tools.jib from 3.4.4 to 3.4.5

Updates com.netflix.nebula.ospackage from 11.10.0 to 12.1.1

Updates com.netflix.nebula.ospackage-application from 11.10.0 to 12.1.1

Updates org.asciidoctor.jvm.convert from 3.3.2 to 4.0.5

Updates org.nosphere.apache.rat from 0.8.0 to 0.8.1

Updates org.jetbrains:annotations from 23.0.0 to 26.0.2-1

Release notes

Sourced from org.jetbrains:annotations's releases.

26.0.2-1

A technical release to employ new Maven publishing machinery

26.0.2

  • Fixed missing klibs for apple artifacts.

26.0.1

  • Fixed sources.jar build (regression after 25.0.0)

26.0.0

  • Added new experimental annotation: @NotNullByDefault

25.0.0

  • Added Kotlin Multiplatform artifact (multiplatform-annotations).
  • Removed Java 5 artifact.

24.1.0

  • @CheckReturnValue is not experimental anymore.

24.0.1

  • Added @Documented annotation where it would be useful.

24.0.0

  • Added new annotation: @CheckReturnValue

23.1.0

  • Added new annotation: @ApiStatus.Obsolete
Changelog

Sourced from org.jetbrains:annotations's changelog.

Version 26.0.2-1

Version 26.0.2

  • Fixed missing klibs for apple artifacts.

Version 26.0.1

  • Fixed sources.jar build (regression after 25.0.0)

Version 26.0.0

  • Added new experimental annotation: @NotNullByDefault

Version 25.0.0

  • Added Kotlin Multiplatform artifact (multiplatform-annotations).
  • Removed Java 5 artifact.

Version 24.1.0

  • @CheckReturnValue is not experimental anymore.

Version 24.0.1

  • Added @Documented annotation where it would be useful.

Version 24.0.0

  • Added new annotation: @CheckReturnValue.

Version 23.1.0

  • Added new annotation: @ApiStatus.Obsolete.
Commits
  • 20ff2b3 Merge pull request #130 from DmPanov/dmpanov/allworknoplay
  • 21116cc the version is bumped to 26.0.2-1 to test the Maven Central publication
  • b44ce8d Maven Central artifacts task
  • 5fb050c legacy Sonatype publishing removed
  • 2a28eab Merge pull request #120 from JojOatXGME/override-only-static
  • dd44b5b OverrideOnly: Update documentation to exclude static methods
  • 5ed7516 Merge pull request #119 from serjsysoev/v26_0_2
  • e5c5c67 Version 26.0.2
  • f79a61f Version 26.0.1
  • 546095e javaOnlySourcesJar: fix target
  • Additional commits viewable in compare view

Updates org.junit:junit-bom from 5.9.2 to 6.0.1

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0...r6.0.1

JUnit 6.0.0 = Platform 6.0.0 + Jupiter 6.0.0 + Vintage 6.0.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.14.0...r6.0.0

JUnit 6.0.0-RC3 = Platform 6.0.0-RC3 + Jupiter 6.0.0-RC3 + Vintage 6.0.0-RC3

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0-RC2...r6.0.0-RC3

JUnit 6.0.0-RC2 = Platform 6.0.0-RC2 + Jupiter 6.0.0-RC2 + Vintage 6.0.0-RC2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0-RC1...r6.0.0-RC2

JUnit 6.0.0-RC1 = Platform 6.0.0-RC1 + Jupiter 6.0.0-RC1 + Vintage 6.0.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0-M2...r6.0.0-RC1

JUnit 6.0.0-M2 = Platform 6.0.0-M2 + Jupiter 6.0.0-M2 + Vintage 6.0.0-M2

See Release Notes.

... (truncated)

Commits

Updates org.assertj:assertj-core from 3.24.2 to 3.27.6

Release notes

Sourced from org.assertj:assertj-core's releases.

v3.27.6

🐛 Bug Fixes

Core

  • Add missing export for org.assertj.core.annotation #3951

❤️ Contributors

Thanks to all the contributors who worked on this release:

@​duponter

v3.27.5

⚡ Improvements

Core

  • ByteBuddy in AssertJ 3.27.4 not compatible with Java 25 #3946

🔨 Dependency Upgrades

Core

  • Upgrade to Byte Buddy 1.17.7 #3947
  • Upgrade to JUnit BOM 5.13.4 #3947

Guava

  • Upgrade to Guava 33.4.8-jre #3947

v3.27.4

🚫 Deprecated

Core

  • Deprecate org.assertj.core.annotations.Beta in favor of org.assertj.core.annotation.Beta
  • Deprecate org.assertj.core.util.CanIgnoreReturnValue in favor of org.assertj.core.annotation.CanIgnoreReturnValue
  • Deprecate org.assertj.core.util.CheckReturnValue in favor of org.assertj.core.annotation.CheckReturnValue

🐛 Bug Fixes

Core

  • Fix thread-safety in AbstractDateAssert #3874

⚡ Improvements

  • Migrate to the Central Publisher Portal, enable snapshot publishing #3881

... (truncated)

Commits
  • 716b1e0 [maven-release-plugin] prepare release assertj-build-3.27.6
  • e189652 Add missing export for org.assertj.core.annotation (#3951)
  • 0cb489e Update Maven Central URL
  • 7286309 [maven-release-plugin] prepare for next development iteration
  • dd4cc1d [maven-release-plugin] prepare release assertj-build-3.27.5
  • 1d0defc Add missing permission to release workflow
  • 844d5d0 Add missing GitHub Actions pinning to CodeQL workflow
  • bdd7106 Add CodeQL custom workflow
  • a93d7e6 Remove EOL Java 24
  • 26ea866 Update production dependencies (#3947)
  • Additional commits viewable in compare view

Updates org.mockito:mockito-core from 4.10.0 to 5.20.0

Release notes

Sourced from org.mockito:mockito-core's releases.

v5.20.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.20.0

v5.19.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.19.0

... (truncated)

Commits
  • 3a1a19e Add support for generic types in MockedConstruction and MockedStatic (#3729)
  • f3c957a Bump org.assertj:assertj-core from 3.27.4 to 3.27.5 (#3730)
  • 3cfbd42 Bump graalvm/setup-graalvm from 1.3.6 to 1.3.7 (#3725)
  • 6f9a04b Bump com.gradle.develocity from 4.1.1 to 4.2 (#3726)
  • c75dfb8 Bump org.eclipse.platform:org.eclipse.osgi from 3.23.100 to 3.23.200 (#3720)
  • 54474fa Bump graalvm/setup-graalvm from 1.3.5 to 1.3.6 (#3719)
  • bc06f21 Use Assume.assumeThat for SequencedCollection tests (#3711)
  • a10aed0 Bump actions/setup-java from 4 to 5 (#3715)
  • 37bb3e5 Fix metadata generation on GraalVM (#3710)
  • ef2fd6f Bump com.gradle.develocity from 4.1 to 4.1.1 (#3713)
  • Additional commits viewable in compare view

Updates com.squareup.okhttp3:mockwebserver from 4.10.0 to 5.3.0

Changelog

Sourced from com.squareup.okhttp3:mockwebserver's changelog.

Version 5.3.0

2025-10-30

  • New: Add tags to Call, including computable tags. Use this to attach application-specific metadata to a Call in an EventListener or Interceptor. The tag can be read in any other EventListener or Interceptor.

      override fun intercept(chain: Interceptor.Chain): Response {
        chain.call().tag(MyAnalyticsTag::class) {
          MyAnalyticsTag(...)
        }
    return chain.proceed(chain.request())
    
    }

  • New: Support request bodies on HTTP/1.1 connection upgrades.

  • New: EventListener.plus() makes it easier to observe events in multiple listeners.

  • Fix: Don't spam logs with ‘Method isLoggable in android.util.Log not mocked.’ when using OkHttp in Robolectric and Paparazzi tests.

  • Upgrade: [Kotlin 2.2.21][kotlin_2_2_21].

  • Upgrade: [Okio 3.16.2][okio_3_16_2].

  • Upgrade: [ZSTD-KMP 0.4.0][zstd_kmp_0_4_0]. This update fixes a bug that caused APKs to fail [16 KB ELF alignment checks][elf_alignment].

Version 5.2.1

2025-10-09

  • Fix: Don't crash when calling Socket.shutdownOutput() or shutdownInput() on an SSLSocket on Android API 21 through 23. This method throws an UnsupportedOperationException, so we now catch that and close the underlying stream instead.

  • Upgrade: [Okio 3.16.1][okio_3_16_1].

Version 5.2.0

2025-10-07

  • New: Support [HTTP 101] responses with Response.socket. This mechanism is only supported on HTTP/1.1. We also reimplemented our websocket client to use this new mechanism.

  • New: The okhttp-zstd module negotiates [Zstandard (zstd)][zstd] compression with servers that support it. It integrates a new (unstable) [ZSTD-KMP] library, also from Square. Enable it like this:

... (truncated)

Commits

Updates org.mockito:mockito-inline from 4.10.0 to 5.2.0

Release notes

Sourced from org.mockito:mockito-inline's releases.

v5.2.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.2.0

v5.1.1

Changelog generated by Shipkit Changelog Gradle Plugin

5.1.1

v5.1.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.1.0

... (truncated)

Commits
  • 74c811a Make InjectMocks aware of generic types (#2923)
  • fc136e4 Explicitly use UTF-8 in IOUtils (#2935)
  • 9473470 Bump io.github.gradle-nexus:publish-plugin from 1.2.0 to 1.3.0 (#2932)
  • dddeb72 Bump versions.bytebuddy from 1.14.0 to 1.14.1 (#2931)
  • 92ed602 Bump com.google.googlejavaformat:google-java-format from 1.15.0 to 1.16.0 (#2...
  • 19ef24a Bump com.diffplug.spotless from 6.15.0 to 6.16.0 (#2930)
  • 8b96cc1 Bump io.github.gradle-nexus:publish-plugin from 1.1.0 to 1.2.0 (#2924)
  • 4eb275c Make project relocatable by using relative paths in the OSGi test task (#2920)
  • d937334 Bump com.github.ben-manes.versions from 0.45.0 to 0.46.0 (#2922)
  • 60b0e71 Bump versions.bytebuddy from 1.13.0 to 1.14.0 (#2918)
  • Additional commits viewable in compare view

Updates org.apache.logging.log4j:log4j-api from 2.20.0 to 2.25.2

Updates org.apache.logging.log4j:log4j-core from 2.20.0 to 2.25.2

Updates org.apache.logging.log4j:log4j-slf4j-impl from 2.20.0 to 2.25.2

Updates org.junit.jupiter:junit-jupiter from 5.9.1 to 6.0.1

Release notes

Sourced from org.junit.jupiter:junit-jupiter's releases.

JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0...r6.0.1

JUnit 6.0.0 = Platform 6.0.0 + Jupiter 6.0.0 + Vintage 6.0.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.14.0...r6.0.0

JUnit 6.0.0-RC3 = Platform 6.0.0-RC3 + Jupiter 6.0.0-RC3 + Vintage 6.0.0-RC3

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0-RC2...r6.0.0-RC3

JUnit 6.0.0-RC2 = Platform 6.0.0-RC2 + Jupiter 6.0.0-RC2 + Vintage 6.0.0-RC2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0-RC1...r6.0.0-RC2

JUnit 6.0.0-RC1 = Platform 6.0.0-RC1 + Jupiter 6.0.0-RC1 + Vintage 6.0.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0-M2...r6.0.0-RC1

JUnit 6.0.0-M2 = Platform 6.0.0-M2 + Jupiter 6.0.0-M2 + Vintage 6.0.0-M2

See Release Notes.

... (truncated)

Commits

Updates com.gradleup.shadow from 8.3.0 to 9.2.2

Release notes

Sourced from com.gradleup.shadow's releases.

9.2.2

Fixed

  • Fix the regression of registering ShadowJar tasks without ShadowPlugin applied. (#1787)

9.2.1

Added

  • Support relocating Groovy extensions in Module descriptors. (#1705)
  • Add extensions for Iterable<Relocator>. (#1710)
  • Support relocating list of types in RelocatorRemapper. (#1714)
  • Add mainClass property into ShadowJar. (#1722)
    tasks.shadowJar {
      // This property will be used as a fallback if there is no explicit `Main-Class` attribute set.
      mainClass = "my.Main"
    }
  • Honor executableDir and applicationName in application extension. (#1740)
    This is useful when you want to customize the output directory of the start scripts and the application distribution.
  • Provide more task accessors in ShadowApplicationPlugin.Companion. (#1771)
  • Support relocating Kotlin module files. (#1539)
    The current implementation relocates all properties in KotlinModuleMetadata but KmModule.optionalAnnotationClasses due to very limited usage of it. See more discussion here.
  • Allow overriding BUNDLING_ATTRIBUTE in GMM. (#1773)
    The org.gradle.dependency.bundling in shadowed JAR's Gradle Module Metadata is set to shadowed by default. You can override it for now by:
    shadow {
      bundlingAttribute = Bundling.EMBEDDED
    }

Changed

  • Merge Gradle Module descriptors into the modern META-INF path. (#1706)
    The Gradle Module descriptors (org.codehaus.groovy.runtime.ExtensionModule files) defined under META-INF/services/ and META-INF/groovy will be merged into META-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule.
  • Move injecting Class-Path manifest attr logic from doFirst into copy. (#1720)
  • Move injecting Main-Class manifest attr logic from doFirst into copy. (#1724)
  • Deprecate InheritManifest and inheritFrom. (#1722)
    tasks.shadowJar {
      // Before (deprecated):
      manifest.inheritFrom(tasks.jar.get().manifest)
      // After (recommended):
      manifest.from(tasks.jar.get().manifest)
    // Note: You don't need to inherit the manifest from jar task as it's done by default for the shadowJar task.
    // But if you want to inherit the manifest for your custom ShadowJar task, you still need to do it explicitly.
    }

... (truncated)

Commits

Bumps the gradle-dependencies group with 30 updates:

| Package | From | To |
| --- | --- | --- |
| [com.google.guava:guava](https://github.com/google/guava) | `27.0.1-jre` | `33.5.0-jre` |
| com.github.spotbugs | `6.0.20` | `6.4.5` |
| com.google.cloud.tools.jib | `3.4.4` | `3.4.5` |
| com.netflix.nebula.ospackage | `11.10.0` | `12.1.1` |
| com.netflix.nebula.ospackage-application | `11.10.0` | `12.1.1` |
| org.asciidoctor.jvm.convert | `3.3.2` | `4.0.5` |
| org.nosphere.apache.rat | `0.8.0` | `0.8.1` |
| [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) | `23.0.0` | `26.0.2-1` |
| [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `5.9.2` | `6.0.1` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.24.2` | `3.27.6` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `4.10.0` | `5.20.0` |
| [com.squareup.okhttp3:mockwebserver](https://github.com/square/okhttp) | `4.10.0` | `5.3.0` |
| [org.mockito:mockito-inline](https://github.com/mockito/mockito) | `4.10.0` | `5.2.0` |
| org.apache.logging.log4j:log4j-api | `2.20.0` | `2.25.2` |
| org.apache.logging.log4j:log4j-core | `2.20.0` | `2.25.2` |
| org.apache.logging.log4j:log4j-slf4j-impl | `2.20.0` | `2.25.2` |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `5.9.1` | `6.0.1` |
| [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `8.3.0` | `9.2.2` |
| [com.datastax.cassandra:cassandra-driver-core](https://github.com/datastax/java-driver) | `3.11.3` | `4.0.0` |
| [com.google.guava:guava-testlib](https://github.com/google/guava) | `32.0.0-jre` | `33.5.0-jre` |
| [com.auth0:java-jwt](https://github.com/auth0/java-jwt) | `4.4.0` | `4.5.0` |
| com.adobe.testing:s3mock-testcontainers | `2.17.0` | `4.10.0` |
| org.apache.commons:commons-lang3 | `3.13.0` | `3.19.0` |
| [io.acryl:datahub-client](https://github.com/datahub-project/datahub) | `0.15.0-3` | `15.0.4` |
| [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) | `1.78` | `1.82` |
| [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.14.2` | `2.20` |
| [net.java.dev.jna:jna](https://github.com/java-native-access/jna) | `5.9.0` | `5.18.1` |
| org.apache.cassandra:dtest-api | `0.0.16` | `0.0.18` |
| [org.javassist:javassist](https://github.com/jboss-javassist/javassist) | `3.28.0-GA` | `3.30.2-GA` |
| [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) | `1.78` | `1.82` |


Updates `com.google.guava:guava` from 27.0.1-jre to 33.5.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `com.github.spotbugs` from 6.0.20 to 6.4.5

Updates `com.google.cloud.tools.jib` from 3.4.4 to 3.4.5

Updates `com.netflix.nebula.ospackage` from 11.10.0 to 12.1.1

Updates `com.netflix.nebula.ospackage-application` from 11.10.0 to 12.1.1

Updates `org.asciidoctor.jvm.convert` from 3.3.2 to 4.0.5

Updates `org.nosphere.apache.rat` from 0.8.0 to 0.8.1

Updates `org.jetbrains:annotations` from 23.0.0 to 26.0.2-1
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](JetBrains/java-annotations@23.0.0...26.0.2-1)

Updates `org.junit:junit-bom` from 5.9.2 to 6.0.1
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.9.2...r6.0.1)

Updates `org.assertj:assertj-core` from 3.24.2 to 3.27.6
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.24.2...assertj-build-3.27.6)

Updates `org.mockito:mockito-core` from 4.10.0 to 5.20.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.10.0...v5.20.0)

Updates `com.squareup.okhttp3:mockwebserver` from 4.10.0 to 5.3.0
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.10.0...parent-5.3.0)

Updates `org.mockito:mockito-inline` from 4.10.0 to 5.2.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.10.0...v5.2.0)

Updates `org.apache.logging.log4j:log4j-api` from 2.20.0 to 2.25.2

Updates `org.apache.logging.log4j:log4j-core` from 2.20.0 to 2.25.2

Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.20.0 to 2.25.2

Updates `org.junit.jupiter:junit-jupiter` from 5.9.1 to 6.0.1
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.9.1...r6.0.1)

Updates `com.gradleup.shadow` from 8.3.0 to 9.2.2
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](GradleUp/shadow@8.3.0...9.2.2)

Updates `com.datastax.cassandra:cassandra-driver-core` from 3.11.3 to 4.0.0
- [Release notes](https://github.com/datastax/java-driver/releases)
- [Commits](apache/cassandra-java-driver@3.11.3...4.0.0)

Updates `com.google.guava:guava-testlib` from 32.0.0-jre to 33.5.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `com.auth0:java-jwt` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/auth0/java-jwt/releases)
- [Changelog](https://github.com/auth0/java-jwt/blob/master/CHANGELOG.md)
- [Commits](auth0/java-jwt@4.4.0...4.5.0)

Updates `com.adobe.testing:s3mock-testcontainers` from 2.17.0 to 4.10.0

Updates `org.apache.commons:commons-lang3` from 3.13.0 to 3.19.0

Updates `io.acryl:datahub-client` from 0.15.0-3 to 15.0.4
- [Release notes](https://github.com/datahub-project/datahub/releases)
- [Changelog](https://github.com/datahub-project/datahub/blob/master/docs/townhall-history.md)
- [Commits](https://github.com/datahub-project/datahub/commits)

Updates `org.bouncycastle:bcpkix-jdk18on` from 1.78 to 1.82
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.14.2 to 2.20
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `net.java.dev.jna:jna` from 5.9.0 to 5.18.1
- [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
- [Commits](java-native-access/jna@5.9.0...5.18.1)

Updates `org.apache.cassandra:dtest-api` from 0.0.16 to 0.0.18

Updates `org.javassist:javassist` from 3.28.0-GA to 3.30.2-GA
- [Release notes](https://github.com/jboss-javassist/javassist/releases)
- [Changelog](https://github.com/jboss-javassist/javassist/blob/master/Changes.md)
- [Commits](https://github.com/jboss-javassist/javassist/commits)

Updates `org.bouncycastle:bcprov-jdk18on` from 1.78 to 1.82
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-version: 33.5.0-jre
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: com.github.spotbugs
  dependency-version: 6.4.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.google.cloud.tools.jib
  dependency-version: 3.4.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.netflix.nebula.ospackage
  dependency-version: 12.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: com.netflix.nebula.ospackage-application
  dependency-version: 12.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: org.asciidoctor.jvm.convert
  dependency-version: 4.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: org.nosphere.apache.rat
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: org.jetbrains:annotations
  dependency-version: 26.0.2-1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: org.junit:junit-bom
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: org.assertj:assertj-core
  dependency-version: 3.27.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.20.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: com.squareup.okhttp3:mockwebserver
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: org.mockito:mockito-inline
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-version: 2.25.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
  dependency-version: 2.25.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: com.gradleup.shadow
  dependency-version: 9.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: com.datastax.cassandra:cassandra-driver-core
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: com.google.guava:guava-testlib
  dependency-version: 33.5.0-jre
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: com.auth0:java-jwt
  dependency-version: 4.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.adobe.testing:s3mock-testcontainers
  dependency-version: 4.10.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: org.apache.commons:commons-lang3
  dependency-version: 3.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: io.acryl:datahub-client
  dependency-version: 15.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: org.bouncycastle:bcpkix-jdk18on
  dependency-version: '1.82'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-version: '2.20'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: net.java.dev.jna:jna
  dependency-version: 5.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.apache.cassandra:dtest-api
  dependency-version: 0.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: org.javassist:javassist
  dependency-version: 3.30.2-GA
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.bouncycastle:bcprov-jdk18on
  dependency-version: '1.82'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 11, 2025

Labels

The following labels could not be found: dependencies, gradle. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 12, 2025

The group that created this PR has been removed from your configuration.

@dependabot dependabot bot closed this Nov 12, 2025
@dependabot dependabot bot deleted the dependabot/gradle/gradle-dependencies-9ca2fbb450 branch November 12, 2025 00:32
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.

0 participants