Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the maven group in /template with 2 updates: org.springframework.security:spring-security-web and ch.qos.logback:logback-classic.

Updates org.springframework.security:spring-security-web from 7.0.0 to 7.0.2

Release notes

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

7.0.2

🪲 Bug Fixes

  • AuthorizationWebProxyConfiguration should only be active when both spring-security-web and spring-webmvc are on the classpath #18315

7.0.1

⭐ New Features

  • Stop deploying JavaDoc outside of Antora #18200

🪲 Bug Fixes

  • An unexpected dependency appeared for spring-security-config of spring-security-web #18307
  • Fix "typ" header value in NimbusJwtEncoder-encoded JWT #18270
  • Fix broken link to Spring Boot docs #18236
  • Fix documentation resource server sample title #18231
  • Fix MyCustomDsl to use csrf(Customizer) instead of removed csrf().disabled() #18223
  • Fix typo in AnnotationTemplateExpressionDefaults documentation #18255
  • Fix typos in documentation depenendencies->dependencies #18209
  • NimbusJwtEncoder produces JWT with wrong "typ" header value #18269
  • OAuth2AuthorizationEndpointFilter should be applied after AuthorizationFilter #18251
  • Remove requireProofKey warning for non-auth-code flows #18221
  • Remove throws from MyCustomDsl in docs #18224

🔨 Dependency Upgrades

  • Bump ch.qos.logback:logback-classic from 1.5.20 to 1.5.21 #18214
  • Bump ch.qos.logback:logback-classic from 1.5.21 to 1.5.22 #18311
  • Bump com.fasterxml.jackson:jackson-bom from 2.20.0 to 2.20.1 #18245
  • Bump com.unboundid:unboundid-ldapsdk from 7.0.3 to 7.0.4 #18262
  • Bump io.micrometer:micrometer-observation from 1.14.12 to 1.14.13 #18189
  • Bump io.micrometer:micrometer-observation from 1.14.13 to 1.14.14 #18277
  • Bump io.mockk:mockk from 1.14.6 to 1.14.7 #18274
  • Bump io.projectreactor:reactor-bom from 2025.0.0 to 2025.0.1 #18289
  • Bump io.spring.gradle:spring-security-release-plugin from 1.0.10 to 1.0.13 #18187
  • Bump org-aspectj from 1.9.24 to 1.9.25 #18186
  • Bump org.apache.kerby:kerb-simplekdc from 2.1.0 to 2.1.1 #18215
  • Bump org.junit:junit-bom from 6.0.0 to 6.0.1 #18188
  • Bump org.springframework.data:spring-data-bom from 2025.1.0 to 2025.1.1 #18312
  • Bump org.springframework:spring-framework-bom from 7.0.0 to 7.0.1 #18213
  • Bump org.springframework:spring-framework-bom from 7.0.1 to 7.0.2 #18310
  • Bump tools.jackson:jackson-bom from 3.0.1 to 3.0.2 #18212
  • Bump tools.jackson:jackson-bom from 3.0.2 to 3.0.3 #18244

🔩 Build Updates

  • Add Test for ServletRequestPathUtils.parseAndCache(method=null) #18166
  • Bump antora from 3.2.0-alpha.10 to 3.2.0-alpha.11 in /docs #18238

❤️ Contributors

... (truncated)

Commits
  • 9d08114 Release 7.0.2
  • 0155d4a Restore Check for DispatcherServlet on Classpath
  • 29ad1e6 Next development version
  • 8651868 Release 7.0.1
  • 5732f39 Bump ch.qos.logback:logback-classic from 1.5.21 to 1.5.22
  • 8bfa849 Bump org.springframework.data:spring-data-bom from 2025.1.0 to 2025.1.1
  • e033086 Bump org.springframework:spring-framework-bom from 7.0.1 to 7.0.2
  • 964fcac Polish Tests
  • 1d1b3ff Fix "typ" header value in NimbusJwtEncoder-encoded JWT
  • c8898f9 Test NimbusJwtEncoder & NimbusJwtDecoder symmetrically
  • Additional commits viewable in compare view

Updates ch.qos.logback:logback-classic from 1.5.22 to 1.5.23

Release notes

Sourced from ch.qos.logback:logback-classic's releases.

Logback 1.5.23

2025-12-21 Release of logback version 1.5.23

• In response to issues/959 file name collisions are detected at configuration time by analyzing the configuration file and no longer at run time. This avoids the ConcurrentModificationException reported in the issue.

• ZIP and XZ compression now use a BufferedOutputStream when writing to the compressed file. This issue was reported in issues/988.

• A bit-wise identical binary of this version can be reproduced by building from source code at commit 0bcc3feb54a6d99caac70969ee5f8334aad1fbaf associated with the tag v_1.5.23. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Commits
  • 0bcc3fe prepare release 1.5.23
  • 4627dbd better to use BufferedOutputStream during ZIP and XZ compression, especially ...
  • 299f091 add collision test in presence of conditional processing
  • b446f3f In Context, remove collision map
  • a3eb14d in response to issues/959, collision detection is now done by FileCollisionAn...
  • 681b2be remove unused method, minor comment edits
  • 17a3edf start work on 1.5.23-SNAPSHOT
  • See full diff 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 maven group in /template with 2 updates: [org.springframework.security:spring-security-web](https://github.com/spring-projects/spring-security) and [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback).


Updates `org.springframework.security:spring-security-web` from 7.0.0 to 7.0.2
- [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@7.0.0...7.0.2)

Updates `ch.qos.logback:logback-classic` from 1.5.22 to 1.5.23
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.22...v_1.5.23)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-web
  dependency-version: 7.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.23
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven
...

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 Dec 29, 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.

0 participants