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

Chore(deps): Bump spring.framework.version from 4.3.28.RELEASE to 5.3.15 #25

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 23, 2022

Bumps spring.framework.version from 4.3.28.RELEASE to 5.3.15.
Updates spring-orm from 4.3.28.RELEASE to 5.3.15

Release notes

Sourced from spring-orm's releases.

v5.3.15

⭐ New Features

  • PrintingResultHandler in MockMvc should infer UTF-8 encoding for JSON response #27926
  • WebFlux request id should not contain internal IPs #27885
  • Deprecate inappropriate getBeanFactory() method in AbstractBeanDefinitionReader #27875
  • Make H2SequenceMaxValueIncrementer compatible with H2 database 2.0.x #27870
  • Improve error message in ResolvableType.forClassWithGenerics() #27847
  • Use of RequestPart with String leads to a file descriptor leak #27773
  • Expose headers from native client request after request is committed #27768

🐞 Bug Fixes

  • Cannot read server-sent events without data (a.k.a. heartbeats) #27923
  • ArrayIndexOutOfBoundsException with STOMP and Jetty 10 #27899
  • ServerHttpResponseDecorator does not delegate methods for raw status code #27889
  • Clear cache when clearing argument resolvers #27888
  • Duplicated content-type response header on error response #27887

📔 Documentation

  • Fix syntax in WebFlux Validation example #27907
  • Add Section on Authorization to STOMP WebSocket documentation #27906
  • Correct not compiling example code in Data Access docs #27886

🔨 Dependency Upgrades

  • Upgrade to Reactor 2020.0.15 #27897

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v5.3.14

⭐ New Features

  • Add default methods to CachingConfigurer #27811
  • Provide a variant of ListableBeanFactory.findAnnotationOnBean(String, Class) that does not initialize factory beans #27796
  • Convert single null argument to Optional.empty() in SpEL varargs expression #27795

... (truncated)

Commits
  • 4343423 Release v5.3.15
  • cfefcee Polishing
  • 5fb58e5 Infer UTF-8 encoding for JSON response with MockMvc's andDo(print(...))
  • 67c4b41 Upgrade to Hibernate ORM 5.4.33, Hibernate Validator 6.2.1, Mockito 4.2, Asse...
  • 6b30522 Skip "data:" lines without content
  • cf5b863 Explicitly close InputStream after resolution in RequestPartMethodArgumentRes...
  • 7067461 Fix exception in Jetty10RequestUpgradeStrategy
  • 34cb5df Consistent id for ReactorServerHttpRequest
  • 01231fe Minor refactoring in STOMP documentation
  • 7665424 Polishing contribution
  • Additional commits viewable in compare view

Updates spring-beans from 4.3.28.RELEASE to 5.3.15

Release notes

Sourced from spring-beans's releases.

v5.3.15

⭐ New Features

  • PrintingResultHandler in MockMvc should infer UTF-8 encoding for JSON response #27926
  • WebFlux request id should not contain internal IPs #27885
  • Deprecate inappropriate getBeanFactory() method in AbstractBeanDefinitionReader #27875
  • Make H2SequenceMaxValueIncrementer compatible with H2 database 2.0.x #27870
  • Improve error message in ResolvableType.forClassWithGenerics() #27847
  • Use of RequestPart with String leads to a file descriptor leak #27773
  • Expose headers from native client request after request is committed #27768

🐞 Bug Fixes

  • Cannot read server-sent events without data (a.k.a. heartbeats) #27923
  • ArrayIndexOutOfBoundsException with STOMP and Jetty 10 #27899
  • ServerHttpResponseDecorator does not delegate methods for raw status code #27889
  • Clear cache when clearing argument resolvers #27888
  • Duplicated content-type response header on error response #27887

📔 Documentation

  • Fix syntax in WebFlux Validation example #27907
  • Add Section on Authorization to STOMP WebSocket documentation #27906
  • Correct not compiling example code in Data Access docs #27886

🔨 Dependency Upgrades

  • Upgrade to Reactor 2020.0.15 #27897

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v5.3.14

⭐ New Features

  • Add default methods to CachingConfigurer #27811
  • Provide a variant of ListableBeanFactory.findAnnotationOnBean(String, Class) that does not initialize factory beans #27796
  • Convert single null argument to Optional.empty() in SpEL varargs expression #27795

... (truncated)

Commits
  • 4343423 Release v5.3.15
  • cfefcee Polishing
  • 5fb58e5 Infer UTF-8 encoding for JSON response with MockMvc's andDo(print(...))
  • 67c4b41 Upgrade to Hibernate ORM 5.4.33, Hibernate Validator 6.2.1, Mockito 4.2, Asse...
  • 6b30522 Skip "data:" lines without content
  • cf5b863 Explicitly close InputStream after resolution in RequestPartMethodArgumentRes...
  • 7067461 Fix exception in Jetty10RequestUpgradeStrategy
  • 34cb5df Consistent id for ReactorServerHttpRequest
  • 01231fe Minor refactoring in STOMP documentation
  • 7665424 Polishing contribution
  • Additional commits viewable in compare view

Updates spring-context from 4.3.28.RELEASE to 5.3.15

Release notes

Sourced from spring-context's releases.

v5.3.15

⭐ New Features

  • PrintingResultHandler in MockMvc should infer UTF-8 encoding for JSON response #27926
  • WebFlux request id should not contain internal IPs #27885
  • Deprecate inappropriate getBeanFactory() method in AbstractBeanDefinitionReader #27875
  • Make H2SequenceMaxValueIncrementer compatible with H2 database 2.0.x #27870
  • Improve error message in ResolvableType.forClassWithGenerics() #27847
  • Use of RequestPart with String leads to a file descriptor leak #27773
  • Expose headers from native client request after request is committed #27768

🐞 Bug Fixes

  • Cannot read server-sent events without data (a.k.a. heartbeats) #27923
  • ArrayIndexOutOfBoundsException with STOMP and Jetty 10 #27899
  • ServerHttpResponseDecorator does not delegate methods for raw status code #27889
  • Clear cache when clearing argument resolvers #27888
  • Duplicated content-type response header on error response #27887

📔 Documentation

  • Fix syntax in WebFlux Validation example #27907
  • Add Section on Authorization to STOMP WebSocket documentation #27906
  • Correct not compiling example code in Data Access docs #27886

🔨 Dependency Upgrades

  • Upgrade to Reactor 2020.0.15 #27897

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v5.3.14

⭐ New Features

  • Add default methods to CachingConfigurer #27811
  • Provide a variant of ListableBeanFactory.findAnnotationOnBean(String, Class) that does not initialize factory beans #27796
  • Convert single null argument to Optional.empty() in SpEL varargs expression #27795

... (truncated)

Commits
  • 4343423 Release v5.3.15
  • cfefcee Polishing
  • 5fb58e5 Infer UTF-8 encoding for JSON response with MockMvc's andDo(print(...))
  • 67c4b41 Upgrade to Hibernate ORM 5.4.33, Hibernate Validator 6.2.1, Mockito 4.2, Asse...
  • 6b30522 Skip "data:" lines without content
  • cf5b863 Explicitly close InputStream after resolution in RequestPartMethodArgumentRes...
  • 7067461 Fix exception in Jetty10RequestUpgradeStrategy
  • 34cb5df Consistent id for ReactorServerHttpRequest
  • 01231fe Minor refactoring in STOMP documentation
  • 7665424 Polishing contribution
  • Additional commits viewable in compare view

Updates spring-core from 4.3.28.RELEASE to 5.3.15

Release notes

Sourced from spring-core's releases.

v5.3.15

⭐ New Features

  • PrintingResultHandler in MockMvc should infer UTF-8 encoding for JSON response #27926
  • WebFlux request id should not contain internal IPs #27885
  • Deprecate inappropriate getBeanFactory() method in AbstractBeanDefinitionReader #27875
  • Make H2SequenceMaxValueIncrementer compatible with H2 database 2.0.x #27870
  • Improve error message in ResolvableType.forClassWithGenerics() #27847
  • Use of RequestPart with String leads to a file descriptor leak #27773
  • Expose headers from native client request after request is committed #27768

🐞 Bug Fixes

  • Cannot read server-sent events without data (a.k.a. heartbeats) #27923
  • ArrayIndexOutOfBoundsException with STOMP and Jetty 10 #27899
  • ServerHttpResponseDecorator does not delegate methods for raw status code #27889
  • Clear cache when clearing argument resolvers #27888
  • Duplicated content-type response header on error response #27887

📔 Documentation

  • Fix syntax in WebFlux Validation example #27907
  • Add Section on Authorization to STOMP WebSocket documentation #27906
  • Correct not compiling example code in Data Access docs #27886

🔨 Dependency Upgrades

  • Upgrade to Reactor 2020.0.15 #27897

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v5.3.14

⭐ New Features

  • Add default methods to CachingConfigurer #27811
  • Provide a variant of ListableBeanFactory.findAnnotationOnBean(String, Class) that does not initialize factory beans #27796
  • Convert single null argument to Optional.empty() in SpEL varargs expression #27795

... (truncated)

Commits
  • 4343423 Release v5.3.15
  • cfefcee Polishing
  • 5fb58e5 Infer UTF-8 encoding for JSON response with MockMvc's andDo(print(...))
  • 67c4b41 Upgrade to Hibernate ORM 5.4.33, Hibernate Validator 6.2.1, Mockito 4.2, Asse...
  • 6b30522 Skip "data:" lines without content
  • cf5b863 Explicitly close InputStream after resolution in RequestPartMethodArgumentRes...
  • 7067461 Fix exception in Jetty10RequestUpgradeStrategy
  • 34cb5df Consistent id for ReactorServerHttpRequest
  • 01231fe Minor refactoring in STOMP documentation
  • 7665424 Polishing contribution
  • Additional commits viewable in compare view

Updates spring-test from 4.3.28.RELEASE to 5.3.15

Release notes

Sourced from spring-test's releases.

v5.3.15

⭐ New Features

  • PrintingResultHandler in MockMvc should infer UTF-8 encoding for JSON response #27926
  • WebFlux request id should not contain internal IPs #27885
  • Deprecate inappropriate getBeanFactory() method in AbstractBeanDefinitionReader #27875
  • Make H2SequenceMaxValueIncrementer compatible with H2 database 2.0.x #27870
  • Improve error message in ResolvableType.forClassWithGenerics() #27847
  • Use of RequestPart with String leads to a file descriptor leak #27773
  • Expose headers from native client request after request is committed #27768

🐞 Bug Fixes

  • Cannot read server-sent events without data (a.k.a. heartbeats) #27923
  • ArrayIndexOutOfBoundsException with STOMP and Jetty 10 #27899
  • ServerHttpResponseDecorator does not delegate methods for raw status code #27889
  • Clear cache when clearing argument resolvers #27888
  • Duplicated content-type response header on error response #27887

📔 Documentation

  • Fix syntax in WebFlux Validation example #27907
  • Add Section on Authorization to STOMP WebSocket documentation #27906
  • Correct not compiling example code in Data Access docs #27886

🔨 Dependency Upgrades

  • Upgrade to Reactor 2020.0.15 #27897

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v5.3.14

⭐ New Features

  • Add default methods to CachingConfigurer #27811
  • Provide a variant of ListableBeanFactory.findAnnotationOnBean(String, Class) that does not initialize factory beans #27796
  • Convert single null argument to Optional.empty() in SpEL varargs expression #27795

... (truncated)

Commits
  • 4343423 Release v5.3.15
  • cfefcee Polishing
  • 5fb58e5 Infer UTF-8 encoding for JSON response with MockMvc's andDo(print(...))
  • 67c4b41 Upgrade to Hibernate ORM 5.4.33, Hibernate Validator 6.2.1, Mockito 4.2, Asse...
  • 6b30522 Skip "data:" lines without content
  • cf5b863 Explicitly close InputStream after resolution in RequestPartMethodArgumentRes...
  • 7067461 Fix exception in Jetty10RequestUpgradeStrategy
  • 34cb5df Consistent id for ReactorServerHttpRequest
  • 01231fe Minor refactoring in STOMP documentation
  • 7665424 Polishing contribution
  • Additional commits viewable in compare view

Updates spring-tx from 4.3.28.RELEASE to 5.3.15

Release notes

Sourced from spring-tx's releases.

v5.3.15

⭐ New Features

  • PrintingResultHandler in MockMvc should infer UTF-8 encoding for JSON response #27926
  • WebFlux request id should not contain internal IPs #27885
  • Deprecate inappropriate getBeanFactory() method in AbstractBeanDefinitionReader #27875
  • Make H2SequenceMaxValueIncrementer compatible with H2 database 2.0.x #27870
  • Improve error message in ResolvableType.forClassWithGenerics() #27847
  • Use of RequestPart with String leads to a file descriptor leak #27773
  • Expose headers from native client request after request is committed #27768

🐞 Bug Fixes

  • Cannot read server-sent events without data (a.k.a. heartbeats) #27923
  • ArrayIndexOutOfBoundsException with STOMP and Jetty 10 #27899
  • ServerHttpResponseDecorator does not delegate methods for raw status code #27889
  • Clear cache when clearing argument resolvers #27888
  • Duplicated content-type response header on error response #27887

📔 Documentation

  • Fix syntax in WebFlux Validation example #27907
  • Add Section on Authorization to STOMP WebSocket documentation #27906
  • Correct not compiling example code in Data Access docs #27886

🔨 Dependency Upgrades

  • Upgrade to Reactor 2020.0.15 #27897

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v5.3.14

⭐ New Features

  • Add default methods to CachingConfigurer #27811
  • Provide a variant of ListableBeanFactory.findAnnotationOnBean(String, Class) that does not initialize factory beans #27796
  • Convert single null argument to Optional.empty() in SpEL varargs expression #27795

... (truncated)

Commits
  • 4343423 Release v5.3.15
  • cfefcee Polishing
  • 5fb58e5 Infer UTF-8 encoding for JSON response with MockMvc's andDo(print(...))
  • 67c4b41 Upgrade to Hibernate ORM 5.4.33, Hibernate Validator 6.2.1, Mockito 4.2, Asse...
  • 6b30522 Skip "data:" lines without content
  • cf5b863 Explicitly close InputStream after resolution in RequestPartMethodArgumentRes...
  • 7067461 Fix exception in Jetty10RequestUpgradeStrategy
  • 34cb5df Consistent id for ReactorServerHttpRequest
  • 01231fe Minor refactoring in STOMP documentation
  • 7665424 Polishing contribution
  • Additional commits viewable in compare view

Updates spring-aspects from 4.3.28.RELEASE to 5.3.15

Release notes

Sourced from spring-aspects's releases.

v5.3.15

⭐ New Features

  • PrintingResultHandler in MockMvc should infer UTF-8 encoding for JSON response #27926
  • WebFlux request id should not contain internal IPs #27885
  • Deprecate inappropriate getBeanFactory() method in AbstractBeanDefinitionReader #27875
  • Make H2SequenceMaxValueIncrementer compatible with H2 database 2.0.x #27870
  • Improve error message in ResolvableType.forClassWithGenerics() #27847
  • Use of RequestPart with String leads to a file descriptor leak #27773
  • Expose headers from native client request after request is committed #27768

🐞 Bug Fixes

  • Cannot read server-sent events without data (a.k.a. heartbeats) #27923
  • ArrayIndexOutOfBoundsException with STOMP and Jetty 10 #27899
  • ServerHttpResponseDecorator does not delegate methods for raw status code #27889
  • Clear cache when clearing argument resolvers #27888
  • Duplicated content-type response header on error response #27887

📔 Documentation

  • Fix syntax in WebFlux Validation example #27907
  • Add Section on Authorization to STOMP WebSocket documentation #27906
  • Correct not compiling example code in Data Access docs #27886

🔨 Dependency Upgrades

  • Upgrade to Reactor 2020.0.15 #27897

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v5.3.14

⭐ New Features

  • Add default methods to CachingConfigurer #27811
  • Provide a variant of ListableBeanFactory.findAnnotationOnBean(String, Class) that does not initialize factory beans #27796
  • Convert single null argument to Optional.empty() in SpEL varargs expression #27795

... (truncated)

Commits
  • 4343423 Release v5.3.15
  • cfefcee Polishing
  • 5fb58e5 Infer UTF-8 encoding for JSON response with MockMvc's andDo(print(...))
  • 67c4b41 Upgrade to Hibernate ORM 5.4.33, Hibernate Validator 6.2.1, Mockito 4.2, Asse...
  • 6b30522 Skip "data:" lines without content
  • cf5b863 Explicitly close InputStream after resolution in RequestPartMethodArgumentRes...
  • 7067461 Fix exception in Jetty10RequestUpgradeStrategy
  • 34cb5df Consistent id for ReactorServerHttpRequest
  • 01231fe Minor refactoring in STOMP documentation
  • 7665424 Polishing contribution
  • Additional commits viewable in compare view

Updates spring-webmvc from 4.3.28.RELEASE to 5.3.15

Release notes

Sourced from spring-webmvc's releases.

v5.3.15

⭐ New Features

  • PrintingResultHandler in MockMvc should infer UTF-8 encoding for JSON response #27926
  • WebFlux request id should not contain internal IPs #27885
  • Deprecate inappropriate getBeanFactory() method in AbstractBeanDefinitionReader #27875
  • Make H2SequenceMaxValueIncrementer compatible with H2 database 2.0.x #27870
  • Improve error message in ResolvableType.forClassWithGenerics() #27847
  • Use of RequestPart with String leads to a file descriptor leak #27773
  • Expose headers from native client request after request is committed #27768

🐞 Bug Fixes

  • Cannot read server-sent events without data (a.k.a. heartbeats) #27923
  • ArrayIndexOutOfBoundsException with STOMP and Jetty 10 #27899
  • ServerHttpResponseDecorator does not delegate methods for raw status code #27889
  • Clear cache when clearing argument resolvers #27888
  • Duplicated content-type response header on error response #27887

📔 Documentation

  • Fix syntax in WebFlux Validation example #27907
  • Add Section on Authorization to STOMP WebSocket documentation #27906
  • Correct not compiling example code in Data Access docs #27886

🔨 Dependency Upgrades

  • Upgrade to Reactor 2020.0.15 #27897

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v5.3.14

⭐ New Features

  • Add default methods to CachingConfigurer #27811
  • Provide a variant of ListableBeanFactory.findAnnotationOnBean(String, Class) that does not initialize factory beans #27796
  • Convert single null argument to Optional.empty() in SpEL varargs expression #27795

... (truncated)

Commits
  • 4343423 Release v5.3.15
  • cfefcee Polishing
  • 5fb58e5 Infer UTF-8 encoding for JSON response with MockMvc's andDo(print(...))
  • 67c4b41 Upgrade to Hibernate ORM 5.4.33, Hibernate Validator 6.2.1, Mockito 4.2, Asse...
  • 6b30522 Skip "data:" lines without content
  • cf5b863 Explicitly close InputStream after resolution in RequestPartMethodArgumentRes...
  • 7067461 Fix exception in Jetty10RequestUpgradeStrategy
  • 34cb5df Consistent id for ReactorServerHttpRequest
  • 01231fe Minor refactoring in STOMP documentation
  • 7665424 Polishing contribution
  • 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)

npasquetto and others added 13 commits September 25, 2020 17:47
…mapping with table GROUPS): add script to create and popolate tables
# Conflicts:
#	rsc/database.properties
#	sql/step_04_all_following_steps.sql
#	sql/step_61_permissions_and_grouppermission.sql
#	src/org/isf/menu/service/UserGroupIoOperationRepository.java
#	src/org/isf/patient/manager/PatientBrowserManager.java
#	src/org/isf/patient/service/PatientIoOperationRepository.java
#	src/org/isf/patient/service/PatientIoOperationRepositoryImpl.java
#	src/org/isf/patient/service/PatientIoOperations.java
#	src/org/isf/patient/test/Tests.java
Bumps `spring.framework.version` from 4.3.28.RELEASE to 5.3.15.

Updates `spring-orm` from 4.3.28.RELEASE to 5.3.15
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.28.RELEASE...v5.3.15)

Updates `spring-beans` from 4.3.28.RELEASE to 5.3.15
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.28.RELEASE...v5.3.15)

Updates `spring-context` from 4.3.28.RELEASE to 5.3.15
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.28.RELEASE...v5.3.15)

Updates `spring-core` from 4.3.28.RELEASE to 5.3.15
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.28.RELEASE...v5.3.15)

Updates `spring-test` from 4.3.28.RELEASE to 5.3.15
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.28.RELEASE...v5.3.15)

Updates `spring-tx` from 4.3.28.RELEASE to 5.3.15
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.28.RELEASE...v5.3.15)

Updates `spring-aspects` from 4.3.28.RELEASE to 5.3.15
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.28.RELEASE...v5.3.15)

Updates `spring-webmvc` from 4.3.28.RELEASE to 5.3.15
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.28.RELEASE...v5.3.15)

---
updated-dependencies:
- dependency-name: org.springframework:spring-orm
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-beans
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-test
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-tx
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-aspects
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-webmvc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 23, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 1, 2023

Superseded by #71.

@dependabot dependabot bot closed this Feb 1, 2023
@dependabot dependabot bot deleted the dependabot/maven/spring.framework.version-5.3.15 branch February 1, 2023 17:03
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant