Skip to content

Bump the development-dependencies group with 2 updates #10053

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2025

Bumps the development-dependencies group with 2 updates: org.springframework.security:spring-security-bom and org.xmlunit:xmlunit-assertj3.

Updates org.springframework.security:spring-security-bom from 6.4.5 to 6.4.6

Release notes

Sourced from org.springframework.security:spring-security-bom's releases.

6.4.6

⭐ New Features

  • Bump Gradle Wrapper from 8.13 to 8.14 #17017
  • ClientRegistrations.fromIssuerLocation does not include failure information #17016
  • RequestHeaderAuthenticationFilter creates a session even if not configured to do so #17146

🪲 Bug Fixes

  • Clear Site Data references non-existent constructor #17034
  • Ensure Serializable Components Have Serialization Sample #17038
  • Minor error in the Handling Logouts documentation #17048
  • NPE in BaseOpenSamlAuthenticationProvider #17008
  • SecurityAnnotationScanner's method comparison should use .equals #17143
  • StrictFirewallServerWebExchange should still protect when request is mutated #17032
  • Use proper configuration key in Opaque Token documentation #17013

🔨 Dependency Upgrades

  • Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.18.4 #17065
  • Bump io.micrometer:micrometer-observation from 1.14.6 to 1.14.7 #17094
  • Bump io.projectreactor:reactor-bom from 2023.0.17 to 2023.0.18 #17110
  • Bump io.spring.gradle:spring-security-release-plugin from 1.0.5 to 1.0.6 #17042
  • Bump org-apache-maven-resolver from 1.9.22 to 1.9.23 #17086
  • Bump org.hibernate.orm:hibernate-core from 6.6.13.Final to 6.6.14.Final #17087
  • Bump org.hibernate.orm:hibernate-core from 6.6.14.Final to 6.6.15.Final #17103
  • Bump org.springframework.data:spring-data-bom from 2024.1.4 to 2024.1.5 #16983
  • Bump org.springframework:spring-framework-bom from 6.2.6 to 6.2.7 #17121

🔩 Build Updates

  • Release Security 6.4.6 #17139
Commits
  • 3fbcd5f Release 6.4.6
  • edc8735 Merge branch '6.3.x' into 6.4.x
  • cae3467 Improve AbstractPreAuthenticatedProcessingFilter docs
  • bf2aaa1 Use .equals to Compare Methods
  • 3690517 Merge branch 'gradle/6.4.x/org.springframework.data-spring-data-bom-2024.1.6'...
  • d0e9128 Merge branch '6.3.x' into 6.4.x
  • 1864c87 Bump org.springframework.data:spring-data-bom from 2024.1.5 to 2024.1.6
  • a17b2a1 Bump org.springframework.data:spring-data-bom
  • 16c9794 Merge Bump org.springframework:spring-framework-bom from 6.1.19 to 6.1.20
  • ce08aa4 Merge branch '6.3.x' into 6.4.x
  • Additional commits viewable in compare view

Updates org.xmlunit:xmlunit-assertj3 from 2.10.0 to 2.10.1

Release notes

Sourced from org.xmlunit:xmlunit-assertj3's releases.

XMLUnit for Java 2.10.1

  • placeholders can now also be used inside of the local part of xsi:type attributes. PR #293

  • PlaceholderDifferenceEvaluator would cause ClassCastException for documents with differences in xsi:type attributes. Issue #276

  • updated a bunch of Maven plugins, in particular we now create CylcloneDX files using version 1.6 of the schema. PR #292

  • updated bytebuddy dependency of xmlunit-assertj to 2.12.23 in order to support Java 17 properly

  • Migrated form TraciCI to CircleCI Issue #289

  • Migrated to Sonatype's Central Portal Issue #287

  • added a new BOM artifact xmlunit-bom Issue #269

  • Comparison has earned a new convenience constructor. PR #280 by @​hiufung-kwok

  • Input.from now detects Reader arguments and uses fromReader. PR #281 by @​SThomasP

Changelog

Sourced from org.xmlunit:xmlunit-assertj3's changelog.

XMLUnit for Java 2.10.1 - /Released 2025-05-19/

  • placeholders can now also be used inside of the local part of xsi:type attributes. PR #293

  • PlaceholderDifferenceEvaluator would cause ClassCastException for documents with differences in xsi:type attributes. Issue #276

  • updated a bunch of Maven plugins, in particular we now create CylcloneDX files using version 1.6 of the schema. PR #292

  • updated bytebuddy dependency of xmlunit-assertj to 2.12.23 in order to support Java 17 properly

  • Migrated form TravisCI to CircleCI Issue #289

  • Migrated to Sonatype's Central Portal Issue #287

  • added a new BOM artifact xmlunit-bom Issue #269

  • Comparison has earned a new convenience constructor. PR #280 by @​hiufung-kwok

  • Input.from now detects Reader arguments and uses fromReader. PR #281 by @​SThomasP

Commits
  • ec8c388 prepare 2.10.1 release
  • 7967a32 Merge pull request #293 from xmlunit/make-placeholders-deal-with-xsi-type
  • 7c2d8b3 cover case of different QName namespaces
  • 6d35d0c allow limited use of placeholders inside xsi:type attributes.
  • d06eeeb ensure PlaceholderDifferenceEvaluator survives differences in xsi:type attrib...
  • f72dde7 Merge pull request #292 from xmlunit/update-plugins
  • 8176781 ensure BOM is signed and SBOMs get published
  • 2423d86 update a few maven plugins
  • 7fa1bd6 Merge pull request #291 from xmlunit/extend-circle-ci
  • 88004a8 record bytebuddy update
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the development-dependencies group with 2 updates: [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) and [org.xmlunit:xmlunit-assertj3](https://github.com/xmlunit/xmlunit).


Updates `org.springframework.security:spring-security-bom` from 6.4.5 to 6.4.6
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](spring-projects/spring-security@6.4.5...6.4.6)

Updates `org.xmlunit:xmlunit-assertj3` from 2.10.0 to 2.10.1
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](xmlunit/xmlunit@v2.10.0...v2.10.1)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-bom
  dependency-version: 6.4.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: org.xmlunit:xmlunit-assertj3
  dependency-version: 2.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the type: dependency-upgrade Pull requests that update a dependency file label May 20, 2025
@github-actions github-actions bot added type: task and removed type: dependency-upgrade Pull requests that update a dependency file labels May 20, 2025
@github-actions github-actions bot added this to the 6.4.5 milestone May 20, 2025
@github-actions github-actions bot enabled auto-merge (squash) May 20, 2025 16:01
@github-actions github-actions bot merged commit 6b588d0 into 6.4.x May 20, 2025
3 checks passed
@github-actions github-actions bot deleted the dependabot/gradle/6.4.x/development-dependencies-112a0ea1ee branch May 20, 2025 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants