Skip to content

Bump the all-dependencies group across 11 directories with 31 updates#1647

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/all-dependencies-df7c4873f3
Open

Bump the all-dependencies group across 11 directories with 31 updates#1647
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/all-dependencies-df7c4873f3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 9, 2026

Bumps the all-dependencies group with 6 updates in the / directory:

Package From To
gradle-wrapper 9.2.0 9.4.1
com.vanniktech:gradle-maven-publish-plugin 0.35.0 0.36.0
com.gradleup.shadow:com.gradleup.shadow.gradle.plugin 9.3.2 9.4.1
org.jetbrains.kotlinx:atomicfu 0.31.0 0.32.1
com.google.crypto.tink:tink 1.20.0 1.21.0
com.nimbusds:nimbus-jose-jwt 10.8 10.9

Bumps the all-dependencies group with 1 update in the /build-logic directory: com.github.jk1.dependency-license-report:com.github.jk1.dependency-license-report.gradle.plugin.
Bumps the all-dependencies group with 1 update in the /waltid-applications/waltid-cli directory: com.wolpl.clikt-testkit:clikt-testkit.
Bumps the all-dependencies group with 1 update in the /waltid-applications/waltid-openid4vc-ios-testApp/shared directory: io.ktor:ktor-client-darwin.
Bumps the all-dependencies group with 1 update in the /waltid-libraries/credentials/waltid-mdoc-credentials directory: io.mockk:mockk.
Bumps the all-dependencies group with 1 update in the /waltid-libraries/credentials/waltid-mdoc-credentials2 directory: org.jetbrains.kotlinx:kotlinx-serialization-core.
Bumps the all-dependencies group with 2 updates in the /waltid-services/waltid-e2e-tests directory: org.bouncycastle:bcpkix-lts8on and com.nimbusds:nimbus-jose-jwt.
Bumps the all-dependencies group with 1 update in the /waltid-services/waltid-openid4vp-conformance-runners directory: io.ktor:ktor-client-encoding.
Bumps the all-dependencies group with 1 update in the /waltid-services/waltid-verifier-api2 directory: org.bouncycastle:bcprov-lts8on.
Bumps the all-dependencies group with 12 updates in the /waltid-services/waltid-wallet-api directory:

Package From To
io.mockk:mockk 1.13.16 1.14.9
de.mkammerer:argon2-jvm 2.11 2.12
org.jetbrains.exposed:exposed-core 1.0.0-rc-1 1.2.0
org.jetbrains.exposed:exposed-jdbc 1.0.0-rc-1 1.2.0
org.jetbrains.exposed:exposed-dao 1.0.0-rc-1 1.2.0
org.jetbrains.exposed:exposed-java-time 1.0.0-rc-1 1.2.0
org.jetbrains.exposed:exposed-json 1.0.0-rc-1 1.2.0
org.xerial:sqlite-jdbc 3.49.0.0 3.51.3.0
org.postgresql:postgresql 42.7.5 42.7.10
com.mysql:mysql-connector-j 9.2.0 9.6.0
com.interaso:webpush 1.2.0 1.3.0
com.sksamuel.hoplite:hoplite-core 2.8.0 2.9.0

Bumps the all-dependencies group with 3 updates in the /waltid-services/waltid-web3login-microservice directory: jvm, io.ktor.plugin and org.jetbrains.kotlin.plugin.serialization.

Updates gradle-wrapper from 9.2.0 to 9.4.1

Release notes

Sourced from gradle-wrapper's releases.

9.4.1

The Gradle team is excited to announce Gradle 9.4.1.

Here are the highlights of this release:

  • Java 26 support
  • Non-class-based JVM tests
  • Enhanced console progress bar

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: akankshaa-00, Attila Kelemen, Björn Kautler, dblood, Dennis Rieks, duvvuvenkataramana, John Burns, Julian, kevinstembridge, Niels Doucet, Philip Wedemann, ploober, Richard Hernandez, Roberto Perez Alcolea, Sebastian Lövdahl, stephan2405, Stephane Landelle, Ujwal Suresh Vanjare, Victor Merkulov, Vincent Potuček, Vladimir Sitnikov.

Upgrade instructions

Switch your build to use Gradle 9.4.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.4.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

... (truncated)

Commits

Updates com.vanniktech:gradle-maven-publish-plugin from 0.35.0 to 0.36.0

Release notes

Sourced from com.vanniktech:gradle-maven-publish-plugin's releases.

0.36.0

BREAKING

  • Updated minimum supported JDK, Gradle, Android Gradle Plugin and Kotlin versions.
  • Removed support for Dokka v1, it's now required to use Dokka in v2 mode.
  • Mark DirectorySignatureType internal.

Behavior changes

  • validateDeployment now has the DeploymentValidation enum as type instead of being a boolean. The default is now to just wait for the VALIDATED state. The previous behavior can be achieved by setting it to PUBLISHED. NONE can be used for disabling the validation completely.
  • When calling configure(...) manually to configure what to publish and not passing javadocJar explicity, the plugin now defaults to publishing an empty javadoc jar.

Features

  • Android projects now support using Dokka for javadoc creation, this will happen automatically when using the default options and the Dokka plugin is applied to the project.
  • Added consistent JavadocJar and SourcesJar options to configureBasedOnAppliedPlugins and to all applicable project types that can be passed to configure. The previous Boolean based versions have been deprecated.
  • When enabling Maven Central publishing through the DSL, the mavenCentralDeploymentValidation and mavenCentralAutomaticPublishing are used for the default values of the 2 parameters when they are not passed explicitly. This allows to more easily override them in certain environments.
  • When isolated projects is enabled the module/project specific gradle.properties files are now considered in the same way they are when isolated projects is disabled.

Improvements

  • Better error message when Maven Central credentials are missing.

Minimum supported versions

  • JDK 17
  • Gradle 9.0.0
  • Android Gradle Plugin 8.13.0
  • Kotlin Gradle Plugin 2.2.0

Compatibility tested up to

  • JDK 25
  • Gradle 9.3.0
  • Gradle 9.4.0-milestone-4
  • Android Gradle Plugin 8.13.2
  • Android Gradle Plugin 9.0.0
  • Android Gradle Plugin 9.1.0-alpha05
  • Kotlin Gradle Plugin 2.3.0
  • Kotlin Gradle Plugin 2.3.20-Beta1

0.36.0-rc2

BREAKING

  • Updated minimum supported JDK, Gradle, Android Gradle Plugin and Kotlin versions.
  • Removed support for Dokka v1, it's now required to use Dokka in v2 mode.
  • Mark DirectorySignatureType internal.

... (truncated)

Changelog

Sourced from com.vanniktech:gradle-maven-publish-plugin's changelog.

0.36.0 (2026-01-13)

BREAKING

  • Updated minimum supported JDK, Gradle, Android Gradle Plugin and Kotlin versions.
  • Removed support for Dokka v1, it's now required to use Dokka in v2 mode.
  • Mark DirectorySignatureType internal.

Behavior changes

  • validateDeployment now has the DeploymentValidation enum as type instead of being a boolean. The default is now to just wait for the VALIDATED state. The previous behavior can be achieved by setting it to PUBLISHED. NONE can be used for disabling the validation completely.
  • When calling configure(...) manually to configure what to publish and not passing javadocJar explicity, the plugin now defaults to publishing an empty javadoc jar.

Features

  • Android projects now support using Dokka for javadoc creation, this will happen automatically when using the default options and the Dokka plugin is applied to the project.
  • Added consistent JavadocJar and SourcesJar options to configureBasedOnAppliedPlugins and to all applicable project types that can be passed to configure. The previous Boolean based versions have been deprecated.
  • When enabling Maven Central publishing through the DSL, the mavenCentralDeploymentValidation and mavenCentralAutomaticPublishing are used for the default values of the 2 parameters when they are not passed explicitly. This allows to more easily override them in certain environments.
  • When isolated projects is enabled the module/project specific gradle.properties files are now considered in the same way they are when isolated projects is disabled.

Improvements

  • Better error message when Maven Central credentials are missing.

Minimum supported versions

  • JDK 17
  • Gradle 9.0.0
  • Android Gradle Plugin 8.13.0
  • Kotlin Gradle Plugin 2.2.0

Compatibility tested up to

  • JDK 25
  • Gradle 9.3.0
  • Gradle 9.4.0-milestone-4
  • Android Gradle Plugin 8.13.2
  • Android Gradle Plugin 9.0.0
  • Android Gradle Plugin 9.1.0-alpha05
  • Kotlin Gradle Plugin 2.3.0
  • Kotlin Gradle Plugin 2.3.20-Beta1
Commits

Updates com.gradleup.shadow:com.gradleup.shadow.gradle.plugin from 9.3.2 to 9.4.1

Release notes

Sourced from com.gradleup.shadow:com.gradleup.shadow.gradle.plugin's releases.

9.4.1

Changed

  • Update Kotlin to 2.3.20. (#1978)

9.4.0

Added

  • Support Isolated Projects. (#1139)

Changed

  • Allow opting out of adding shadowJar into assemble lifecycle. (#1939)
    shadow {
      // Disable making `assemble` task depend on `shadowJar`. This is enabled by default.
      addShadowJarToAssembleLifecycle = false
    }
  • Stop catching ZipException when writing entries. (#1970)

Fixed

  • Fix interaction with Gradle artifact transforms. (#1345)
  • Fix skipStringConstants per-relocator behavior in mapName. (#1968)
  • Fix failing for non-existent class directories. (#1976)
Commits

Updates org.jetbrains.kotlinx:atomicfu from 0.31.0 to 0.32.1

Release notes

Sourced from org.jetbrains.kotlinx:atomicfu's releases.

0.32.1

0.32.1 is identical to 0.32.0 and it only includes infra updates required to publish the Gradle plugin to Gradle Plugin Portal.

0.32.0

  • SynchronizedObject implementation was reverted to version 0.29.0 to resolve a performance regression (See #584 for details)

[!NOTE] AtomicFU Gradle plugin with version 0.32.0 was not published in the Gradle Plugin Portal.

Changelog

Sourced from org.jetbrains.kotlinx:atomicfu's changelog.

Version 0.32.1

  • Fixed issues with the Gradle plugin publication to the Gradle plugin portal (#589)

Version 0.32.0

  • SynchronizedObject implementation was reverted to version 0.29.0 to resolve a performance regression (See #584 for details)
Commits

Updates com.google.crypto.tink:tink from 1.20.0 to 1.21.0

Release notes

Sourced from com.google.crypto.tink:tink's releases.

Tink Java v1.21.0

Tink is a multi-language, cross-platform library that provides simple and misuse-proof APIs for common cryptographic tasks.

This is Tink Java 1.21.0

The complete list of changes since 1.20.0 can be found here.

  • Added methods addAnnotations to KeysetHandle.Builder and getAnnotationsOrNull to KeysetHandle. This allows attaching arbitrary information to a KeysetHandle, which can be useful when one has deep stacks.
  • A set of accessor methods in RawJwt has been made public.
  • Added general support for ML-DSA-87.
  • SignaturePemKeysetReader now supports ML-DSA-65, ML-DSA-87 and Ed25519.
  • Added buildPublicKeysetHandle method to SignaturePemKeysetReader.Builder, which replaces the deprecated build method.

Maven:

<dependency>
    <groupId>com.google.crypto.tink</groupId>
    <artifactId>tink</artifactId>
    <version>1.21.0</version>
</dependency>

Gradle:

dependencies {
  implementation 'com.google.crypto.tink:tink-android:1.21.0'
}

Bazel:

Using bzlmod

bazel_dep(name = "tink_java")

git_override(
module_name = "tink_java",
remote = "https://github.com/tink-crypto/tink-java",
tag = "v1.21.0",
)

Commits
  • 0be5717 Bump tink-java version to 1.21.0
  • def2eff Improve error reporting in SignaturePemKeysetReader.
  • 65e722a Introduce CompositeMlDsa parameters to Tink Java.
  • 68a030c Add support for ML-DSA-87 in SignaturePemKeysetReader.
  • 484229d Fix the Java Doc comment to reflect the introduction of ML-DSA-87.
  • 43f0886 Automated change
  • 1efca99 Declare variables on their first use.
  • 18cee3b Deprecate SignaturePemKeysetReader.Builder.build.
  • 9817254 Automated change
  • 1b1cfde Automated change.
  • Additional commits viewable in compare view

Updates com.nimbusds:nimbus-jose-jwt from 10.8 to 10.9

Changelog

Sourced from com.nimbusds:nimbus-jose-jwt's changelog.

version 1.0 (2012-03-01)

  • First version based on the OpenInfoCard JWT, JWS and JWE code base.

version 1.1 (2012-03-06)

  • Introduces type-safe enumeration of the JSON Web Algorithms (JWA).
  • Refactors the JWT class.

version 1.2 (2012-03-08)

  • Moves JWS and JWE code into separate classes.

version 1.3 (2012-03-09)

  • Switches to Apache Commons Codec for Base64URL encoding and decoding
  • Consolidates the crypto utilities within the package.
  • Introduces a JWT content serialiser class.

version 1.4 (2012-03-09)

  • Refactoring of JWT class and JUnit tests.

version 1.5 (2012-03-18)

  • Switches to JSON Smart for JSON serialisation and parsing.
  • Introduces claims set class with JSON objects, string, Base64URL and byte array views.

version 1.6 (2012-03-20)

  • Creates class for representing, serialising and parsing JSON Web Keys (JWK).
  • Introduces separate class for representing JWT headers.

version 1.7 (2012-04-01)

  • Introduces separate classes for plain, JWS and JWE headers.
  • Introduces separate classes for plain, signed and encrypted JWTs.
  • Removes the JWTContent class.
  • Removes password-based (PE820) encryption support.

version 1.8 (2012-04-03)

  • Adds support for the ZIP JWE header parameter.
  • Removes unsupported algorithms from the JWA enumeration.

version 1.9 (2012-04-03)

  • Renames JWEHeader.{get|set}EncryptionAlgorithm() to JWEHeader.{get|set}EncryptionMethod().

version 1.9.1 (2012-04-03)

  • Upgrades JSON Smart JAR to 1.1.1.

version 1.10 (2012-04-14)

  • Introduces serialize() method to base abstract JWT class.

version 1.11 (2012-05-13)

  • JWT.serialize() throws checked JWTException instead of

... (truncated)

Commits
  • e48aa07 [maven-release-plugin] prepare for next development iteration
  • 4b02531 Adds X509CertUtils.computeSHA1Thumbprint(X509Certificate) method
  • 6b52455 [maven-release-plugin] prepare release 10.9
  • See full diff in compare view

Updates com.nimbusds:nimbus-jose-jwt from 10.8 to 10.9

Changelog

Sourced from com.nimbusds:nimbus-jose-jwt's changelog.

version 1.0 (2012-03-01)

  • First version based on the OpenInfoCard JWT, JWS and JWE code base.

version 1.1 (2012-03-06)

  • Introduces type-safe enumeration of the JSON Web Algorithms (JWA).
  • Refactors the JWT class.

version 1.2 (2012-03-08)

  • Moves JWS and JWE code into separate classes.

version 1.3 (2012-03-09)

  • Switches to Apache Commons Codec for Base64URL encoding and decoding
  • Consolidates the crypto utilities within the package.
  • Introduces a JWT content serialiser class.

version 1.4 (2012-03-09)

  • Refactoring of JWT class and JUnit tests.

version 1.5 (2012-03-18)

  • Switches to JSON Smart for JSON serialisation and parsing.
  • Introduces claims set class with JSON objects, string, Base64URL and byte array views.

version 1.6 (2012-03-20)

  • Creates class for representing, serialising and parsing JSON Web Keys (JWK).
  • Introduces separate class for representing JWT headers.

version 1.7 (2012-04-01)

  • Introduces separate classes for plain, JWS and JWE headers.
  • Introduces separate classes for plain, signed and encrypted JWTs.
  • Removes the JWTContent class.
  • Removes password-based (PE820) encryption support.

version 1.8 (2012-04-03)

  • Adds support for the ZIP JWE header parameter.
  • Removes unsupported algorithms from the JWA enumeration.

version 1.9 (2012-04-03)

  • Renames JWEHeader.{get|set}EncryptionAlgorithm() to JWEHeader.{get|set}EncryptionMethod().

version 1.9.1 (2012-04-03)

  • Upgrades JSON Smart JAR to 1.1.1.

version 1.10 (2012-04-14)

  • Introduces serialize() method to base abstract JWT class.

version 1.11 (2012-05-13)

  • JWT.serialize() throws checked JWTException instead of

... (truncated)

Commits
  • e48aa07 [maven-release-plugin] prepare for next development iteration
  • 4b02531 Adds X509CertUtils.computeSHA1Thumbprint(X509Certificate) method
  • 6b52455 [maven-release-plugin] prepare release 10.9
  • See full diff in compare view

Updates com.github.jk1.dependency-license-report:com.github.jk1.dependency-license-report.gradle.plugin from 3.0.1 to 3.1.2

Updates com.github.jk1.dependency-license-report:com.github.jk1.dependency-license-report.gradle.plugin from 3.0.1 to 3.1.2

Updates com.wolpl.clikt-testkit:clikt-testkit from 3.0.0 to 3.1.1

Release notes

Sourced from com.wolpl.clikt-testkit:clikt-testkit's releases.

3.1.1

The library is now compiled with Java 11 again.

The previous release was compiled with Java 21, which broke using it in some projects.

3.1.0

Support for testing SuspendingCliktCommand implementations.

Commits
  • 30bd776 Set version to 3.1.1.
  • 44ac62c Reset JVM toolchain to version 11.
  • 0cf3c2c Replace Gradle action and disable daemon creation.
  • 37a7629 Set version to 3.2.0-SNAPSHOT.
  • 10b43c6 Set version to 3.1.0.
  • 0c22c28 Update to Java 21.
  • 5aec61e Set version to 3.0.1-SNAPSHOT and update release action for the new Maven Cen...
  • 79d8ce2 Migrate publishing to the new Maven Central API.
  • 9f6b029 Set version 3.1.0
  • d967c5a Update publishing URLs.
  • Additional commits viewable in compare view

Updates io.ktor:ktor-client-darwin from 3.2.3 to 3.4.2

Release notes

Sourced from io.ktor:ktor-client-darwin's releases.

3.4.2

Published 27 March 2026

Improvements

  • KTOR-9327 Curl: The WebSockets maxFrameSize option does not have an effect
  • KTOR-9383 CaseInsensitiveString: reduce allocations
  • KTOR-9385 Netty: Allocation micro-optimizations
  • KTOR-9403 Darwin: Unnecessary ByteArray copy for each received response chunk
  • KTOR-9412 KDoc for formFieldLimit documents incorrect default value (64 KB instead of 50 MiB)

Bugfixes

  • KTOR-9351 OpenAPI: Incorrect schema generated for nested classes with lists
  • KTOR-9361 WebSockets: JsWebSocketSession._closeReason is completed twice
  • KTOR-9437 Fix GraalVM Compatibility
  • KTOR-9424 Logging: OkHttp format should log the full requested URL
  • KTOR-8540 Logging: IllegalStateException is thrown when response is cached and deserialization fails
  • KTOR-9370 OpenAPI: NoSuchMethodError - getLOCAL_FUNCTION_FOR_LAMBDA with Kotlin 2.3.20-*
  • KTOR-9421 Netty: active SSE connection blocks HTTP/2 response flushing for other requests
  • KTOR-3390 JS browser: "Failed to execute 'digest' on 'SubtleCrypto'" error when using digest auth
  • KTOR-5977 Compression: The encoders buffer streaming response
  • KTOR-9393 Certificate pinning matches against all pins instead of hostname-scoped pins
  • KTOR-8751 DI: AmbiguousDependencyException when named dependency is overridden in testApplication
  • KTOR-9039 Bearer Auth: Request body transformed with jsonIO isn't sent over again after refreshToken request
  • KTOR-9404 Darwin: Memory leak in KtorNSURLSessionDelegate
  • KTOR-9399 LinkageError when running Ktor app with development mode inside Spring Boot / Amper fat-JAR
  • KTOR-9402 NoSuchMethodError on RawWebSocket after 3.4.0
  • KTOR-9372 Frame.Text.readText() causes infinite loop and 100% CPU on Kotlin/Native when WebSocket frame data is malformed or connection drops unexpectedly
  • KTOR-9387 ZstdEncoder decode fails when source data is split into multiple Zstd frames

3.4.1

Published 3 March 2026

Improvements

  • KTOR-9382 HttpProtocolVersion.parse: fast path for common versions
  • KTOR-9381 GMTDate: reduce allocations
  • KTOR-8971 Support "operationId" in Kdoc for OpenAPI spec. gen.
  • KTOR-9333 WebSockets: Infinite spin and potential OOM vulnerabilities in the Inflater.inflateFully method
  • KTOR-5616 Ktor always adds by default an Accept-Charset header
  • KTOR-9291 OpenAPI: handle atypical route functions
  • KTOR-9293 OpenAPI describe needs defaults
  • KTOR-9304 OpenAPI: Order of path parameters is not preserved in the spec
  • KTOR-9353 Routing: TailcardSelector missing toString(), which clutters the logs

Bugfixes

  • KTOR-9281 OpenApi code inference misses lambda argument bodies
  • KTOR-9273 OpenAPI static content path appears in resulting model
  • KTOR-9004 OpenAPI: No respective formats detected for serializable types like UUID or Instant
  • KTOR-9305 OpenAPI: "No mapping for symbol: VAR FOR_LOOP_VARIABLE" error with codeInferenceEnabled=true
  • KTOR-9279 OpenAPI: UnsupportedOperationException for a function with a reified type parameter codeInferenceEnabled = true
  • KTOR-9289 OpenAPI: Resource routes are missing inferred and comment-based documentation

... (truncated)

Changelog

Sourced from io.ktor:ktor-client-darwin's changelog.

3.4.2

Published 27 March 2026

Improvements

  • KTOR-9327 Curl: The WebSockets maxFrameSize option does not have an effect
  • KTOR-9383 CaseInsensitiveString: reduce allocations
  • KTOR-9385 Netty: Allocation micro-optimizations
  • KTOR-9403 Darwin: Unnecessary ByteArray copy for each received response chunk
  • KTOR-9412 KDoc for formFieldLimit documents incorrect default value (64 KB instead of 50 MiB)

Bugfixes

  • KTOR-9351 OpenAPI: Incorrect schema generated for nested classes with lists
  • KTOR-9361 WebSockets: JsWebSocketSession._closeReason is completed twice
  • KTOR-9437 Fix GraalVM Compatibility
  • KTOR-9424 Logging: OkHttp format should log the full requested URL
  • KTOR-8540 Logging: IllegalStateException is thrown when response is cached and deserialization fails
  • KTOR-9370 OpenAPI: NoSuchMethodError - getLOCAL_FUNCTION_FOR_LAMBDA with Kotlin 2.3.20-*
  • KTOR-9421 Netty: active SSE connection blocks HTTP/2 response flushing for other requests
  • KTOR-3390 JS browser: "Failed to execute 'digest' on 'SubtleCrypto'" error when using digest auth
  • KTOR-5977 Compression: The encoders buffer streaming response
  • KTOR-9393 Certificate pinning matches against all pins instead of hostname-scoped pins
  • KTOR-8751 DI: AmbiguousDependencyException when named dependency is overridden in testApplication
  • KTOR-9039 Bearer Auth: Request body transformed with jsonIO isn't sent over again after refreshToken request
  • KTOR-9404 Darwin: Memory leak in KtorNSURLSessionDelegate
  • KTOR-9399 LinkageError when running Ktor app with development mode inside Spring Boot / Amper fat-JAR
  • KTOR-9402 NoSuchMethodError on RawWebSocket after 3.4.0
  • KTOR-9372 Frame.Text.readText() causes infinite loop and 100% CPU on Kotlin/Native when WebSocket frame data is malformed or connection drops unexpectedly
  • KTOR-9387 ZstdEncoder decode fails when source data is split into multiple Zstd frames

3.4.1

Published 3 March 2026

Improvements

  • KTOR-9382 HttpProtocolVersion.parse: fast path for common versions
  • KTOR-9381 GMTDate: reduce allocations
  • KTOR-8971 Support "operationId" in Kdoc for OpenAPI spec. gen.
  • KTOR-9333 WebSockets: Infinite spin and potential OOM vulnerabilities in the Inflater.inflateFully method
  • KTOR-5616 Ktor always adds by default an Accept-Charset header
  • KTOR-9291 OpenAPI: handle atypical route functions
  • KTOR-9293 OpenAPI describe needs defaults
  • KTOR-9304 OpenAPI: Order of path parameters is not preserved in the spec
  • KTOR-9353 Routing: TailcardSelector missing toString(), which clutters the logs

Bugfixes

  • KTOR-9281 OpenApi code inference misses lambda argument bodies
  • KTOR-9273 OpenAPI static content path appears in resulting model
  • KTOR-9004 OpenAPI: No respective formats detected for serializable types like UUID or Instant
  • KTOR-9305 OpenAPI: "No mapping for symbol: VAR FOR_LOOP_VARIABLE" error with codeInferenceEnabled=true
  • KTOR-9279 OpenAPI: UnsupportedOperationException for a function with a reified type parameter codeInferenceEnabled = true

... (truncated)

Commits
  • 245774a Release 3.4.2 (#5493)
  • 7c6c33a KTOR-9361 Fix JsWebSocketSession._closeReason completed twice (#5457)
  • 453e739 KTOR-9437 Server. Add GraalVM metadata. (#5491)
  • 7146fd7 KTOR-9424 Log full URLs with OkHttp format (#5488)
  • 52b5981 KTOR-8540 Fix IllegalStateException by creating a new instance of HttpClientC...
  • 12de7fb KTOR-9408 Update atomicfu with performance fix
  • 58837ad KTOR-9419 Fix vulnerability in swagger endpoint
  • 69e55ce Remove CurlWebSocketTests (#5483)
  • 5dfbe51 fixup! KTOR-9421 Track streaming responses separately to fix SSE blocking flu...
  • e784ed7 fixup! Server. Update KDocs for that may set status. (#5233)
  • Additional commits viewable in compare view

Updates io.mockk:mockk from 1.13.16 to 1.14.9

Release notes

Sourced from io.mockk:mockk's releases.

v1.14.9

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.14.6...1.14.9

v1.14.7

What's Changed

... (truncated)

Commits
  • 71a8e21 Release v1.14.9 and bump versions
  • cd84546 Merge pull request #1500 from neungs-2/master
  • 79b507a Merge pull request #1505 from jgrnrt/fix-dokka-2
  • 373f95b bump dokka to 2.2.0-Beta to fix "ERROR CLASS: Symbol not found" in generated ...
  • dbd755c docs: @​InjectMockKs dependency order
  • e4ff90b Merge pull request #1503 from nishatoma/add-clear-memory-method
  • 4a7d481 fix: add backward compatible method for MockInitializer
  • db40a01 Merge pull request #1442 from ianbrandt/issue-1342
  • 9249fbf Replaced MethodHandle usage with Method for value class unboxing to suppo...
  • a34d4d9 Updated the :test-modules:client-tests Kotlinx Coroutines dependency versio...
  • Additional commits viewable in compare view

Updates io.mockk:mockk from 1.13.16 to 1.14.9

Release notes

Sourced from io.mockk:mockk's releases.

v1.14.9

What's Changed

  • fix: normalize value...

    Description has been truncated

Bumps the all-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.2.0` | `9.4.1` |
| [com.vanniktech:gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) | `0.35.0` | `0.36.0` |
| [com.gradleup.shadow:com.gradleup.shadow.gradle.plugin](https://github.com/GradleUp/shadow) | `9.3.2` | `9.4.1` |
| [org.jetbrains.kotlinx:atomicfu](https://github.com/Kotlin/kotlinx.atomicfu) | `0.31.0` | `0.32.1` |
| [com.google.crypto.tink:tink](https://github.com/tink-crypto/tink-java) | `1.20.0` | `1.21.0` |
| [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) | `10.8` | `10.9` |

Bumps the all-dependencies group with 1 update in the /build-logic directory: com.github.jk1.dependency-license-report:com.github.jk1.dependency-license-report.gradle.plugin.
Bumps the all-dependencies group with 1 update in the /waltid-applications/waltid-cli directory: [com.wolpl.clikt-testkit:clikt-testkit](https://github.com/wolpl/clikt-testkit).
Bumps the all-dependencies group with 1 update in the /waltid-applications/waltid-openid4vc-ios-testApp/shared directory: [io.ktor:ktor-client-darwin](https://github.com/ktorio/ktor).
Bumps the all-dependencies group with 1 update in the /waltid-libraries/credentials/waltid-mdoc-credentials directory: [io.mockk:mockk](https://github.com/mockk/mockk).
Bumps the all-dependencies group with 1 update in the /waltid-libraries/credentials/waltid-mdoc-credentials2 directory: [org.jetbrains.kotlinx:kotlinx-serialization-core](https://github.com/Kotlin/kotlinx.serialization).
Bumps the all-dependencies group with 2 updates in the /waltid-services/waltid-e2e-tests directory: [org.bouncycastle:bcpkix-lts8on](https://github.com/bcgit/bc-lts-java) and [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt).
Bumps the all-dependencies group with 1 update in the /waltid-services/waltid-openid4vp-conformance-runners directory: [io.ktor:ktor-client-encoding](https://github.com/ktorio/ktor).
Bumps the all-dependencies group with 1 update in the /waltid-services/waltid-verifier-api2 directory: [org.bouncycastle:bcprov-lts8on](https://github.com/bcgit/bc-lts-java).
Bumps the all-dependencies group with 12 updates in the /waltid-services/waltid-wallet-api directory:

| Package | From | To |
| --- | --- | --- |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.16` | `1.14.9` |
| [de.mkammerer:argon2-jvm](https://github.com/phxql/argon2-jvm) | `2.11` | `2.12` |
| [org.jetbrains.exposed:exposed-core](https://github.com/JetBrains/Exposed) | `1.0.0-rc-1` | `1.2.0` |
| [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) | `1.0.0-rc-1` | `1.2.0` |
| [org.jetbrains.exposed:exposed-dao](https://github.com/JetBrains/Exposed) | `1.0.0-rc-1` | `1.2.0` |
| [org.jetbrains.exposed:exposed-java-time](https://github.com/JetBrains/Exposed) | `1.0.0-rc-1` | `1.2.0` |
| [org.jetbrains.exposed:exposed-json](https://github.com/JetBrains/Exposed) | `1.0.0-rc-1` | `1.2.0` |
| [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) | `3.49.0.0` | `3.51.3.0` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.5` | `42.7.10` |
| [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) | `9.2.0` | `9.6.0` |
| [com.interaso:webpush](https://github.com/interaso/webpush) | `1.2.0` | `1.3.0` |
| [com.sksamuel.hoplite:hoplite-core](https://github.com/sksamuel/hoplite) | `2.8.0` | `2.9.0` |

Bumps the all-dependencies group with 3 updates in the /waltid-services/waltid-web3login-microservice directory: [jvm](https://github.com/JetBrains/kotlin), io.ktor.plugin and [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin).


Updates `gradle-wrapper` from 9.2.0 to 9.4.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.2.0...v9.4.1)

Updates `com.vanniktech:gradle-maven-publish-plugin` from 0.35.0 to 0.36.0
- [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases)
- [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md)
- [Commits](vanniktech/gradle-maven-publish-plugin@0.35.0...0.36.0)

Updates `com.gradleup.shadow:com.gradleup.shadow.gradle.plugin` from 9.3.2 to 9.4.1
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](GradleUp/shadow@9.3.2...9.4.1)

Updates `org.jetbrains.kotlinx:atomicfu` from 0.31.0 to 0.32.1
- [Release notes](https://github.com/Kotlin/kotlinx.atomicfu/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-atomicfu/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx-atomicfu@0.31.0...0.32.1)

Updates `com.google.crypto.tink:tink` from 1.20.0 to 1.21.0
- [Release notes](https://github.com/tink-crypto/tink-java/releases)
- [Commits](tink-crypto/tink-java@v1.20.0...v1.21.0)

Updates `com.nimbusds:nimbus-jose-jwt` from 10.8 to 10.9
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.9..10.8)

Updates `com.nimbusds:nimbus-jose-jwt` from 10.8 to 10.9
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.9..10.8)

Updates `com.github.jk1.dependency-license-report:com.github.jk1.dependency-license-report.gradle.plugin` from 3.0.1 to 3.1.2

Updates `com.github.jk1.dependency-license-report:com.github.jk1.dependency-license-report.gradle.plugin` from 3.0.1 to 3.1.2

Updates `com.wolpl.clikt-testkit:clikt-testkit` from 3.0.0 to 3.1.1
- [Release notes](https://github.com/wolpl/clikt-testkit/releases)
- [Commits](wolpl/clikt-testkit@v3.0.0...v3.1.1)

Updates `io.ktor:ktor-client-darwin` from 3.2.3 to 3.4.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.2.3...3.4.2)

Updates `io.mockk:mockk` from 1.13.16 to 1.14.9
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.16...1.14.9)

Updates `io.mockk:mockk` from 1.13.16 to 1.14.9
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.16...1.14.9)

Updates `org.jetbrains.kotlinx:kotlinx-serialization-core` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx.serialization@v1.9.0...v1.10.0)

Updates `org.bouncycastle:bcpkix-lts8on` from 2.73.8 to 2.73.10
- [Commits](https://github.com/bcgit/bc-lts-java/commits)

Updates `com.nimbusds:nimbus-jose-jwt` from 10.6 to 10.9
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.9..10.8)

Updates `com.nimbusds:nimbus-jose-jwt` from 10.6 to 10.9
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.9..10.8)

Updates `org.bouncycastle:bcpkix-lts8on` from 2.73.8 to 2.73.10
- [Commits](https://github.com/bcgit/bc-lts-java/commits)

Updates `io.ktor:ktor-client-encoding` from 3.2.2 to 3.4.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.2.2...3.4.2)

Updates `io.ktor:ktor-client-encoding` from 3.2.2 to 3.4.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.2.2...3.4.2)

Updates `org.bouncycastle:bcprov-lts8on` from 2.73.9 to 2.73.10
- [Commits](https://github.com/bcgit/bc-lts-java/commits)

Updates `org.bouncycastle:bcprov-lts8on` from 2.73.9 to 2.73.10
- [Commits](https://github.com/bcgit/bc-lts-java/commits)

Updates `io.mockk:mockk` from 1.13.16 to 1.14.9
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.16...1.14.9)

Updates `de.mkammerer:argon2-jvm` from 2.11 to 2.12
- [Release notes](https://github.com/phxql/argon2-jvm/releases)
- [Changelog](https://github.com/phxql/argon2-jvm/blob/master/CHANGELOG.md)
- [Commits](phxql/argon2-jvm@v2.11...v2.12)

Updates `org.jetbrains.exposed:exposed-core` from 1.0.0-rc-1 to 1.2.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.0.0-rc-1...1.2.0)

Updates `org.jetbrains.exposed:exposed-jdbc` from 1.0.0-rc-1 to 1.2.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.0.0-rc-1...1.2.0)

Updates `org.jetbrains.exposed:exposed-dao` from 1.0.0-rc-1 to 1.2.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.0.0-rc-1...1.2.0)

Updates `org.jetbrains.exposed:exposed-java-time` from 1.0.0-rc-1 to 1.2.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.0.0-rc-1...1.2.0)

Updates `org.jetbrains.exposed:exposed-json` from 1.0.0-rc-1 to 1.2.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.0.0-rc-1...1.2.0)

Updates `org.jetbrains.exposed:exposed-jdbc` from 1.0.0-rc-1 to 1.2.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.0.0-rc-1...1.2.0)

Updates `org.jetbrains.exposed:exposed-dao` from 1.0.0-rc-1 to 1.2.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.0.0-rc-1...1.2.0)

Updates `org.jetbrains.exposed:exposed-java-time` from 1.0.0-rc-1 to 1.2.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.0.0-rc-1...1.2.0)

Updates `org.jetbrains.exposed:exposed-json` from 1.0.0-rc-1 to 1.2.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.0.0-rc-1...1.2.0)

Updates `org.xerial:sqlite-jdbc` from 3.49.0.0 to 3.51.3.0
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](xerial/sqlite-jdbc@3.49.0.0...3.51.3.0)

Updates `org.postgresql:postgresql` from 42.7.5 to 42.7.10
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.5...REL42.7.10)

Updates `com.mysql:mysql-connector-j` from 9.2.0 to 9.6.0
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
- [Commits](mysql/mysql-connector-j@9.2.0...9.6.0)

Updates `com.interaso:webpush` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/interaso/webpush/releases)
- [Commits](interaso/webpush@v1.2.0...v1.3.0)

Updates `com.sksamuel.hoplite:hoplite-core` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/sksamuel/hoplite/releases)
- [Changelog](https://github.com/sksamuel/hoplite/blob/master/changelog.md)
- [Commits](sksamuel/hoplite@v2.8.0...v2.9.0)

Updates `com.sksamuel.hoplite:hoplite-hocon` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/sksamuel/hoplite/releases)
- [Changelog](https://github.com/sksamuel/hoplite/blob/master/changelog.md)
- [Commits](sksamuel/hoplite@v2.8.0...v2.9.0)

Updates `com.sksamuel.hoplite:hoplite-yaml` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/sksamuel/hoplite/releases)
- [Changelog](https://github.com/sksamuel/hoplite/blob/master/changelog.md)
- [Commits](sksamuel/hoplite@v2.8.0...v2.9.0)

Updates `com.sksamuel.hoplite:hoplite-hikaricp` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/sksamuel/hoplite/releases)
- [Changelog](https://github.com/sksamuel/hoplite/blob/master/changelog.md)
- [Commits](sksamuel/hoplite@v2.8.0...v2.9.0)

Updates `io.mockk:mockk` from 1.13.16 to 1.14.9
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.16...1.14.9)

Updates `jvm` from 2.0.0 to 2.3.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.3.20)

Updates `io.ktor.plugin` from 3.3.3 to 3.4.2

Updates `org.jetbrains.kotlin.plugin.serialization` from 2.0.0 to 2.3.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.3.20)

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: com.vanniktech:gradle-maven-publish-plugin
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: com.gradleup.shadow:com.gradleup.shadow.gradle.plugin
  dependency-version: 9.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.kotlinx:atomicfu
  dependency-version: 0.32.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: com.google.crypto.tink:tink
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: com.nimbusds:nimbus-jose-jwt
  dependency-version: '10.9'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: com.nimbusds:nimbus-jose-jwt
  dependency-version: '10.9'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: com.github.jk1.dependency-license-report:com.github.jk1.dependency-license-report.gradle.plugin
  dependency-version: 3.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: com.github.jk1.dependency-license-report:com.github.jk1.dependency-license-report.gradle.plugin
  dependency-version: 3.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: com.wolpl.clikt-testkit:clikt-testkit
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: io.ktor:ktor-client-darwin
  dependency-version: 3.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: io.mockk:mockk
  dependency-version: 1.14.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: io.mockk:mockk
  dependency-version: 1.14.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-core
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.bouncycastle:bcpkix-lts8on
  dependency-version: 2.73.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: com.nimbusds:nimbus-jose-jwt
  dependency-version: '10.9'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: com.nimbusds:nimbus-jose-jwt
  dependency-version: '10.9'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.bouncycastle:bcpkix-lts8on
  dependency-version: 2.73.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: io.ktor:ktor-client-encoding
  dependency-version: 3.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: io.ktor:ktor-client-encoding
  dependency-version: 3.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.bouncycastle:bcprov-lts8on
  dependency-version: 2.73.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.bouncycastle:bcprov-lts8on
  dependency-version: 2.73.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: io.mockk:mockk
  dependency-version: 1.14.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: de.mkammerer:argon2-jvm
  dependency-version: '2.12'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.exposed:exposed-core
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.exposed:exposed-dao
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.exposed:exposed-java-time
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.exposed:exposed-json
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.exposed:exposed-dao
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.exposed:exposed-java-time
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.exposed:exposed-json
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.xerial:sqlite-jdbc
  dependency-version: 3.51.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: com.mysql:mysql-connector-j
  dependency-version: 9.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: com.interaso:webpush
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: com.sksamuel.hoplite:hoplite-core
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: com.sksamuel.hoplite:hoplite-hocon
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: com.sksamuel.hoplite:hoplite-yaml
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: com.sksamuel.hoplite:hoplite-hikaricp
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: io.mockk:mockk
  dependency-version: 1.14.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: jvm
  dependency-version: 2.3.20
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: io.ktor.plugin
  dependency-version: 3.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-version: 2.3.20
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 9, 2026
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 9, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants