Skip to content

Bump the libs group across 1 directory with 28 updates#8

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/libs-127e836404
Open

Bump the libs group across 1 directory with 28 updates#8
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/libs-127e836404

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps the libs group with 28 updates in the / directory:

Package From To
gradle-wrapper 8.13 9.3.0
com.nimbusds:oauth2-oidc-sdk 11.23.1 11.31.1
org.bouncycastle:bcpkix-jdk18on 1.80 1.83
io.arrow-kt:arrow-core 2.0.1 2.2.1.1
io.arrow-kt:arrow-fx-coroutines 2.0.1 2.2.1.1
io.arrow-kt:arrow-core-serialization 2.0.1 2.2.1.1
org.webjars:swagger-ui 5.20.1 5.31.0
eu.europa.ec.eudi:eudi-lib-jvm-sdjwt-kt 0.17.1 0.18.0
io.ktor:ktor-client-apache 3.2.3 3.4.0
io.ktor:ktor-client-content-negotiation 3.2.3 3.4.0
io.ktor:ktor-serialization-kotlinx-json 3.2.3 3.4.0
com.google.crypto.tink:tink 1.17.0 1.20.0
com.google.zxing:javase 3.5.3 3.5.4
com.eygraber:uri-kmp 0.0.19 0.0.21
eu.europa.ec.joinup.sd-dss:dss-service 6.2 6.3
eu.europa.ec.joinup.sd-dss:dss-validation 6.2 6.3
eu.europa.ec.joinup.sd-dss:dss-tsl-validation 6.2 6.3
eu.europa.ec.joinup.sd-dss:dss-utils-apache-commons 6.2 6.3
com.networknt:json-schema-validator 1.5.7 3.0.0
com.sksamuel.aedile:aedile-core 2.1.2 3.0.2
org.gradle.toolchains.foojay-resolver-convention 0.9.0 1.0.0
org.springframework.boot 3.4.6 4.0.2
com.diffplug.spotless 7.0.2 8.2.0
org.jetbrains.kotlin.jvm 2.1.21 2.3.0
org.jetbrains.kotlin.plugin.spring 2.1.21 2.3.0
org.jetbrains.kotlin.plugin.serialization 2.1.21 2.3.0
org.owasp.dependencycheck 12.1.1 12.2.0
org.jetbrains.kotlinx.kover 0.9.1 0.9.4

Updates gradle-wrapper from 8.13 to 9.3.0

Updates com.nimbusds:oauth2-oidc-sdk from 11.23.1 to 11.31.1

Changelog

Sourced from com.nimbusds:oauth2-oidc-sdk's changelog.

version 1.0 (2012-05-29) * First official release with authorisation endpoint, token endpoint, check ID endpoint and UserInfo endpoint support. * JSON Web Tokens (JWTs) support through the Nimbus-JWT library. * Language Tags (RFC 5646) support through the Nimbus-LangTag library. * JSON support through the JSON Smart library.

version 2.0 (2013-05-13) * Intermediary development release with Maven build, published to Maven Central.

version 2.1 (2013-06-06) * Updates the APIs to OpenID Connect Messages draft 20, OpenID Connect Standard draft 21, OpenID Connect Discovery draft 17 and OpenID Connect Registration draft 19. * Major refactoring of the APIs for greater simplicity. * Adds JUnit tests.

version 2.2 (2013-06-18) * Refactors dynamic OpenID Connect client registration. * Adds partial support of the OAuth 2.0 Dynamic Client Registration Protocol (draft-ietf-oauth-dyn-reg-12). * Optimises parsing of request parameters consisting of one or more tokens (scope, response type, etc).

version 2.3 (2013-06-19) * Renames OAuth 2.0 dynamic client registration package. * Adds ClientInformation.getClientMetadata() method. * Adds OIDCClientInformation class.

version 2.4 (2013-06-20) * Adds static OIDCClientInformation.parse(JSONObject) method.

version 2.5 (2013-06-22) * Adds support OAuth 2.0 dynamic client update. * Adds OpenID Connect dynamic client registration classes.

version 2.6 (2013-06-25) * Enforces order of preference of ACR values in OpenID Connect client metadata, as required by the specification. * Documentation and performance improvements.

version 2.7 (2013-06-26) * Switches Identifier generation to java.security.SecureRandom.

version 2.8 (2013-06-30) * Fixes serialisation and assignment bugs in ClientMetadata. * Switches Secret generation to java.security.SecureRandom.

version 2.9 (2013-09-17)

... (truncated)

Commits
  • bfa8944 [maven-release-plugin] prepare release 11.28
  • 024a2b4 [maven-release-plugin] prepare for next development iteration
  • 6e55677 AuthorizationServerMetadata outputs OpenID Federation 1.0 "signed_jwks_uri" a...
  • f16fc9e [maven-release-plugin] prepare release 11.29
  • 86fde73 [maven-release-plugin] prepare for next development iteration
  • ca275a3 AuthorizationServerMetadata.parse(JSONObject) and OIDCProviderMetadata.parse(...
  • 9490b0a [maven-release-plugin] prepare release 11.29.1
  • 8fa77e7 [maven-release-plugin] prepare for next development iteration
  • ed53677 The deprecated HTTPRequest.getQuery() and setQuery(String) should treat the S...
  • 571a87b [maven-release-plugin] prepare release 11.29.2
  • Additional commits viewable in compare view

Updates org.bouncycastle:bcpkix-jdk18on from 1.80 to 1.83

Changelog

Sourced from org.bouncycastle:bcpkix-jdk18on's changelog.

2.1.1 Version Release: 1.84 Date:      TBD

2.2.1 Version Release: 1.83 Date:      2025, November 27th.

... (truncated)

Commits

Updates io.arrow-kt:arrow-core from 2.0.1 to 2.2.1.1

Release notes

Sourced from io.arrow-kt:arrow-core's releases.

2.2.1.1

This release was triggered just because 2.2.1 failed to publish. Please refer to the 2.2.1 release for more information.

2.2.1

For the full release notes, see the Arrow blog.

What's Changed

New Contributors

Full Changelog: arrow-kt/arrow@2.2.0...2.2.1

2.2.0

For the full release notes, see the Arrow blog.

2.2.0-beta.11

Still trying to get Maven Central to like us...

2.2.0-beta.10

Just the same as beta.9, but hopefully picked up by Maven Central this time...

2.2.0-beta.9

Hopefully the last beta before the 2.2.0 release!

2.2.0-beta.8

No release notes provided.

2.2.0-beta.7

No release notes provided.

2.2.0-beta.6

No release notes provided.

... (truncated)

Commits
  • 8f963fe Longer timeouts for publication (#3830)
  • 6ad922f fix(deps): update dependency org.jetbrains.kotlin-wrappers:kotlin-js to v2025...
  • ce0e3eb fix(deps): update all dependencies to v0.12.0 (#3828)
  • 48b7bc5 Add support for Jackson 3.0 (#3758)
  • 708454b fix(deps): update all dependencies (#3826)
  • bb946b0 fix(deps): update dependency dev.forkhandles:result4k to v2.25.0.0 (#3824)
  • 84c02fa Use guaranteeCase in CircuitBreaker instead of addSuppressed (#3796)
  • 7f05839 Enable "unused value checker" (#3773)
  • b8dcaef fix(deps): update dependency org.jetbrains.kotlin-wrappers:kotlin-js to v2025...
  • 9ca0309 Prevent error accumulation in withNel when RCE caught (#3812)
  • Additional commits viewable in compare view

Updates io.arrow-kt:arrow-fx-coroutines from 2.0.1 to 2.2.1.1

Release notes

Sourced from io.arrow-kt:arrow-fx-coroutines's releases.

2.2.1.1

This release was triggered just because 2.2.1 failed to publish. Please refer to the 2.2.1 release for more information.

2.2.1

For the full release notes, see the Arrow blog.

What's Changed

New Contributors

Full Changelog: arrow-kt/arrow@2.2.0...2.2.1

2.2.0

For the full release notes, see the Arrow blog.

2.2.0-beta.11

Still trying to get Maven Central to like us...

2.2.0-beta.10

Just the same as beta.9, but hopefully picked up by Maven Central this time...

2.2.0-beta.9

Hopefully the last beta before the 2.2.0 release!

2.2.0-beta.8

No release notes provided.

2.2.0-beta.7

No release notes provided.

2.2.0-beta.6

No release notes provided.

... (truncated)

Commits
  • 8f963fe Longer timeouts for publication (#3830)
  • 6ad922f fix(deps): update dependency org.jetbrains.kotlin-wrappers:kotlin-js to v2025...
  • ce0e3eb fix(deps): update all dependencies to v0.12.0 (#3828)
  • 48b7bc5 Add support for Jackson 3.0 (#3758)
  • 708454b fix(deps): update all dependencies (#3826)
  • bb946b0 fix(deps): update dependency dev.forkhandles:result4k to v2.25.0.0 (#3824)
  • 84c02fa Use guaranteeCase in CircuitBreaker instead of addSuppressed (#3796)
  • 7f05839 Enable "unused value checker" (#3773)
  • b8dcaef fix(deps): update dependency org.jetbrains.kotlin-wrappers:kotlin-js to v2025...
  • 9ca0309 Prevent error accumulation in withNel when RCE caught (#3812)
  • Additional commits viewable in compare view

Updates io.arrow-kt:arrow-core-serialization from 2.0.1 to 2.2.1.1

Release notes

Sourced from io.arrow-kt:arrow-core-serialization's releases.

2.2.1.1

This release was triggered just because 2.2.1 failed to publish. Please refer to the 2.2.1 release for more information.

2.2.1

For the full release notes, see the Arrow blog.

What's Changed

New Contributors

Full Changelog: arrow-kt/arrow@2.2.0...2.2.1

2.2.0

For the full release notes, see the Arrow blog.

2.2.0-beta.11

Still trying to get Maven Central to like us...

2.2.0-beta.10

Just the same as beta.9, but hopefully picked up by Maven Central this time...

2.2.0-beta.9

Hopefully the last beta before the 2.2.0 release!

2.2.0-beta.8

No release notes provided.

2.2.0-beta.7

No release notes provided.

2.2.0-beta.6

No release notes provided.

... (truncated)

Commits
  • 8f963fe Longer timeouts for publication (#3830)
  • 6ad922f fix(deps): update dependency org.jetbrains.kotlin-wrappers:kotlin-js to v2025...
  • ce0e3eb fix(deps): update all dependencies to v0.12.0 (#3828)
  • 48b7bc5 Add support for Jackson 3.0 (#3758)
  • 708454b fix(deps): update all dependencies (#3826)
  • bb946b0 fix(deps): update dependency dev.forkhandles:result4k to v2.25.0.0 (#3824)
  • 84c02fa Use guaranteeCase in CircuitBreaker instead of addSuppressed (#3796)
  • 7f05839 Enable "unused value checker" (#3773)
  • b8dcaef fix(deps): update dependency org.jetbrains.kotlin-wrappers:kotlin-js to v2025...
  • 9ca0309 Prevent error accumulation in withNel when RCE caught (#3812)
  • Additional commits viewable in compare view

Updates io.arrow-kt:arrow-fx-coroutines from 2.0.1 to 2.2.1.1

Release notes

Sourced from io.arrow-kt:arrow-fx-coroutines's releases.

2.2.1.1

This release was triggered just because 2.2.1 failed to publish. Please refer to the 2.2.1 release for more information.

2.2.1

For the full release notes, see the Arrow blog.

What's Changed

New Contributors

Full Changelog: arrow-kt/arrow@2.2.0...2.2.1

2.2.0

For the full release notes, see the Arrow blog.

2.2.0-beta.11

Still trying to get Maven Central to like us...

2.2.0-beta.10

Just the same as beta.9, but hopefully picked up by Maven Central this time...

2.2.0-beta.9

Hopefully the last beta before the 2.2.0 release!

2.2.0-beta.8

No release notes provided.

2.2.0-beta.7

No release notes provided.

2.2.0-beta.6

No release notes provided.

... (truncated)

Commits
  • 8f963fe Longer timeouts for publication (#3830)
  • 6ad922f fix(deps): update dependency org.jetbrains.kotlin-wrappers:kotlin-js to v2025...
  • ce0e3eb fix(deps): update all dependencies to v0.12.0 (#3828)
  • 48b7bc5 Add support for Jackson 3.0 (#3758)
  • 708454b fix(deps): update all dependencies (#3826)
  • bb946b0 fix(deps): update dependency dev.forkhandles:result4k to v2.25.0.0 (#3824)
  • 84c02fa Use guaranteeCase in CircuitBreaker instead of addSuppressed (#3796)
  • 7f05839 Enable "unused value checker" (#3773)
  • b8dcaef fix(deps): update dependency org.jetbrains.kotlin-wrappers:kotlin-js to v2025...
  • 9ca0309 Prevent error accumulation in withNel when RCE caught (#3812)
  • Additional commits viewable in compare view

Updates io.arrow-kt:arrow-core-serialization from 2.0.1 to 2.2.1.1

Release notes

Sourced from io.arrow-kt:arrow-core-serialization's releases.

2.2.1.1

This release was triggered just because 2.2.1 failed to publish. Please refer to the 2.2.1 release for more information.

2.2.1

For the full release notes, see the Arrow blog.

What's Changed

New Contributors

Full Changelog: arrow-kt/arrow@2.2.0...2.2.1

2.2.0

For the full release notes, see the Arrow blog.

2.2.0-beta.11

Still trying to get Maven Central to like us...

2.2.0-beta.10

Just the same as beta.9, but hopefully picked up by Maven Central this time...

2.2.0-beta.9

Hopefully the last beta before the 2.2.0 release!

2.2.0-beta.8

No release notes provided.

2.2.0-beta.7

No release notes provided.

2.2.0-beta.6

No release notes provided.

... (truncated)

Commits
  • 8f963fe Longer timeouts for publication (#3830)
  • 6ad922f fix(deps): update dependency org.jetbrains.kotlin-wrappers:kotlin-js to v2025...
  • ce0e3eb fix(deps): update all dependencies to v0.12.0 (#3828)
  • 48b7bc5 Add support for Jackson 3.0 (#3758)
  • 708454b fix(deps): update all dependencies (#3826)
  • bb946b0 fix(deps): update dependency dev.forkhandles:result4k to v2.25.0.0 (#3824)
  • 84c02fa Use guaranteeCase in CircuitBreaker instead of addSuppressed (#3796)
  • 7f05839 Enable "unused value checker" (#3773)
  • b8dcaef fix(deps): update dependency org.jetbrains.kotlin-wrappers:kotlin-js to v2025...
  • 9ca0309 Prevent error accumulation in withNel when RCE caught (#3812)
  • Additional commits viewable in compare view

Updates org.webjars:swagger-ui from 5.20.1 to 5.31.0

Release notes

Sourced from org.webjars:swagger-ui's releases.

v5.31.0

5.31.0 (2025-12-11)

Features

v5.30.3

5.30.3 (2025-11-25)

Bug Fixes

  • deps: update vulnerable @​release-it/conventional-changelog to 10.0.2 (#10645) (6acfc6e)
  • deps: update vulnerable dependencies (js-yaml & glob) (#10644) (03cf01b)
  • utils: handle sanitizing multi-level relative paths (#10640) (58aff59), closes #4107

v5.30.2

5.30.2 (2025-11-04)

Bug Fixes

  • deps: bump react-syntax-highlighter to 16.0.0 (#10620) (270d96d)

v5.30.1

5.30.1 (2025-10-31)

Bug Fixes

  • prevent webook from crashing in case of openapi 3.0 (#10623) (e1ad309)

v5.30.0

5.30.0 (2025-10-27)

Features

v5.29.5

5.29.5 (2025-10-17)

Bug Fixes

... (truncated)

Commits
  • 61dddd4 chore(release): cut the 5.31.0 release
  • cf11271 Revert "chore(release): cut the 5.31.0 release" (#10658)
  • e52faf8 chore(release): cut the 5.31.0 release
  • 5f42eee feat: add dark mode (#10653)
  • 199761a chore(release): cut the 5.30.3 release
  • 6acfc6e fix(deps): update vulnerable @​release-it/conventional-changelog to 10.0.2 (#1...
  • 03cf01b fix(deps): update vulnerable dependencies (js-yaml & glob) (#10644)
  • 8d9142e chore(deps): bump actions/checkout from 5 to 6 (#10643)
  • 58aff59 fix(utils): handle sanitizing multi-level relative paths (#10640)
  • 85f0c5f chore(deps): bump js-yaml from 4.1.0 to 4.1.1 (#10637)
  • Additional commits viewable in compare view

Updates eu.europa.ec.eudi:eudi-lib-jvm-sdjwt-kt from 0.17.1 to 0.18.0

Release notes

Sourced from eu.europa.ec.eudi:eudi-lib-jvm-sdjwt-kt's releases.

v0.18.0

[!IMPORTANT]
Alignment with SD-JWT VC draft 13

What's Changed

Full Changelog: eu-digital-identity-wallet/eudi-lib-jvm-sdjwt-kt@v0.17.3...v0.18.0

v0.17.3

What's Changed

Full Changelog: eu-digital-identity-wallet/eudi-lib-jvm-sdjwt-kt@v0.17.2...v0.17.3

v0.17.2

What's Changed

Full Changelog: eu-digital-identity-wallet/eudi-lib-jvm-sdjwt-kt@v0.17.1...v0.17.2

Commits
  • c81ba73 Bump version to 0.18.0
  • b963f5b Introduce background_image in Simple rendering method (#432)
  • 04e9ed3 Rename lang to locale in DisplayMetadata and ClaimDisplay (#431)
  • 1a53961 Update DisplayMetadata merging per SD-JWT VC draf12 (#430)
  • 7eb5705 Remove SdJwtDefinition.fromSdJwtVcMetadataStrict (#429)
  • ddc9be0 Update the function that merges type definition (#421)
  • f1cfc49 Add mandatory field to ClaimMetadata (#420)
  • 18d4c3c Remove JSON Schema from Type Metadata (#411)
  • 27521c9 Bump version to 0.18.0-SNAPSHOT
  • 1078808 Bump version to 0.17.4-SNAPSHOT
  • Additional commits viewable in compare view

Updates io.ktor:ktor-client-apache from 3.2.3 to 3.4.0

Release notes

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

3.4.0

Published 22 January 2026

Features

  • KTOR-8316 Support OpenAPI specification for the Ktor Client and Server Application
    • KTOR-9085 Read OpenAPI security details from authentication plugin
    • KTOR-8993 Use runtime-generated spec for OpenAPI / Swagger plugins
    • KTOR-9086 Read OpenAPI default content type information from ContentNegotiation plugin
    • KTOR-8859 Routing documentation compiler plugin
    • KTOR-8936 Routing documentation runtime API
    • KTOR-9087 Generate JSON schema for type references when using Jackson and Gson
  • KTOR-7075 Zstd support
  • KTOR-9209 Support Jackson 3
  • KTOR-9198 Auth/Bearer: Make BearerAuthProvider detect disguised Bearer scheme
  • KTOR-8927 Support for respondResource
  • KTOR-9162 Auth API key plugin
  • KTOR-7882 Support HTTP QUERY method
  • KTOR-8195 Partial HTML response
  • KTOR-8985 EngineMain: Support reading trust store settings from the configuration
  • KTOR-9066 Add duplex streaming for OkHttpClient
  • KTOR-8180 Auth: Provide control over tokens to user code
  • KTOR-8273 iOS native interop for WebRTC client
  • KTOR-8956 DI: Allow file configuration
  • KTOR-9157 Support SIGINT on web and SIGTERM on Native

Improvements

  • KTOR-8890 Rename target jsAndWasmShared to web
  • KTOR-9242 Upgrade to Kotlin 2.3
  • KTOR-9243 Update libcurl to 8.18.0
  • KTOR-9014 Deprecate DarwinLegacy engine
  • KTOR-8931 Test iOS target of the WebRTC Client in Ktor-Chat
  • KTOR-9199 Make HttpHeaders strings const
  • KTOR-9208 Expose plusIsSpace in parseUrlEncodedParameters
  • KTOR-2404 Ktor Oauth2 feature sends 401 response when the client secret is invalid
  • KTOR-9097 Java: Use HTTP/2 by default
  • KTOR-8740 HTMX: Missing DSL for some attributes
  • KTOR-9171 Redesign ByteReadChannel.readUTF8Line API
  • KTOR-4219 Make readUTF8LineTo return number of read symbols instead of boolean
  • KTOR-6761 Apache5: Simplify configuration of ConnectionManager
  • KTOR-9037 Multipart/form-data: Make formData's block inline

Bumps the libs group with 28 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| gradle-wrapper | `8.13` | `9.3.0` |
| [com.nimbusds:oauth2-oidc-sdk](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions) | `11.23.1` | `11.31.1` |
| [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) | `1.80` | `1.83` |
| [io.arrow-kt:arrow-core](https://github.com/arrow-kt/arrow) | `2.0.1` | `2.2.1.1` |
| [io.arrow-kt:arrow-fx-coroutines](https://github.com/arrow-kt/arrow) | `2.0.1` | `2.2.1.1` |
| [io.arrow-kt:arrow-core-serialization](https://github.com/arrow-kt/arrow) | `2.0.1` | `2.2.1.1` |
| [org.webjars:swagger-ui](https://github.com/swagger-api/swagger-ui) | `5.20.1` | `5.31.0` |
| [eu.europa.ec.eudi:eudi-lib-jvm-sdjwt-kt](https://github.com/eu-digital-identity-wallet/eudi-lib-jvm-sdjwt-kt) | `0.17.1` | `0.18.0` |
| [io.ktor:ktor-client-apache](https://github.com/ktorio/ktor) | `3.2.3` | `3.4.0` |
| [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `3.2.3` | `3.4.0` |
| [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) | `3.2.3` | `3.4.0` |
| [com.google.crypto.tink:tink](https://github.com/tink-crypto/tink-java) | `1.17.0` | `1.20.0` |
| [com.google.zxing:javase](https://github.com/zxing/zxing) | `3.5.3` | `3.5.4` |
| [com.eygraber:uri-kmp](https://github.com/eygraber/uri-kmp) | `0.0.19` | `0.0.21` |
| [eu.europa.ec.joinup.sd-dss:dss-service](https://github.com/esig/dss) | `6.2` | `6.3` |
| [eu.europa.ec.joinup.sd-dss:dss-validation](https://github.com/esig/dss) | `6.2` | `6.3` |
| [eu.europa.ec.joinup.sd-dss:dss-tsl-validation](https://github.com/esig/dss) | `6.2` | `6.3` |
| [eu.europa.ec.joinup.sd-dss:dss-utils-apache-commons](https://github.com/esig/dss) | `6.2` | `6.3` |
| [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) | `1.5.7` | `3.0.0` |
| [com.sksamuel.aedile:aedile-core](https://github.com/sksamuel/aedile) | `2.1.2` | `3.0.2` |
| org.gradle.toolchains.foojay-resolver-convention | `0.9.0` | `1.0.0` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.4.6` | `4.0.2` |
| com.diffplug.spotless | `7.0.2` | `8.2.0` |
| [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `2.1.21` | `2.3.0` |
| [org.jetbrains.kotlin.plugin.spring](https://github.com/JetBrains/kotlin) | `2.1.21` | `2.3.0` |
| [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) | `2.1.21` | `2.3.0` |
| org.owasp.dependencycheck | `12.1.1` | `12.2.0` |
| [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) | `0.9.1` | `0.9.4` |



Updates `gradle-wrapper` from 8.13 to 9.3.0

Updates `com.nimbusds:oauth2-oidc-sdk` from 11.23.1 to 11.31.1
- [Changelog](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.31.1..11.23.1)

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

Updates `io.arrow-kt:arrow-core` from 2.0.1 to 2.2.1.1
- [Release notes](https://github.com/arrow-kt/arrow/releases)
- [Changelog](https://github.com/arrow-kt/arrow/blob/main/RELEASE.md)
- [Commits](arrow-kt/arrow@2.0.1...2.2.1.1)

Updates `io.arrow-kt:arrow-fx-coroutines` from 2.0.1 to 2.2.1.1
- [Release notes](https://github.com/arrow-kt/arrow/releases)
- [Changelog](https://github.com/arrow-kt/arrow/blob/main/RELEASE.md)
- [Commits](arrow-kt/arrow@2.0.1...2.2.1.1)

Updates `io.arrow-kt:arrow-core-serialization` from 2.0.1 to 2.2.1.1
- [Release notes](https://github.com/arrow-kt/arrow/releases)
- [Changelog](https://github.com/arrow-kt/arrow/blob/main/RELEASE.md)
- [Commits](arrow-kt/arrow@2.0.1...2.2.1.1)

Updates `io.arrow-kt:arrow-fx-coroutines` from 2.0.1 to 2.2.1.1
- [Release notes](https://github.com/arrow-kt/arrow/releases)
- [Changelog](https://github.com/arrow-kt/arrow/blob/main/RELEASE.md)
- [Commits](arrow-kt/arrow@2.0.1...2.2.1.1)

Updates `io.arrow-kt:arrow-core-serialization` from 2.0.1 to 2.2.1.1
- [Release notes](https://github.com/arrow-kt/arrow/releases)
- [Changelog](https://github.com/arrow-kt/arrow/blob/main/RELEASE.md)
- [Commits](arrow-kt/arrow@2.0.1...2.2.1.1)

Updates `org.webjars:swagger-ui` from 5.20.1 to 5.31.0
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](swagger-api/swagger-ui@v5.20.1...v5.31.0)

Updates `eu.europa.ec.eudi:eudi-lib-jvm-sdjwt-kt` from 0.17.1 to 0.18.0
- [Release notes](https://github.com/eu-digital-identity-wallet/eudi-lib-jvm-sdjwt-kt/releases)
- [Commits](eu-digital-identity-wallet/eudi-lib-jvm-sdjwt-kt@v0.17.1...v0.18.0)

Updates `io.ktor:ktor-client-apache` from 3.2.3 to 3.4.0
- [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.0)

Updates `io.ktor:ktor-client-content-negotiation` from 3.2.3 to 3.4.0
- [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.0)

Updates `io.ktor:ktor-serialization-kotlinx-json` from 3.2.3 to 3.4.0
- [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.0)

Updates `io.ktor:ktor-client-content-negotiation` from 3.2.3 to 3.4.0
- [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.0)

Updates `io.ktor:ktor-serialization-kotlinx-json` from 3.2.3 to 3.4.0
- [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.0)

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

Updates `com.google.zxing:javase` from 3.5.3 to 3.5.4
- [Release notes](https://github.com/zxing/zxing/releases)
- [Changelog](https://github.com/zxing/zxing/blob/master/CHANGES)
- [Commits](zxing/zxing@zxing-3.5.3...zxing-3.5.4)

Updates `com.eygraber:uri-kmp` from 0.0.19 to 0.0.21
- [Release notes](https://github.com/eygraber/uri-kmp/releases)
- [Changelog](https://github.com/eygraber/uri-kmp/blob/master/changelog_config.json)
- [Commits](eygraber/uri-kmp@0.0.19...0.0.21)

Updates `eu.europa.ec.joinup.sd-dss:dss-service` from 6.2 to 6.3
- [Release notes](https://github.com/esig/dss/releases)
- [Commits](esig/dss@6.2...6.3)

Updates `eu.europa.ec.joinup.sd-dss:dss-validation` from 6.2 to 6.3
- [Release notes](https://github.com/esig/dss/releases)
- [Commits](esig/dss@6.2...6.3)

Updates `eu.europa.ec.joinup.sd-dss:dss-tsl-validation` from 6.2 to 6.3
- [Release notes](https://github.com/esig/dss/releases)
- [Commits](esig/dss@6.2...6.3)

Updates `eu.europa.ec.joinup.sd-dss:dss-utils-apache-commons` from 6.2 to 6.3
- [Release notes](https://github.com/esig/dss/releases)
- [Commits](esig/dss@6.2...6.3)

Updates `eu.europa.ec.joinup.sd-dss:dss-validation` from 6.2 to 6.3
- [Release notes](https://github.com/esig/dss/releases)
- [Commits](esig/dss@6.2...6.3)

Updates `eu.europa.ec.joinup.sd-dss:dss-tsl-validation` from 6.2 to 6.3
- [Release notes](https://github.com/esig/dss/releases)
- [Commits](esig/dss@6.2...6.3)

Updates `eu.europa.ec.joinup.sd-dss:dss-utils-apache-commons` from 6.2 to 6.3
- [Release notes](https://github.com/esig/dss/releases)
- [Commits](esig/dss@6.2...6.3)

Updates `com.networknt:json-schema-validator` from 1.5.7 to 3.0.0
- [Release notes](https://github.com/networknt/json-schema-validator/releases)
- [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md)
- [Commits](networknt/json-schema-validator@1.5.7...3.0.0)

Updates `com.sksamuel.aedile:aedile-core` from 2.1.2 to 3.0.2
- [Release notes](https://github.com/sksamuel/aedile/releases)
- [Changelog](https://github.com/sksamuel/aedile/blob/main/changelog.md)
- [Commits](sksamuel/aedile@v2.1.2...v3.0.2)

Updates `org.gradle.toolchains.foojay-resolver-convention` from 0.9.0 to 1.0.0

Updates `org.springframework.boot` from 3.4.6 to 4.0.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.6...v4.0.2)

Updates `com.diffplug.spotless` from 7.0.2 to 8.2.0

Updates `org.jetbrains.kotlin.jvm` from 2.1.21 to 2.3.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.1.21...v2.3.0)

Updates `org.jetbrains.kotlin.plugin.spring` from 2.1.21 to 2.3.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.1.21...v2.3.0)

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

Updates `org.jetbrains.kotlin.plugin.spring` from 2.1.21 to 2.3.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.1.21...v2.3.0)

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

Updates `org.owasp.dependencycheck` from 12.1.1 to 12.2.0

Updates `org.jetbrains.kotlinx.kover` from 0.9.1 to 0.9.4
- [Release notes](https://github.com/Kotlin/kotlinx-kover/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-kover/blob/main/CHANGELOG.md)
- [Commits](Kotlin/kotlinx-kover@v0.9.1...v0.9.4)

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: libs
- dependency-name: com.nimbusds:oauth2-oidc-sdk
  dependency-version: 11.31.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: org.bouncycastle:bcpkix-jdk18on
  dependency-version: '1.83'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: io.arrow-kt:arrow-core
  dependency-version: 2.2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: io.arrow-kt:arrow-fx-coroutines
  dependency-version: 2.2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: io.arrow-kt:arrow-core-serialization
  dependency-version: 2.2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: io.arrow-kt:arrow-fx-coroutines
  dependency-version: 2.2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: io.arrow-kt:arrow-core-serialization
  dependency-version: 2.2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: org.webjars:swagger-ui
  dependency-version: 5.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: eu.europa.ec.eudi:eudi-lib-jvm-sdjwt-kt
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: io.ktor:ktor-client-apache
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: com.google.crypto.tink:tink
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: com.google.zxing:javase
  dependency-version: 3.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: libs
- dependency-name: com.eygraber:uri-kmp
  dependency-version: 0.0.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: libs
- dependency-name: eu.europa.ec.joinup.sd-dss:dss-service
  dependency-version: '6.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: eu.europa.ec.joinup.sd-dss:dss-validation
  dependency-version: '6.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: eu.europa.ec.joinup.sd-dss:dss-tsl-validation
  dependency-version: '6.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: eu.europa.ec.joinup.sd-dss:dss-utils-apache-commons
  dependency-version: '6.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: eu.europa.ec.joinup.sd-dss:dss-validation
  dependency-version: '6.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: eu.europa.ec.joinup.sd-dss:dss-tsl-validation
  dependency-version: '6.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: eu.europa.ec.joinup.sd-dss:dss-utils-apache-commons
  dependency-version: '6.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: com.networknt:json-schema-validator
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: libs
- dependency-name: com.sksamuel.aedile:aedile-core
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: libs
- dependency-name: org.gradle.toolchains.foojay-resolver-convention
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: libs
- dependency-name: org.springframework.boot
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: libs
- dependency-name: com.diffplug.spotless
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: libs
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: org.jetbrains.kotlin.plugin.spring
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: org.jetbrains.kotlin.plugin.spring
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: org.owasp.dependencycheck
  dependency-version: 12.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: org.jetbrains.kotlinx.kover
  dependency-version: 0.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: libs
...

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 Jan 26, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

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