Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2025

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

Package From To
org.jetbrains.kotlinx:kotlinx-datetime 0.6.2 0.7.1-0.6.x-compat
org.jetbrains.kotlinx:kotlinx-coroutines-test 1.10.1 1.10.2
com.nimbusds:oauth2-oidc-sdk 11.23.1 11.27.1
org.bouncycastle:bcpkix-jdk18on 1.80 1.81
io.arrow-kt:arrow-core 2.0.1 2.1.2
io.arrow-kt:arrow-fx-coroutines 2.0.1 2.1.2
io.arrow-kt:arrow-core-serialization 2.0.1 2.1.2
org.webjars:swagger-ui 5.20.1 5.27.1
eu.europa.ec.eudi:eudi-lib-jvm-sdjwt-kt 0.14.3 0.15.0
io.ktor:ktor-client-apache 3.1.1 3.2.3
com.google.crypto.tink:tink 1.17.0 1.18.0
eu.europa.ec.eudi:eudi-lib-kmp-statium 0.2.1 0.3.0
com.eygraber:uri-kmp 0.0.19 0.0.20
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 1.5.8
com.sksamuel.aedile:aedile-core 2.1.2 3.0.0
org.gradle.toolchains.foojay-resolver-convention 0.9.0 1.0.0
org.springframework.boot 3.4.6 3.5.5
com.diffplug.spotless 7.0.2 7.2.1
org.jetbrains.kotlin.jvm 2.0.21 2.2.10
org.jetbrains.kotlin.plugin.spring 2.0.21 2.2.10
org.jetbrains.kotlin.plugin.serialization 2.0.21 2.2.10
org.owasp.dependencycheck 12.1.1 12.1.3

Updates org.jetbrains.kotlinx:kotlinx-datetime from 0.6.2 to 0.7.1-0.6.x-compat

Release notes

Sourced from org.jetbrains.kotlinx:kotlinx-datetime's releases.

v0.7.1

  • Add kotlinx.datetime.Instant and kotlinx.datetime.Clock type aliases to, respectively, kotlin.time.Instant and kotlin.time.Clock to make migration more convenient.
  • Add a fallback timezone database implementation for Darwin that uses the Foundation framework if the timezone database is unavailable on the filesystem (#485).
  • Restore binary compatibility in string format definitions utilizing dates on the JVM (#545).

v0.7.0

Breaking changes:

  • Remove kotlinx.datetime.Instant and kotlinx.datetime.Clock in favor of kotlin.time.Instant (#506). See https://github.com/Kotlin/kotlinx-datetime?tab=readme-ov-file#deprecation-of-instant for a description of what to do if this causes problems.
  • Unify the range of admissible LocalDate and LocalDateTime values on all platforms (#432).
  • Rename dayOfMonth to day, monthNumber to month (#84).
  • Make DayOfWeek and Month no longer type aliases to java.time.DayOfWeek and java.time.Month (#96).
  • Make "UTC" and not "Z" be the timezone identifier for TimeZone.UTC (#474).
  • Accept "z" in TimeZone.of, with the same meaning as "Z" (#529).
  • Add DateTimeFormat-based KSerializer implementations for datetime entities, and change the default serializers to be based on toString/parse pairs (#415).

Additions:

  • Add java.io.Serializable implementations for most of the entities in the library (#143). Thanks for spotting and fixing a potential vulnerability, @​lukellmann!
  • Add LocalDateRange, a range of LocalDate values (#190). Thanks, @​PeterAttardo!
  • Add YearMonth and YearMonthRange (#457).

Tweaks and fixes:

  • Support obtaining the system timezone on old Debian-based distributions (#430).
  • Fix not being able to parse some valid timezone identifiers using the timeZoneId() directive (#444).
  • Use the grammar defined in RFC 9557 for parsing timezone identifiers in the timeZoneId() directive, allowing parsing values not present in the timezone database (#531).
  • Improved error messages when formatting an invalid DateTimeComponents value (#471).
  • Set the JPMS dependency on kotlinx.serialization.core to be optional (#496).
Changelog

Sourced from org.jetbrains.kotlinx:kotlinx-datetime's changelog.

CHANGELOG

0.7.1

  • Add kotlinx.datetime.Instant and kotlinx.datetime.Clock type aliases to, respectively, kotlin.time.Instant and kotlin.time.Clock to make migration more convenient.
  • Add a fallback timezone database implementation for Darwin that uses the Foundation framework if the timezone database is unavailable on the filesystem (#485).
  • Restore binary compatibility in string format definitions utilizing dates on the JVM (#545).

0.7.0

Breaking changes:

  • Remove kotlinx.datetime.Instant and kotlinx.datetime.Clock in favor of kotlin.time.Instant (#506). See https://github.com/Kotlin/kotlinx-datetime?tab=readme-ov-file#deprecation-of-instant for a description of what to do if this causes problems.
  • Unify the range of admissible LocalDate and LocalDateTime values on all platforms (#432).
  • Rename dayOfMonth to day, monthNumber to month (#84).
  • Make DayOfWeek and Month no longer type aliases to java.time.DayOfWeek and java.time.Month (#96).
  • Make "UTC" and not "Z" be the timezone identifier for TimeZone.UTC (#474).
  • Accept "z" in TimeZone.of, with the same meaning as "Z" (#529).
  • Add DateTimeFormat-based KSerializer implementations for datetime entities, and change the default serializers to be based on toString/parse pairs (#415).

Additions:

  • Add java.io.Serializable implementations for most of the entities in the library (#143). Thanks for spotting and fixing a potential vulnerability, @​lukellmann!
  • Add LocalDateRange, a range of LocalDate values (#190). Thanks, @​PeterAttardo!
  • Add YearMonth and YearMonthRange (#457).

Tweaks and fixes:

  • Support obtaining the system timezone on old Debian-based distributions (#430).
  • Fix not being able to parse some valid timezone identifiers using the timeZoneId() directive (#444).
  • Use the grammar defined in RFC 9557 for parsing timezone identifiers in the timeZoneId() directive, allowing parsing values not present in the timezone database (#531).
  • Improved error messages when formatting an invalid DateTimeComponents value (#471).
  • Set the JPMS dependency on kotlinx.serialization.core to be optional (#496).
Commits

Updates org.jetbrains.kotlinx:kotlinx-coroutines-test from 1.10.1 to 1.10.2

Release notes

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-test's releases.

1.10.2

  • Fixed the kotlinx-coroutines-debug JAR file including the module-info.class file twice, resulting in failures in various tooling (#4314). Thanks, @​RyuNen344!
  • Fixed Flow.stateIn hanging when the scope is cancelled in advance or the flow is empty (#4322). Thanks, @​francescotescari!
  • Improved handling of dispatcher failures in .limitedParallelism (#4330) and during flow collection (#4272).
  • Fixed runBlocking failing to run its coroutine to completion in some cases if its JVM thread got interrupted (#4399).
  • Small tweaks, fixes, and documentation improvements.
Changelog

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-test's changelog.

Version 1.10.2

  • Fixed the kotlinx-coroutines-debug JAR file including the module-info.class file twice, resulting in failures in various tooling (#4314). Thanks, @​RyuNen344!
  • Fixed Flow.stateIn hanging when the scope is cancelled in advance or the flow is empty (#4322). Thanks, @​francescotescari!
  • Improved handling of dispatcher failures in .limitedParallelism (#4330) and during flow collection (#4272).
  • Fixed runBlocking failing to run its coroutine to completion in some cases if its JVM thread got interrupted (#4399).
  • Small tweaks, fixes, and documentation improvements.
Commits
  • 5f89004 Version 1.10.2
  • 1a8de2e Merge remote-tracking branch 'origin/master' into develop
  • e9b247e Advertise source jars for JVM-only libraries (#4394)
  • 6baf7c8 Restore Android compatibility in Executor.asCoroutineDispatcher (#4396)
  • dbca4c1 Reliably run finalizers even if runBlocking got interrupted. (#4399)
  • 45893ce Add the issue template for guide-related problems (#4386)
  • 8627cc3 Fix an explanation of flow emit (#4391)
  • 5f8035c Specify explicit return types for some public API functions (#4389)
  • 465e29d Set a predefined image width in debug-coroutines-with-idea.md (#4377)
  • 96de301 Simplify newFixedThreadPoolContext using apply and remove unused import (#4378)
  • Additional commits viewable in compare view

Updates com.nimbusds:oauth2-oidc-sdk from 11.23.1 to 11.27.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
  • 7b78f53 [maven-release-plugin] prepare for next development iteration
  • 1792800 Updates ACRRequest.applyDefaultACRs to support fallback default ACR values fo...
  • 0185e18 Updates ACRRequest.applyDefaultACRs to support fallback default ACR values fo...
  • ba7e741 [maven-release-plugin] prepare release 11.24
  • 205c2fa [maven-release-plugin] prepare for next development iteration
  • 469da65 Refactors and exposes AccessTokenParseUtils as public class
  • 5f67481 [maven-release-plugin] prepare release 11.25
  • 6f8ec1c [maven-release-plugin] prepare for next development iteration
  • 7f6146c Adds TokenIntrospectionRequestTest.testParseIgnoreUnknownTokenTypeHint
  • 0a4bc0b AuthorizationCodeGrant.parse must not include URISyntaxException message in P...
  • Additional commits viewable in compare view

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

Changelog

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

2.1.1 Version Release: 1.82 Date:      TBD.

2.2.1 Version Release: 1.81 Date:      2025, 4th June.

... (truncated)

Commits

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

Release notes

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

2.1.2

What's Changed

Full Changelog: arrow-kt/arrow@2.1.1...2.1.2

2.1.1

What's Changed

Full Changelog: arrow-kt/arrow@2.1.0...2.1.1

2.1.0

What's Changed

... (truncated)

Commits

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

Release notes

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

2.1.2

What's Changed

Full Changelog: arrow-kt/arrow@2.1.1...2.1.2

2.1.1

What's Changed

Full Changelog: arrow-kt/arrow@2.1.0...2.1.1

2.1.0

What's Changed

... (truncated)

Commits

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

Release notes

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

2.1.2

What's Changed

Full Changelog: arrow-kt/arrow@2.1.1...2.1.2

2.1.1

What's Changed

Full Changelog: arrow-kt/arrow@2.1.0...2.1.1

2.1.0

What's Changed

... (truncated)

Commits

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

Release notes

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

2.1.2

What's Changed

Full Changelog: arrow-kt/arrow@2.1.1...2.1.2

2.1.1

What's Changed

Full Changelog: arrow-kt/arrow@2.1.0...2.1.1

2.1.0

What's Changed

... (truncated)

Commits

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

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlinx:kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime) | `0.6.2` | `0.7.1-0.6.x-compat` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) | `1.10.1` | `1.10.2` |
| [com.nimbusds:oauth2-oidc-sdk](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions) | `11.23.1` | `11.27.1` |
| [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) | `1.80` | `1.81` |
| [io.arrow-kt:arrow-core](https://github.com/arrow-kt/arrow) | `2.0.1` | `2.1.2` |
| [io.arrow-kt:arrow-fx-coroutines](https://github.com/arrow-kt/arrow) | `2.0.1` | `2.1.2` |
| [io.arrow-kt:arrow-core-serialization](https://github.com/arrow-kt/arrow) | `2.0.1` | `2.1.2` |
| [org.webjars:swagger-ui](https://github.com/swagger-api/swagger-ui) | `5.20.1` | `5.27.1` |
| [eu.europa.ec.eudi:eudi-lib-jvm-sdjwt-kt](https://github.com/eu-digital-identity-wallet/eudi-lib-jvm-sdjwt-kt) | `0.14.3` | `0.15.0` |
| [io.ktor:ktor-client-apache](https://github.com/ktorio/ktor) | `3.1.1` | `3.2.3` |
| [com.google.crypto.tink:tink](https://github.com/tink-crypto/tink-java) | `1.17.0` | `1.18.0` |
| [eu.europa.ec.eudi:eudi-lib-kmp-statium](https://github.com/eu-digital-identity-wallet/eudi-lib-kmp-statium) | `0.2.1` | `0.3.0` |
| [com.eygraber:uri-kmp](https://github.com/eygraber/uri-kmp) | `0.0.19` | `0.0.20` |
| [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` | `1.5.8` |
| [com.sksamuel.aedile:aedile-core](https://github.com/sksamuel/aedile) | `2.1.2` | `3.0.0` |
| 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` | `3.5.5` |
| com.diffplug.spotless | `7.0.2` | `7.2.1` |
| [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.2.10` |
| [org.jetbrains.kotlin.plugin.spring](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.2.10` |
| [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.2.10` |
| org.owasp.dependencycheck | `12.1.1` | `12.1.3` |



Updates `org.jetbrains.kotlinx:kotlinx-datetime` from 0.6.2 to 0.7.1-0.6.x-compat
- [Release notes](https://github.com/Kotlin/kotlinx-datetime/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-datetime/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Kotlin/kotlinx-datetime/commits)

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

Updates `com.nimbusds:oauth2-oidc-sdk` from 11.23.1 to 11.27.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.27.1..11.23.1)

Updates `org.bouncycastle:bcpkix-jdk18on` from 1.80 to 1.81
- [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.1.2
- [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.1.2)

Updates `io.arrow-kt:arrow-fx-coroutines` from 2.0.1 to 2.1.2
- [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.1.2)

Updates `io.arrow-kt:arrow-core-serialization` from 2.0.1 to 2.1.2
- [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.1.2)

Updates `io.arrow-kt:arrow-fx-coroutines` from 2.0.1 to 2.1.2
- [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.1.2)

Updates `io.arrow-kt:arrow-core-serialization` from 2.0.1 to 2.1.2
- [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.1.2)

Updates `org.webjars:swagger-ui` from 5.20.1 to 5.27.1
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc)
- [Commits](swagger-api/swagger-ui@v5.20.1...v5.27.1)

Updates `eu.europa.ec.eudi:eudi-lib-jvm-sdjwt-kt` from 0.14.3 to 0.15.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.14.3...v0.15.0)

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

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

Updates `eu.europa.ec.eudi:eudi-lib-kmp-statium` from 0.2.1 to 0.3.0
- [Release notes](https://github.com/eu-digital-identity-wallet/eudi-lib-kmp-statium/releases)
- [Commits](eu-digital-identity-wallet/eudi-lib-kmp-statium@v0.2.1...v0.3.0)

Updates `com.eygraber:uri-kmp` from 0.0.19 to 0.0.20
- [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.20)

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 1.5.8
- [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...1.5.8)

Updates `com.sksamuel.aedile:aedile-core` from 2.1.2 to 3.0.0
- [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.0)

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

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

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

Updates `org.jetbrains.kotlin.jvm` from 2.0.21 to 2.2.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21...v2.2.10)

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

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

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

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

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

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-datetime
  dependency-version: 0.7.1-0.6.x-compat
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: libs
- dependency-name: com.nimbusds:oauth2-oidc-sdk
  dependency-version: 11.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: org.bouncycastle:bcpkix-jdk18on
  dependency-version: '1.81'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: io.arrow-kt:arrow-core
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: io.arrow-kt:arrow-fx-coroutines
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: io.arrow-kt:arrow-core-serialization
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: io.arrow-kt:arrow-fx-coroutines
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: io.arrow-kt:arrow-core-serialization
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: org.webjars:swagger-ui
  dependency-version: 5.27.1
  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.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: io.ktor:ktor-client-apache
  dependency-version: 3.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: com.google.crypto.tink:tink
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: eu.europa.ec.eudi:eudi-lib-kmp-statium
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: com.eygraber:uri-kmp
  dependency-version: 0.0.20
  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: 1.5.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: libs
- dependency-name: com.sksamuel.aedile:aedile-core
  dependency-version: 3.0.0
  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: 3.5.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: com.diffplug.spotless
  dependency-version: 7.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-version: 2.2.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: org.jetbrains.kotlin.plugin.spring
  dependency-version: 2.2.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-version: 2.2.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: org.jetbrains.kotlin.plugin.spring
  dependency-version: 2.2.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-version: 2.2.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
- dependency-name: org.owasp.dependencycheck
  dependency-version: 12.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: libs
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 26, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 26, 2025 13:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 26, 2025
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.

1 participant