Skip to content

chore(deps): bump the github group across 1 directory with 15 updates #856

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2025

Bumps the github group with 15 updates in the / directory:

Package From To
com.fasterxml.jackson.core:jackson-databind 2.19.0 2.19.1
com.fasterxml.jackson.module:jackson-module-kotlin 2.19.0 2.19.1
com.nimbusds:oauth2-oidc-sdk 11.25 11.26
org.jetbrains.kotlinx:kotlinx-serialization-json 1.8.1 1.9.0
org.junit.jupiter:junit-jupiter-api 5.13.0 5.13.2
org.junit.jupiter:junit-jupiter-params 5.13.0 5.13.2
org.junit.jupiter:junit-jupiter-engine 5.13.0 5.13.2
org.springframework.boot:spring-boot-starter-webflux 3.5.0 3.5.3
org.springframework.boot:spring-boot-starter-oauth2-resource-server 3.5.0 3.5.3
org.springframework.boot:spring-boot-starter-oauth2-client 3.5.0 3.5.3
org.springframework.boot:spring-boot-starter-test 3.5.0 3.5.3
org.springframework.boot:spring-boot-test 3.5.0 3.5.3
io.projectreactor:reactor-test 3.7.6 3.7.7
org.jmailen.kotlinter 5.1.0 5.1.1
org.jetbrains.kotlin.jvm 2.1.21 2.2.0

Updates com.fasterxml.jackson.core:jackson-databind from 2.19.0 to 2.19.1

Commits

Updates com.fasterxml.jackson.module:jackson-module-kotlin from 2.19.0 to 2.19.1

Commits
  • 439c45e [maven-release-plugin] prepare release jackson-module-kotlin-2.19.1
  • cfa10de Prep for 2.19.1
  • ae9769c Merge pull request #1006 from k163377/fix-dir
  • 31cb604 Fix to correctly hierarchize directories
  • 2a637fc Merge pull request #1005 from k163377/add-value-class-ser-tests
  • 5a29ae5 Add serialization test cases for value classes
  • cf0bdc8 Fix redundant package names
  • 7cf0f24 Merge pull request #1003 from k163377/add-comments
  • 3811252 Added comments regarding Duration conversion
  • e59ebd2 Manual pom.xml merge
  • Additional commits viewable in compare view

Updates com.nimbusds:oauth2-oidc-sdk from 11.25 to 11.26

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
  • 6ce767e Provide possibility to give external issuer for test
  • 6f8ec1c [maven-release-plugin] prepare for next development iteration
  • 7f6146c Adds TokenIntrospectionRequestTest.testParseIgnoreUnknownTokenTypeHint
  • 0a4bc0b AuthorizationCodeGrant.parse must not include URISyntaxException message in P...
  • 0e791c9 Refactors OP / AS metadata resolution with alt base URL PR (iss #495)
  • 36e51b8 Merge branch 'Iss495'
  • 3b8dd94 Edits CHANGELOG.txt for version 11.26
  • 8bc0c77 [maven-release-plugin] prepare release 11.26
  • See full diff in compare view

Updates com.fasterxml.jackson.module:jackson-module-kotlin from 2.19.0 to 2.19.1

Commits
  • 439c45e [maven-release-plugin] prepare release jackson-module-kotlin-2.19.1
  • cfa10de Prep for 2.19.1
  • ae9769c Merge pull request #1006 from k163377/fix-dir
  • 31cb604 Fix to correctly hierarchize directories
  • 2a637fc Merge pull request #1005 from k163377/add-value-class-ser-tests
  • 5a29ae5 Add serialization test cases for value classes
  • cf0bdc8 Fix redundant package names
  • 7cf0f24 Merge pull request #1003 from k163377/add-comments
  • 3811252 Added comments regarding Duration conversion
  • e59ebd2 Manual pom.xml merge
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlinx:kotlinx-serialization-json from 1.8.1 to 1.9.0

Release notes

Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's releases.

1.9.0

This release updates Kotlin version to 2.2.0, includes several bugfixes and provides serializers for kotlin.time.Instant.

Add kotlin.time.Instant serializers

Instant class was moved from kotlinx-datetime library to Kotlin standard library. As a result, kotlinx-datetime 0.7.0 no longer has serializers for the Instant class. To use the new kotlin.time.Instant class in your @Serializable classes, you can use this 1.9.0 kotlinx-serialization version (Kotlin 2.2 is required). You can choose between the default InstantSerializer, which uses its string representation, or specify InstantComponentSerializer that represents instant as its components. See details in the PR.

Other bugfixes

  • Fix resize in JsonPath (#2995)
  • Fixed proguard rules for obfuscation to work correctly (#2983)
Changelog

Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's changelog.

1.9.0 / 2025-06-27

This release updates Kotlin version to 2.2.0, includes several bugfixes and provides serializers for kotlin.time.Instant.

Add kotlin.time.Instant serializers

Instant class was moved from kotlinx-datetime library to Kotlin standard library. As a result, kotlinx-datetime 0.7.0 no longer has serializers for the Instant class. To use new kotlin.time.Instant class in your @​Serializable classes, you can use this 1.9.0 kotlinx-serialization version (Kotlin 2.2 is required). You can choose between default InstantSerializer which uses its string representation, or specify InstantComponentSerializer that represents instant as its components. See details in the PR.

Other bugfixes

  • Fix resize in JsonPath (#2995)
  • Fixed proguard rules for obfuscation to work correctly (#2983)
Commits

Updates org.junit.jupiter:junit-jupiter-api from 5.13.0 to 5.13.2

Release notes

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

JUnit 5.13.2 = Platform 1.13.2 + Jupiter 5.13.2 + Vintage 5.13.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.1...r5.13.2

JUnit 5.13.1 = Platform 1.13.1 + Jupiter 5.13.1 + Vintage 5.13.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0...r5.13.1

Commits
  • e51deb2 Release 5.13.2
  • d4fc834 Merge commit from fork
  • deb3e7c Avoid reporting discovery warnings for abstract inner classes with tests
  • 49e2035 Avoid reporting discovery warnings for abstract methods (#4668)
  • 90ce5a6 Avoid reporting discovery warnings for abstract inner classes with tests
  • d7ce21b Avoid discovery errors for inner classes not annotated with @Nested
  • 0ce3a48 Fix StackOverflowError
  • e3db1d7 Adjust docs and release process to renamed example projects
  • ee257bb Rename project to "junit-framework"
  • 00e0fed Update links to use junit5 logo
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-params from 5.13.0 to 5.13.2

Release notes

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

JUnit 5.13.2 = Platform 1.13.2 + Jupiter 5.13.2 + Vintage 5.13.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.1...r5.13.2

JUnit 5.13.1 = Platform 1.13.1 + Jupiter 5.13.1 + Vintage 5.13.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0...r5.13.1

Commits
  • e51deb2 Release 5.13.2
  • d4fc834 Merge commit from fork
  • deb3e7c Avoid reporting discovery warnings for abstract inner classes with tests
  • 49e2035 Avoid reporting discovery warnings for abstract methods (#4668)
  • 90ce5a6 Avoid reporting discovery warnings for abstract inner classes with tests
  • d7ce21b Avoid discovery errors for inner classes not annotated with @Nested
  • 0ce3a48 Fix StackOverflowError
  • e3db1d7 Adjust docs and release process to renamed example projects
  • ee257bb Rename project to "junit-framework"
  • 00e0fed Update links to use junit5 logo
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-engine from 5.13.0 to 5.13.2

Release notes

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

JUnit 5.13.2 = Platform 1.13.2 + Jupiter 5.13.2 + Vintage 5.13.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.1...r5.13.2

JUnit 5.13.1 = Platform 1.13.1 + Jupiter 5.13.1 + Vintage 5.13.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0...r5.13.1

Commits
  • e51deb2 Release 5.13.2
  • d4fc834 Merge commit from fork
  • deb3e7c Avoid reporting discovery warnings for abstract inner classes with tests
  • 49e2035 Avoid reporting discovery warnings for abstract methods (#4668)
  • 90ce5a6 Avoid reporting discovery warnings for abstract inner classes with tests
  • d7ce21b Avoid discovery errors for inner classes not annotated with @Nested
  • 0ce3a48 Fix StackOverflowError
  • e3db1d7 Adjust docs and release process to renamed example projects
  • ee257bb Rename project to "junit-framework"
  • 00e0fed Update links to use junit5 logo
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-params from 5.13.0 to 5.13.2

Release notes

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

JUnit 5.13.2 = Platform 1.13.2 + Jupiter 5.13.2 + Vintage 5.13.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.1...r5.13.2

JUnit 5.13.1 = Platform 1.13.1 + Jupiter 5.13.1 + Vintage 5.13.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0...r5.13.1

Commits
  • e51deb2 Release 5.13.2
  • d4fc834 Merge commit from fork
  • deb3e7c Avoid reporting discovery warnings for abstract inner classes with tests
  • 49e2035 Avoid reporting discovery warnings for abstract methods (#4668)
  • 90ce5a6 Avoid reporting discovery warnings for abstract inner classes with tests
  • d7ce21b Avoid discovery errors for inner classes not annotated with @Nested
  • 0ce3a48 Fix StackOverflowError
  • e3db1d7 Adjust docs and release process to renamed example projects
  • ee257bb Rename project to "junit-framework"
  • 00e0fed Update links to use junit5 logo
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-engine from 5.13.0 to 5.13.2

Release notes

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

JUnit 5.13.2 = Platform 1.13.2 + Jupiter 5.13.2 + Vintage 5.13.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.1...r5.13.2

JUnit 5.13.1 = Platform 1.13.1 + Jupiter 5.13.1 + Vintage 5.13.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0...r5.13.1

Commits
  • e51deb2 Release 5.13.2
  • d4fc834 Merge commit from fork
  • deb3e7c Avoid reporting discovery warnings for abstract inner classes with tests
  • 49e2035 Avoid reporting discovery warnings for abstract methods (#4668)
  • 90ce5a6 Avoid reporting discovery warnings for abstract inner classes with tests
  • d7ce21b Avoid discovery errors for inner classes not annotated with @Nested
  • 0ce3a48 Fix StackOverflowError
  • e3db1d7 Adjust docs and release process to renamed example projects
  • ee257bb Rename project to "junit-framework"
  • 00e0fed Update links to use junit5 logo
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-webflux from 3.5.0 to 3.5.3

Release notes

Sourced from org.springframework.boot:spring-boot-starter-webflux's releases.

v3.5.3

🐞 Bug Fixes

  • Binder context does not restore previous source causing missing data on Spring Boot 3.5 or above #46040

v3.5.2

🐞 Bug Fixes

  • IllegalArgumentException: 'name' must not be null thrown when property source filtering applied twice #46032

v3.5.1

⚠️ Noteworthy Changes

  • This release upgrades to Tomcat 10.1.42 which has introduced limits for part count and header size in multipart/form-data requests. These limits can be customized using server.tomcat.max-part-count and server.tomcat.max-part-header-size respectively.

⭐ New Features

  • Allow Specifying ConfigData.Options On ConfigDataEnvironmentContributors #42932

🐞 Bug Fixes

  • Executable JAR application class encounters performance issues when classpath URLs reference a host #46028
  • Loading from spring.factories may fail with a ClassNotFoundException when the TCCL changes between calls #46019
  • spring.couchbase.authentication.jks.private-key-password has no effect #46006
  • Actuator heapdump endpoint is failing on modern OpenJ9 JVMs #46005
  • UnboundConfigurationPropertiesException is no longer thrown from IndexedElementsBinder #45994
  • DataSouceBuilder can fail with a NPE when the driver is null #45992
  • JSON writer incorrectly escapes forward slash which can cause structure logging issues #45980
  • ManagementContextAutoConfiguration adds a property source that degrades binding performance #45968
  • ClientHttpConnectorAutoConfiguration fails to load when 'java.net.http.HttpClient' is unavailable #45955
  • It is not possible to opt-out of profile validation or use profile names that contain '.' #45947
  • GraphQlProperties.DeprecatedSse is not annotated as deprecated #45878
  • SpringApplication.setEnvironmentPrefix is ignored when reading MANAGEMENT_SERVER_PORT #45857
  • Write and delete operations no longer work in the Cloud Foundry actuator support with Spring Security due to CSRF protection #45848
  • ConditionalOnAvailableEndpoint does not use the ConditionContext's ClassLoader to load exposure outcome contributors #45803
  • Binding no longer works with sytem environment properties that are not upper case #45741
  • ManagementWebServerFactoryCustomizer and ManagementErrorPageCustomizer should not have the same order #45736
  • Default version of Awailitility is not compatible with Kotlin 1.9 baseline #45673
  • Spring Boot 3.5's dependency management should have been upgraded to Lettuce 6.6.0.RELEASE #45670
  • Spring Boot 3.5's dependency management should have been upgraded to Jedis 6.0.0 #45669
  • SAML2 autoconfiguration is not imported by @WebMvcTest #45666
  • Spring Boot 3.5's dependency management should have been upgraded to MongoDB 5.5.0 #45660

📔 Documentation

  • Fix Docker security options links in Packaging OCI images sections #46021
  • Improve documentation for configuring Spring Security with '/error' #46009
  • Timestamps in Retrieving Audit Events examples do not match the accompanying text #45997
  • Add SSL response structure to actuator info endpoint documentation #45921
  • Update javadoc of test slice annotations to suggest MockitoBean rather than MockBean #45915
  • Include configuration classes from all modules in the "Auto-configuration Classes" appendix #45863

... (truncated)

Commits
  • 0ec7194 Release v3.5.3
  • 18e5e06 Merge branch '3.4.x'
  • cb9cf45 Restore previous source in Context.withSource calls
  • 01a23c3 Next development version (v3.5.3-SNAPSHOT)
  • 7b553d9 Protect against null names when filter is applied more than once
  • 440ea79 Next development version (v3.5.2-SNAPSHOT)
  • a816518 Merge branch '3.4.x'
  • 05906cc Next development version (v3.4.8-SNAPSHOT)
  • 74fe4ad Upgrade to HttpClient5 5.5
  • 98632a1 Merge branch '3.4.x'
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-oauth2-resource-server from 3.5.0 to 3.5.3

Release notes

Sourced from org.springframework.boot:spring-boot-starter-oauth2-resource-server's releases.

v3.5.3

🐞 Bug Fixes

  • Binder context does not restore previous source causing missing data on Spring Boot 3.5 or above #46040

v3.5.2

🐞 Bug Fixes

  • IllegalArgumentException: 'name' must not be null thrown when property source filtering applied twice #46032

v3.5.1

⚠️ Noteworthy Changes

  • This release upgrades to Tomcat 10.1.42 which has introduced limits for part count and header size in multipart/form-data requests. These limits can be customized using server.tomcat.max-part-count and server.tomcat.max-part-header-size respectively.

⭐ New Features

  • Allow Specifying ConfigData.Options On ConfigDataEnvironmentContributors #42932

🐞 Bug Fixes

  • Executable JAR application class encounters performance issues when classpath URLs reference a host #46028
  • Loading from spring.factories may fail with a ClassNotFoundException when the TCCL changes between calls #46019
  • spring.couchbase.authentication.jks.private-key-password has no effect #46006
  • Actuator heapdump endpoint is failing on modern OpenJ9 JVMs #46005
  • UnboundConfigurationPropertiesException is no longer thrown from IndexedElementsBinder #45994
  • DataSouceBuilder can fail with a NPE when the driver is null #45992
  • JSON writer incorrectly escapes forward slash which can cause structure logging issues #45980
  • ManagementContextAutoConfiguration adds a property source that degrades binding performance #45968
  • ClientHttpConnectorAutoConfiguration fails to load when 'java.net.http.HttpClient' is unavailable #45955
  • It is not possible to opt-out of profile validation or use profile names that contain '.' #45947
  • GraphQlProperties.DeprecatedSse is not annotated as deprecated #45878
  • SpringApplication.setEnvironmentPrefix is ignored when reading MANAGEMENT_SERVER_PORT #45857
  • Write and delete operations no longer work in the Cloud Foundry actuator support with Spring Security due to CSRF protection #45848
  • ConditionalOnAvailableEndpoint does not use the ConditionContext's ClassLoader to load exposure outcome contributors #45803
  • Binding no longer works with sytem environment properties that are not upper case #45741
  • ManagementWebServerFactoryCustomizer and ManagementErrorPageCustomizer should not have the same order #45736
  • Default version of Awailitility is not compatible with Kotlin 1.9 baseline #45673
  • Spring Boot 3.5's dependency management should have been upgraded to Lettuce 6.6.0.RELEASE #45670
  • Spring Boot 3.5's dependency management should have been upgraded to Jedis 6.0.0 #45669
  • SAML2 autoconfiguration is not imported by @WebMvcTest #45666
  • Spring Boot 3.5's dependency management should have been upgraded to MongoDB 5.5.0 #45660

📔 Documentation

  • Fix Docker security options links in Packaging OCI images sections #46021
  • Improve documentation for configuring Spring Security with '/error' #46009
  • Timestamps in Retrieving Audit Events examples do not match the accompanying text #45997
  • Add SSL response structure to actuator info endpoint documentation #45921
  • Update javadoc of test slice annotations to suggest MockitoBean rather than MockBean #45915
  • Include configuration classes from all modules in the "Auto-configuration Classes" appendix #45863

... (truncated)

Commits
  • 0ec7194 Release v3.5.3
  • 18e5e06 Merge branch '3.4.x'
  • cb9cf45 Restore previous source in Context.withSource calls
  • 01a23c3 Next development version (v3.5.3-SNAPSHOT)
  • 7b553d9 Protect against null names when filter is applied more than once
  • 440ea79 Next development version (v3.5.2-SNAPSHOT)
  • a816518 Merge branch '3.4.x'
  • 05906cc Next development version (v3.4.8-SNAPSHOT)
  • 74fe4ad Upgrade to HttpClient5 5.5
  • 98632a1 Merge branch '3.4.x'
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-oauth2-client from 3.5.0 to 3.5.3

Release notes

Sourced from org.springframework.boot:spring-boot-starter-oauth2-client's releases.

v3.5.3

🐞 Bug Fixes

  • Binder context does not restore previous source causing missing data on Spring Boot 3.5 or above #46040

v3.5.2

🐞 Bug Fixes

  • IllegalArgumentException: 'name' must not be null thrown when property source filtering applied twice #46032

v3.5.1

⚠️ Noteworthy Changes

  • This release upgrades to Tomcat 10.1.42 which has introduced limits for part count and header size in multipart/form-data requests. These limits can be customized using server.tomcat.max-part-count and server.tomcat.max-part-header-size respectively.

⭐ New Features

  • Allow Specifying ConfigData.Options On ConfigDataEnvironmentContributors #42932

🐞 Bug Fixes

  • Executable JAR application class encounters performance issues when classpath URLs reference a host #46028
  • Loading from spring.factories may fail with a ClassNotFoundException when the TCCL changes between calls #46019
  • spring.couchbase.authentication.jks.private-key-password has no effect #46006
  • Actuator heapdump endpoint is failing on modern OpenJ9 JVMs #46005
  • UnboundConfigurationPropertiesException is no longer thrown from IndexedElementsBinder #45994
  • DataSouceBuilder can fail with a NPE when the driver is null #45992
  • JSON writer incorrectly escapes forward slash which can cause structure logging issues #45980
  • ManagementContextAutoConfiguration adds a property source that degrades binding performance #45968
  • ClientHttpConnectorAutoConfiguration fails to load when 'java.net.http.HttpClient' is unavailable #45955
  • It is not possible to opt-out of profile validation or use profile names that contain '.' #45947
  • GraphQlProperties.DeprecatedSse is not annotated as deprecated #45878
  • SpringApplication.setEnvironmentPrefix is ignored when reading MANAGEMENT_SERVER_PORT #45857
  • Write and delete operations no longer work in the Cloud Foundry actuator support with Spring Security due to CSRF protection #45848
  • ConditionalOnAvailableEndpoint does not use the ConditionContext's ClassLoader to load exposure outcome contributors #45803
  • Binding no longer works with sytem environment properties that are not upper case #45741
  • ManagementWebServerFactoryCustomizer and ManagementErrorPageCustomizer should not have the same order #45736
  • Default version of Awailitility is not compatible with Kotlin 1.9 baseline #45673
  • Spring Boot 3.5's dependency management should have been upgraded to Lettuce 6.6.0.RELEASE #45670
  • Spring Boot 3.5's dependency management should have been upgraded to Jedis 6.0.0 #45669
  • SAML2 autoconfiguration is not imported by @WebMvcTest #45666
  • Spring Boot 3.5's dependency management should have been upgraded to MongoDB 5.5.0 #45660

📔 Documentation

  • Fix Docker security options links in Packaging OCI images sections #46021
  • Improve documentation for configuring Spring Security with '/error' #46009
  • Timestamps in Retrieving Audit Events examples do not match the accompanying text #45997
  • Add SSL response structure to actuator info endpoint documentation #45921
  • Update javadoc of test slice annotations to suggest MockitoBean rather than MockBean #45915
  • Include configuration classes from all modules in the "Auto-configuration Classes" appendix #45863

... (truncated)

Commits
  • 0ec7194 Release v3.5.3
  • 18e5e06 Merge branch '3.4.x'
  • cb9cf45 Restore previous source in Context.withSource calls
  • 01a23c3 Next development version (v3.5.3-SNAPSHOT)
  • 7b553d9 Protect against null names when filter is applied more than once
  • 440ea79 Next development version (v3.5.2-SNAPSHOT)
  • a816518 Merge branch '3.4.x'
  • 05906cc Next development version (v3.4.8-SNAPSHOT)
  • 74fe4ad Upgrade to HttpClient5 5.5
  • 98632a1 Merge branch '3.4.x'
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-test from 3.5.0 to 3.5.3

Release notes

Sourced from org.springframework.boot:spring-boot-starter-test's releases.

v3.5.3

🐞 Bug Fixes

  • Binder context does not restore previous source causing missing data on Spring Boot 3.5 or above #46040

v3.5.2

🐞 Bug Fixes

  • IllegalArgumentException: 'name' must not be null thrown when property source filtering applied twice #46032

v3.5.1

⚠️ Noteworthy Changes

  • This release upgrades to Tomcat 10.1.42 which has introduced limits for part count and header size in multipart/form-data requests. These limits can be customized using server.tomcat.max-part-count and server.tomcat.max-part-header-size respectively.

⭐ New Features

  • Allow Specifying ConfigData.Options On ConfigDataEnvironmentContributors #42932

🐞 Bug Fixes

  • Executable JAR application class encounters performance issues when classpath URLs reference a host #46028
  • Loading from spring.factories may fail with a ClassNotFoundException when the TCCL changes between calls #46019
  • spring.couchbase.authentication.jks.private-key-password has no effect #46006
  • Actuator heapdump endpoint is failing on modern OpenJ9 JVMs #46005
  • UnboundConfigurationPropertiesException is no longer thrown from IndexedElementsBinder #45994
  • DataSouceBuilder can fail with a NPE when the driver is null #45992
  • JSON writer incorrectly escapes forward slash which can cause structure logging issues #45980
  • ManagementContextAutoConfiguration adds a property source that degrades binding performance #45968
  • ClientHttpConnectorAutoConfiguration fails to load when 'java.net.http.HttpClient' is unavailable #45955
  • It is not possible to opt-out of profile validation or use profile names that contain '.' #45947
  • GraphQlProperties.DeprecatedSse is not annotated as deprecated #45878
  • SpringApplication.setEnvironmentPrefix is ignored when reading MANAGEMENT_SERVER_PORT #45857
  • Write and delete operations no longer work in the Cloud Foundry actuator support with Spring Security due to CSRF protection #45848
  • ConditionalOnAvailableEndpoint does not use the ConditionContext's ClassLoader to load exposure outcome contributors #45803
  • Binding no longer works with sytem environment properties that are not upper case #45741
  • ManagementWebServerFactoryCustomizer and ManagementErrorPageCustomizer should not have the same order #45736
  • Default version of Awailitility is not compatible with Kotlin 1.9 baseline #45673
  • Spring Boot 3.5's dependency management should have been upgraded to Lettuce 6.6.0.RELEASE #45670
  • Spring Boot 3.5's dependency management should have been upgraded to Jedis 6.0.0 #45669
  • SAML2 autoconfiguration is not imported by @WebMvcTest #45666
  • Spring Boot 3.5's dependency management should have been upgraded to MongoDB 5.5.0 #45660

📔 Documentation

  • Fix Docker security options links in Packaging OCI images sections #46021
  • Improve documentation for configuring Spring Security with '/error' #46009
  • Timestamps in Retrieving Audit Events examples do not match the accompanying text #45997
  • Add SSL response structure to actuator info endpoint documentation #45921
  • Update javadoc of test slice annotations to suggest MockitoBean rather than MockBean #45915
  • Include configuration classes from all modules in the "Auto-configuration Classes" appendix #45863

... (truncated)

Commits

Bumps the github group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.19.0` | `2.19.1` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.19.0` | `2.19.1` |
| [com.nimbusds:oauth2-oidc-sdk](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions) | `11.25` | `11.26` |
| [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) | `1.8.1` | `1.9.0` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.13.0` | `5.13.2` |
| [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) | `5.13.0` | `5.13.2` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `5.13.0` | `5.13.2` |
| [org.springframework.boot:spring-boot-starter-webflux](https://github.com/spring-projects/spring-boot) | `3.5.0` | `3.5.3` |
| [org.springframework.boot:spring-boot-starter-oauth2-resource-server](https://github.com/spring-projects/spring-boot) | `3.5.0` | `3.5.3` |
| [org.springframework.boot:spring-boot-starter-oauth2-client](https://github.com/spring-projects/spring-boot) | `3.5.0` | `3.5.3` |
| [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) | `3.5.0` | `3.5.3` |
| [org.springframework.boot:spring-boot-test](https://github.com/spring-projects/spring-boot) | `3.5.0` | `3.5.3` |
| [io.projectreactor:reactor-test](https://github.com/reactor/reactor-core) | `3.7.6` | `3.7.7` |
| org.jmailen.kotlinter | `5.1.0` | `5.1.1` |
| [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `2.1.21` | `2.2.0` |



Updates `com.fasterxml.jackson.core:jackson-databind` from 2.19.0 to 2.19.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.19.0 to 2.19.1
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.19.0...jackson-module-kotlin-2.19.1)

Updates `com.nimbusds:oauth2-oidc-sdk` from 11.25 to 11.26
- [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.26..11.25)

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.19.0 to 2.19.1
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.19.0...jackson-module-kotlin-2.19.1)

Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.8.1 to 1.9.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.8.1...v1.9.0)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.0 to 5.13.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.0...r5.13.2)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.13.0 to 5.13.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.0...r5.13.2)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.0 to 5.13.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.0...r5.13.2)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.13.0 to 5.13.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.0...r5.13.2)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.0 to 5.13.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.0...r5.13.2)

Updates `org.springframework.boot:spring-boot-starter-webflux` from 3.5.0 to 3.5.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v3.5.3)

Updates `org.springframework.boot:spring-boot-starter-oauth2-resource-server` from 3.5.0 to 3.5.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v3.5.3)

Updates `org.springframework.boot:spring-boot-starter-oauth2-client` from 3.5.0 to 3.5.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v3.5.3)

Updates `org.springframework.boot:spring-boot-starter-test` from 3.5.0 to 3.5.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v3.5.3)

Updates `org.springframework.boot:spring-boot-test` from 3.5.0 to 3.5.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v3.5.3)

Updates `org.springframework.boot:spring-boot-starter-oauth2-resource-server` from 3.5.0 to 3.5.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v3.5.3)

Updates `org.springframework.boot:spring-boot-starter-oauth2-client` from 3.5.0 to 3.5.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v3.5.3)

Updates `org.springframework.boot:spring-boot-starter-test` from 3.5.0 to 3.5.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v3.5.3)

Updates `org.springframework.boot:spring-boot-test` from 3.5.0 to 3.5.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.0...v3.5.3)

Updates `io.projectreactor:reactor-test` from 3.7.6 to 3.7.7
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.7.6...v3.7.7)

Updates `org.jmailen.kotlinter` from 5.1.0 to 5.1.1

Updates `org.jetbrains.kotlin.jvm` from 2.1.21 to 2.2.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.2.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: com.nimbusds:oauth2-oidc-sdk
  dependency-version: '11.26'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 5.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-version: 5.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-version: 5.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-version: 5.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-version: 5.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: org.springframework.boot:spring-boot-starter-webflux
  dependency-version: 3.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: org.springframework.boot:spring-boot-starter-oauth2-resource-server
  dependency-version: 3.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: org.springframework.boot:spring-boot-starter-oauth2-client
  dependency-version: 3.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-version: 3.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: org.springframework.boot:spring-boot-test
  dependency-version: 3.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: org.springframework.boot:spring-boot-starter-oauth2-resource-server
  dependency-version: 3.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: org.springframework.boot:spring-boot-starter-oauth2-client
  dependency-version: 3.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-version: 3.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: org.springframework.boot:spring-boot-test
  dependency-version: 3.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: io.projectreactor:reactor-test
  dependency-version: 3.7.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: org.jmailen.kotlinter
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies java Pull requests that update Java code labels Jun 30, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 30, 2025 11:03
@dependabot dependabot bot added dependencies java Pull requests that update Java code labels Jun 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants