Skip to content
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

Bump springsecurityVersion from 6.0.2 to 6.0.3 #1633

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 1, 2023

Bumps springsecurityVersion from 6.0.2 to 6.0.3.
Updates org.springframework.security:spring-security-config from 6.0.2 to 6.0.3

Release notes

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

6.0.3

⭐ New Features

  • Add new DaoAuthenticationProvider constructor #12874
  • Clarify documentation code snippet(s) (unclear where static imported methods come from) #12992
  • Documentation should mention that an empty SecurityContext should also be saved #12941
  • Expression-Based Access Control do not working as explain in spring security document for 6.0.2 also tried 6.0.5 the issue persist #12932
  • Incomplete documentation regarding Hierarchical roles. #12766
  • Remove deprecated SecurityContextPersistenceFilter from docs #12690

🪲 Bug Fixes

  • @EnableReactiveMethodSecurity causes premature initialization of the ObservationRegistry and prevents it from being post-processed #12780
  • Broken links in form login section of docs #12822
  • chore: typo, removed extra "s" in word implementationss #12882
  • EntityId ignored in xml relying-party-registration #12777
  • Fix a javadoc typo in ReactiveAuthorizationManager #13000
  • Fix a javadoc typo in ReactiveAuthorizationManager #12983
  • Fix broken links in form login section #12823
  • Fix docs typo #12745
  • Fix documentation code block bug. #12980
  • Fix typo architecture.adoc #12851
  • fix typo in RequestCacheResultMatcher #12814
  • HttpSessionSecurityContextRepository fails to create a session because of the deferred security context support #12919
  • JdkSerializationRedisSerializer is not able to serialize Saml2LogoutRequest because of a lambda encoder #12767
  • MessageMatcherDelegatingAuthorizationManager not extracting path variables for authorization context #12540
  • Missing spring-security-oauth2 xsds after release #12806
  • NimbusReactiveJwtDecoder.JwkSetUriReactiveJwtDecoderBuilder holds a reference to JWSVerificationKeySelector before ConfigurableJWTProcessor.setJWSKeySelector is executed #13005
  • NoSuchElementException in org.springframework.security.web.server.ObservationWebFilterChainDecorator$AroundWebFilterObservation$SimpleAroundWebFilterObservation.start(ObservationWebFilterChainDecorator.java:274 #12829
  • Observation Spans are not nested correctly in Webflux #12849
  • RelyingPartyRegistrations should not fail when SPSSODescriptor elements are present #13055
  • Saml2 RelyingPartyRegistration.nameIdFormat is ignored and not set in AuthnRequest from OpenSamlAuthenticationRequestResolver #12936
  • Spring Security 6.0.2 ObservationFilterChainDecorator produce wrong instrument names #12811
  • SwitchUserFilter should use HttpSessionSecurityContextRepository by default #12836

🔨 Dependency Upgrades

  • Update assertj-core to 3.24.2 #13038
  • Update io.projectreactor to 2022.0.6 #13034
  • Update io.spring.javaformat to 0.0.38 #13036
  • Update logback-classic to 1.4.6 #13030
  • Update maven-resolver-provider to 3.8.8 #13037
  • Update micrometer-observation to 1.10.6 #13032
  • Update mockk to 1.13.5 #13033
  • Update org.eclipse.jetty to 11.0.15 #13039
  • Update org.springframework to 6.0.8 #13041
  • Update org.springframework.data to 2022.0.5 #13042
  • Update reactor-netty to 1.1.6 #13035
  • Update slf4j-api to 2.0.7 #13040
  • Update spring-ldap-core to 3.0.2 #13043

... (truncated)

Commits
  • ff3c560 Release 6.0.3
  • a484044 Merge branch '5.8.x' into 6.0.x
  • 6cf8c53 Merge branch '5.7.x' into 5.8.x
  • 2d52fb8 Clear Repository on Logout
  • cc56fc6 Update spring-ldap-core to 3.0.2
  • 67d8df7 Update org.springframework.data to 2022.0.5
  • fe6cfe8 Update org.springframework to 6.0.8
  • 4162bda Update slf4j-api to 2.0.7
  • 9c18189 Update org.eclipse.jetty to 11.0.15
  • af41a40 Update assertj-core to 3.24.2
  • Additional commits viewable in compare view

Updates org.springframework.security:spring-security-core from 6.0.2 to 6.0.3

Release notes

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

6.0.3

⭐ New Features

  • Add new DaoAuthenticationProvider constructor #12874
  • Clarify documentation code snippet(s) (unclear where static imported methods come from) #12992
  • Documentation should mention that an empty SecurityContext should also be saved #12941
  • Expression-Based Access Control do not working as explain in spring security document for 6.0.2 also tried 6.0.5 the issue persist #12932
  • Incomplete documentation regarding Hierarchical roles. #12766
  • Remove deprecated SecurityContextPersistenceFilter from docs #12690

🪲 Bug Fixes

  • @EnableReactiveMethodSecurity causes premature initialization of the ObservationRegistry and prevents it from being post-processed #12780
  • Broken links in form login section of docs #12822
  • chore: typo, removed extra "s" in word implementationss #12882
  • EntityId ignored in xml relying-party-registration #12777
  • Fix a javadoc typo in ReactiveAuthorizationManager #13000
  • Fix a javadoc typo in ReactiveAuthorizationManager #12983
  • Fix broken links in form login section #12823
  • Fix docs typo #12745
  • Fix documentation code block bug. #12980
  • Fix typo architecture.adoc #12851
  • fix typo in RequestCacheResultMatcher #12814
  • HttpSessionSecurityContextRepository fails to create a session because of the deferred security context support #12919
  • JdkSerializationRedisSerializer is not able to serialize Saml2LogoutRequest because of a lambda encoder #12767
  • MessageMatcherDelegatingAuthorizationManager not extracting path variables for authorization context #12540
  • Missing spring-security-oauth2 xsds after release #12806
  • NimbusReactiveJwtDecoder.JwkSetUriReactiveJwtDecoderBuilder holds a reference to JWSVerificationKeySelector before ConfigurableJWTProcessor.setJWSKeySelector is executed #13005
  • NoSuchElementException in org.springframework.security.web.server.ObservationWebFilterChainDecorator$AroundWebFilterObservation$SimpleAroundWebFilterObservation.start(ObservationWebFilterChainDecorator.java:274 #12829
  • Observation Spans are not nested correctly in Webflux #12849
  • RelyingPartyRegistrations should not fail when SPSSODescriptor elements are present #13055
  • Saml2 RelyingPartyRegistration.nameIdFormat is ignored and not set in AuthnRequest from OpenSamlAuthenticationRequestResolver #12936
  • Spring Security 6.0.2 ObservationFilterChainDecorator produce wrong instrument names #12811
  • SwitchUserFilter should use HttpSessionSecurityContextRepository by default #12836

🔨 Dependency Upgrades

  • Update assertj-core to 3.24.2 #13038
  • Update io.projectreactor to 2022.0.6 #13034
  • Update io.spring.javaformat to 0.0.38 #13036
  • Update logback-classic to 1.4.6 #13030
  • Update maven-resolver-provider to 3.8.8 #13037
  • Update micrometer-observation to 1.10.6 #13032
  • Update mockk to 1.13.5 #13033
  • Update org.eclipse.jetty to 11.0.15 #13039
  • Update org.springframework to 6.0.8 #13041
  • Update org.springframework.data to 2022.0.5 #13042
  • Update reactor-netty to 1.1.6 #13035
  • Update slf4j-api to 2.0.7 #13040
  • Update spring-ldap-core to 3.0.2 #13043

... (truncated)

Commits
  • ff3c560 Release 6.0.3
  • a484044 Merge branch '5.8.x' into 6.0.x
  • 6cf8c53 Merge branch '5.7.x' into 5.8.x
  • 2d52fb8 Clear Repository on Logout
  • cc56fc6 Update spring-ldap-core to 3.0.2
  • 67d8df7 Update org.springframework.data to 2022.0.5
  • fe6cfe8 Update org.springframework to 6.0.8
  • 4162bda Update slf4j-api to 2.0.7
  • 9c18189 Update org.eclipse.jetty to 11.0.15
  • af41a40 Update assertj-core to 3.24.2
  • Additional commits viewable in compare view

Updates org.springframework.security:spring-security-ldap from 6.0.2 to 6.0.3

Release notes

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

6.0.3

⭐ New Features

  • Add new DaoAuthenticationProvider constructor #12874
  • Clarify documentation code snippet(s) (unclear where static imported methods come from) #12992
  • Documentation should mention that an empty SecurityContext should also be saved #12941
  • Expression-Based Access Control do not working as explain in spring security document for 6.0.2 also tried 6.0.5 the issue persist #12932
  • Incomplete documentation regarding Hierarchical roles. #12766
  • Remove deprecated SecurityContextPersistenceFilter from docs #12690

🪲 Bug Fixes

  • @EnableReactiveMethodSecurity causes premature initialization of the ObservationRegistry and prevents it from being post-processed #12780
  • Broken links in form login section of docs #12822
  • chore: typo, removed extra "s" in word implementationss #12882
  • EntityId ignored in xml relying-party-registration #12777
  • Fix a javadoc typo in ReactiveAuthorizationManager #13000
  • Fix a javadoc typo in ReactiveAuthorizationManager #12983
  • Fix broken links in form login section #12823
  • Fix docs typo #12745
  • Fix documentation code block bug. #12980
  • Fix typo architecture.adoc #12851
  • fix typo in RequestCacheResultMatcher #12814
  • HttpSessionSecurityContextRepository fails to create a session because of the deferred security context support #12919
  • JdkSerializationRedisSerializer is not able to serialize Saml2LogoutRequest because of a lambda encoder #12767
  • MessageMatcherDelegatingAuthorizationManager not extracting path variables for authorization context #12540
  • Missing spring-security-oauth2 xsds after release #12806
  • NimbusReactiveJwtDecoder.JwkSetUriReactiveJwtDecoderBuilder holds a reference to JWSVerificationKeySelector before ConfigurableJWTProcessor.setJWSKeySelector is executed #13005
  • NoSuchElementException in org.springframework.security.web.server.ObservationWebFilterChainDecorator$AroundWebFilterObservation$SimpleAroundWebFilterObservation.start(ObservationWebFilterChainDecorator.java:274 #12829
  • Observation Spans are not nested correctly in Webflux #12849
  • RelyingPartyRegistrations should not fail when SPSSODescriptor elements are present #13055
  • Saml2 RelyingPartyRegistration.nameIdFormat is ignored and not set in AuthnRequest from OpenSamlAuthenticationRequestResolver #12936
  • Spring Security 6.0.2 ObservationFilterChainDecorator produce wrong instrument names #12811
  • SwitchUserFilter should use HttpSessionSecurityContextRepository by default #12836

🔨 Dependency Upgrades

  • Update assertj-core to 3.24.2 #13038
  • Update io.projectreactor to 2022.0.6 #13034
  • Update io.spring.javaformat to 0.0.38 #13036
  • Update logback-classic to 1.4.6 #13030
  • Update maven-resolver-provider to 3.8.8 #13037
  • Update micrometer-observation to 1.10.6 #13032
  • Update mockk to 1.13.5 #13033
  • Update org.eclipse.jetty to 11.0.15 #13039
  • Update org.springframework to 6.0.8 #13041
  • Update org.springframework.data to 2022.0.5 #13042
  • Update reactor-netty to 1.1.6 #13035
  • Update slf4j-api to 2.0.7 #13040
  • Update spring-ldap-core to 3.0.2 #13043

... (truncated)

Commits
  • ff3c560 Release 6.0.3
  • a484044 Merge branch '5.8.x' into 6.0.x
  • 6cf8c53 Merge branch '5.7.x' into 5.8.x
  • 2d52fb8 Clear Repository on Logout
  • cc56fc6 Update spring-ldap-core to 3.0.2
  • 67d8df7 Update org.springframework.data to 2022.0.5
  • fe6cfe8 Update org.springframework to 6.0.8
  • 4162bda Update slf4j-api to 2.0.7
  • 9c18189 Update org.eclipse.jetty to 11.0.15
  • af41a40 Update assertj-core to 3.24.2
  • Additional commits viewable in compare view

Updates org.springframework.security:spring-security-web from 6.0.2 to 6.0.3

Release notes

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

6.0.3

⭐ New Features

  • Add new DaoAuthenticationProvider constructor #12874
  • Clarify documentation code snippet(s) (unclear where static imported methods come from) #12992
  • Documentation should mention that an empty SecurityContext should also be saved #12941
  • Expression-Based Access Control do not working as explain in spring security document for 6.0.2 also tried 6.0.5 the issue persist #12932
  • Incomplete documentation regarding Hierarchical roles. #12766
  • Remove deprecated SecurityContextPersistenceFilter from docs #12690

🪲 Bug Fixes

  • @EnableReactiveMethodSecurity causes premature initialization of the ObservationRegistry and prevents it from being post-processed #12780
  • Broken links in form login section of docs #12822
  • chore: typo, removed extra "s" in word implementationss #12882
  • EntityId ignored in xml relying-party-registration #12777
  • Fix a javadoc typo in ReactiveAuthorizationManager #13000
  • Fix a javadoc typo in ReactiveAuthorizationManager #12983
  • Fix broken links in form login section #12823
  • Fix docs typo #12745
  • Fix documentation code block bug. #12980
  • Fix typo architecture.adoc #12851
  • fix typo in RequestCacheResultMatcher #12814
  • HttpSessionSecurityContextRepository fails to create a session because of the deferred security context support #12919
  • JdkSerializationRedisSerializer is not able to serialize Saml2LogoutRequest because of a lambda encoder #12767
  • MessageMatcherDelegatingAuthorizationManager not extracting path variables for authorization context #12540
  • Missing spring-security-oauth2 xsds after release #12806
  • NimbusReactiveJwtDecoder.JwkSetUriReactiveJwtDecoderBuilder holds a reference to JWSVerificationKeySelector before ConfigurableJWTProcessor.setJWSKeySelector is executed #13005
  • NoSuchElementException in org.springframework.security.web.server.ObservationWebFilterChainDecorator$AroundWebFilterObservation$SimpleAroundWebFilterObservation.start(ObservationWebFilterChainDecorator.java:274 #12829
  • Observation Spans are not nested correctly in Webflux #12849
  • RelyingPartyRegistrations should not fail when SPSSODescriptor elements are present #13055
  • Saml2 RelyingPartyRegistration.nameIdFormat is ignored and not set in AuthnRequest from OpenSamlAuthenticationRequestResolver #12936
  • Spring Security 6.0.2 ObservationFilterChainDecorator produce wrong instrument names #12811
  • SwitchUserFilter should use HttpSessionSecurityContextRepository by default #12836

🔨 Dependency Upgrades

  • Update assertj-core to 3.24.2 #13038
  • Update io.projectreactor to 2022.0.6 #13034
  • Update io.spring.javaformat to 0.0.38 #13036
  • Update logback-classic to 1.4.6 #13030
  • Update maven-resolver-provider to 3.8.8 #13037
  • Update micrometer-observation to 1.10.6 #13032
  • Update mockk to 1.13.5 #13033
  • Update org.eclipse.jetty to 11.0.15 #13039
  • Update org.springframework to 6.0.8 #13041
  • Update org.springframework.data to 2022.0.5 #13042
  • Update reactor-netty to 1.1.6 #13035
  • Update slf4j-api to 2.0.7 #13040
  • Update spring-ldap-core to 3.0.2 #13043

... (truncated)

Commits
  • ff3c560 Release 6.0.3
  • a484044 Merge branch '5.8.x' into 6.0.x
  • 6cf8c53 Merge branch '5.7.x' into 5.8.x
  • 2d52fb8 Clear Repository on Logout
  • cc56fc6 Update spring-ldap-core to 3.0.2
  • 67d8df7 Update org.springframework.data to 2022.0.5
  • fe6cfe8 Update org.springframework to 6.0.8
  • 4162bda Update slf4j-api to 2.0.7
  • 9c18189 Update org.eclipse.jetty to 11.0.15
  • af41a40 Update assertj-core to 3.24.2
  • Additional commits viewable in compare view

Updates org.springframework.security:spring-security-oauth2-jose from 6.0.2 to 6.0.3

Release notes

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

6.0.3

⭐ New Features

  • Add new DaoAuthenticationProvider constructor #12874
  • Clarify documentation code snippet(s) (unclear where static imported methods come from) #12992
  • Documentation should mention that an empty SecurityContext should also be saved #12941
  • Expression-Based Access Control do not working as explain in spring security document for 6.0.2 also tried 6.0.5 the issue persist #12932
  • Incomplete documentation regarding Hierarchical roles. #12766
  • Remove deprecated SecurityContextPersistenceFilter from docs #12690

🪲 Bug Fixes

  • @EnableReactiveMethodSecurity causes premature initialization of the ObservationRegistry and prevents it from being post-processed #12780
  • Broken links in form login section of docs #12822
  • chore: typo, removed extra "s" in word implementationss #12882
  • EntityId ignored in xml relying-party-registration #12777
  • Fix a javadoc typo in ReactiveAuthorizationManager #13000
  • Fix a javadoc typo in ReactiveAuthorizationManager #12983
  • Fix broken links in form login section #12823
  • Fix docs typo #12745
  • Fix documentation code block bug. #12980
  • Fix typo architecture.adoc #12851
  • fix typo in RequestCacheResultMatcher #12814
  • HttpSessionSecurityContextRepository fails to create a session because of the deferred security context support #12919
  • JdkSerializationRedisSerializer is not able to serialize Saml2LogoutRequest because of a lambda encoder #12767
  • MessageMatcherDelegatingAuthorizationManager not extracting path variables for authorization context #12540
  • Missing spring-security-oauth2 xsds after release #12806
  • NimbusReactiveJwtDecoder.JwkSetUriReactiveJwtDecoderBuilder holds a reference to JWSVerificationKeySelector before ConfigurableJWTProcessor.setJWSKeySelector is executed #13005
  • NoSuchElementException in org.springframework.security.web.server.ObservationWebFilterChainDecorator$AroundWebFilterObservation$SimpleAroundWebFilterObservation.start(ObservationWebFilterChainDecorator.java:274 #12829
  • Observation Spans are not nested correctly in Webflux #12849
  • RelyingPartyRegistrations should not fail when SPSSODescriptor elements are present #13055
  • Saml2 RelyingPartyRegistration.nameIdFormat is ignored and not set in AuthnRequest from OpenSamlAuthenticationRequestResolver #12936
  • Spring Security 6.0.2 ObservationFilterChainDecorator produce wrong instrument names #12811
  • SwitchUserFilter should use HttpSessionSecurityContextRepository by default #12836

🔨 Dependency Upgrades

  • Update assertj-core to 3.24.2 #13038
  • Update io.projectreactor to 2022.0.6 #13034
  • Update io.spring.javaformat to 0.0.38 #13036
  • Update logback-classic to 1.4.6 #13030
  • Update maven-resolver-provider to 3.8.8 #13037
  • Update micrometer-observation to 1.10.6 #13032
  • Update mockk to 1.13.5 #13033
  • Update org.eclipse.jetty to 11.0.15 #13039
  • Update org.springframework to 6.0.8 #13041
  • Update org.springframework.data to 2022.0.5 #13042
  • Update reactor-netty to 1.1.6 #13035
  • Update slf4j-api to 2.0.7 #13040
  • Update spring-ldap-core to 3.0.2 #13043

... (truncated)

Commits
  • ff3c560 Release 6.0.3
  • a484044 Merge branch '5.8.x' into 6.0.x
  • 6cf8c53 Merge branch '5.7.x' into 5.8.x
  • 2d52fb8 Clear Repository on Logout
  • cc56fc6 Update spring-ldap-core to 3.0.2
  • 67d8df7 Update org.springframework.data to 2022.0.5
  • fe6cfe8 Update org.springframework to 6.0.8
  • 4162bda Update slf4j-api to 2.0.7
  • 9c18189 Update org.eclipse.jetty to 11.0.15
  • af41a40 Update assertj-core to 3.24.2
  • 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `springsecurityVersion` from 6.0.2 to 6.0.3.

Updates `org.springframework.security:spring-security-config` from 6.0.2 to 6.0.3
- [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.0.2...6.0.3)

Updates `org.springframework.security:spring-security-core` from 6.0.2 to 6.0.3
- [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.0.2...6.0.3)

Updates `org.springframework.security:spring-security-ldap` from 6.0.2 to 6.0.3
- [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.0.2...6.0.3)

Updates `org.springframework.security:spring-security-web` from 6.0.2 to 6.0.3
- [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.0.2...6.0.3)

Updates `org.springframework.security:spring-security-oauth2-jose` from 6.0.2 to 6.0.3
- [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.0.2...6.0.3)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-ldap
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-oauth2-jose
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 1, 2023

Dependabot tried to add @planetf1 as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/lcpopa/egeria/pulls/1633/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the lcpopa/egeria repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 1, 2023
Copy link
Author

dependabot bot commented on behalf of github Apr 1, 2024

Superseded by #1748.

@dependabot dependabot bot closed this Apr 1, 2024
@dependabot dependabot bot deleted the dependabot/gradle/springsecurityVersion-6.0.3 branch April 1, 2024 03:51
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