Skip to content

[dependency]: bump spring.version from 5.3.23 to 6.0.10 in /deploy#302

Closed
dependabot[bot] wants to merge 2 commits intodevfrom
dependabot/maven/deploy/dev/spring.version-6.0.10
Closed

[dependency]: bump spring.version from 5.3.23 to 6.0.10 in /deploy#302
dependabot[bot] wants to merge 2 commits intodevfrom
dependabot/maven/deploy/dev/spring.version-6.0.10

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2023

Bumps spring.version from 5.3.23 to 6.0.10.
Updates spring-context from 5.3.23 to 6.0.10

Release notes

Sourced from spring-context's releases.

v6.0.10

⭐ New Features

  • ClassLoader can be null in DeserializingConverter and should be annotated with @Nullable #30670
  • Introduce TestExecutionListener for Micrometer's ObservationRegistry in the TestContext framework #30658
  • Add missing hint for ResourceEditor #30628
  • Add missing hint for converting String to URI #30627
  • Redesign inner Pointcut implementations as standalone classes #30621
  • Add missing @Nullable in DefaultJmsListenerContainerFactory #30620
  • Handle custom JMS acknowledgment modes as client acknowledge #30619
  • Declare Advisor#isPerInstance() as default method #30614
  • Improve error message for unsupported character in SpEL expression #30602
  • Multipart data is always read irrelevant of handler response #30590
  • Performance optimization in AbstractBeanFactoryBasedTargetSource.hashCode() #30576
  • Log a warning when commons-logging is in the classpath #30575
  • Always use MethodArgumentNotValidException(MethodParameter, BindingResult) constructor #30558
  • Remove non-empty filename check in ContentDisposition builder #30537
  • Add missing EntityManagerFactory hints for SharedEntityManagerCreator #30523
  • Disable Hibernate reflection optimizer with native #30521
  • Introduce a method in MockHttpServletRequestBuilder to set remote address #30497
  • Skip class transformer in PersistenceUnitInfoDescriptor for native images #30492
  • @Bean 'lite' mode not supported if @Bean methods are not declared locally #30449
  • Align HibernateJpaVendorAdapter with Hibernate ORM 6.2 #30288
  • Add nested propagation support to R2dbcTransactionManager #30134

🐞 Bug Fixes

  • Cron expression scheduling might be triggered 1 millisecond earlier #30666
  • Change of behaviour for UUID in bean validation output in v5.3.27 #30661
  • Test context cache stats are not logged when ApplicationContext fails to load #30635
  • Inconsistent ProxyCallbackFilter#equals/hashCode methods in CglibAopProxy #30615
  • SpEL's CompoundExpression.toStringAST() incorrectly includes . for indexed properties #30610
  • NPE in ReactiveTransactionSupport.unwrapIfResourceCleanupFailure #30597
  • CollectionFactory.createMap(HashMap.class, 0) now returns a LinkedHashMap rather than a HashMap #30596
  • ThreadLocalTargetSource does not include actual target bean name in NamedThreadLocal #30581
  • ApplicationListenerMethodAdapter inconsistently publishes events from CompletableFuture #30578
  • Unsupported SQL type: TIMESTAMP_WITH_TIMEZONE when using OffsetDateTime with MySQL #30556
  • SpringBeanContainer not called with Hibernate ORM 6.2 #30545
  • WebFlux returns 406 instead of RFC 7807 response for subtype of ProblemDetail #30533
  • HTTP Interface client cannot send URI query parameter with multipart request #30520
  • Transaction isolation level not working with R2dbcTransactionManager #30508
  • Support for AOT processing with GraalVM tracing agent is not consistent #30511
  • For @Bean method that returns null, @Autowired injects NullBean instead of null for cached arguments #30485
  • MediaType property binding issue in native builds #30491
  • InjectionMetadata AOT contributions do not check for existing property value #30476
  • Spring Framework 6.0.8 appears to cause issues in OSGi environment #30389
  • Empty @RequestMapping method should match both "" and "/" consistently #30293
  • EclipseLinkJpaDialect: Unexpected default isolation levels #29997
  • Memory leak with CglibAopProxy$ProxyCallbackFilter #26266

... (truncated)

Commits
  • 0abadaa Release v6.0.10
  • b922165 Declare ClassLoader for DeserializingConverter constructor as nullable
  • c30f6aa Polishing
  • aa20281 Overhaul TestExecutionListener for Micrometer ObservationRegistry
  • a82659c Introduce TestExecutionListener for Micrometer ObservationRegistry
  • 3415b04 Use nanosecond precision for scheduling (aligned with calculations)
  • a73ad52 Clarify removal of ResponseEntity::getStatusCodeValue
  • 13c32d8 Upgrade to Undertow 2.3.7 and JRuby 9.4.3
  • 3171a8b Align with 5.3.28 javadoc for isSimpleValueType
  • 927d27b Consider UUID as simple value type with concise toString output
  • Additional commits viewable in compare view

Updates spring-jdbc from 5.3.23 to 6.0.10

Release notes

Sourced from spring-jdbc's releases.

v6.0.10

⭐ New Features

  • ClassLoader can be null in DeserializingConverter and should be annotated with @Nullable #30670
  • Introduce TestExecutionListener for Micrometer's ObservationRegistry in the TestContext framework #30658
  • Add missing hint for ResourceEditor #30628
  • Add missing hint for converting String to URI #30627
  • Redesign inner Pointcut implementations as standalone classes #30621
  • Add missing @Nullable in DefaultJmsListenerContainerFactory #30620
  • Handle custom JMS acknowledgment modes as client acknowledge #30619
  • Declare Advisor#isPerInstance() as default method #30614
  • Improve error message for unsupported character in SpEL expression #30602
  • Multipart data is always read irrelevant of handler response #30590
  • Performance optimization in AbstractBeanFactoryBasedTargetSource.hashCode() #30576
  • Log a warning when commons-logging is in the classpath #30575
  • Always use MethodArgumentNotValidException(MethodParameter, BindingResult) constructor #30558
  • Remove non-empty filename check in ContentDisposition builder #30537
  • Add missing EntityManagerFactory hints for SharedEntityManagerCreator #30523
  • Disable Hibernate reflection optimizer with native #30521
  • Introduce a method in MockHttpServletRequestBuilder to set remote address #30497
  • Skip class transformer in PersistenceUnitInfoDescriptor for native images #30492
  • @Bean 'lite' mode not supported if @Bean methods are not declared locally #30449
  • Align HibernateJpaVendorAdapter with Hibernate ORM 6.2 #30288
  • Add nested propagation support to R2dbcTransactionManager #30134

🐞 Bug Fixes

  • Cron expression scheduling might be triggered 1 millisecond earlier #30666
  • Change of behaviour for UUID in bean validation output in v5.3.27 #30661
  • Test context cache stats are not logged when ApplicationContext fails to load #30635
  • Inconsistent ProxyCallbackFilter#equals/hashCode methods in CglibAopProxy #30615
  • SpEL's CompoundExpression.toStringAST() incorrectly includes . for indexed properties #30610
  • NPE in ReactiveTransactionSupport.unwrapIfResourceCleanupFailure #30597
  • CollectionFactory.createMap(HashMap.class, 0) now returns a LinkedHashMap rather than a HashMap #30596
  • ThreadLocalTargetSource does not include actual target bean name in NamedThreadLocal #30581
  • ApplicationListenerMethodAdapter inconsistently publishes events from CompletableFuture #30578
  • Unsupported SQL type: TIMESTAMP_WITH_TIMEZONE when using OffsetDateTime with MySQL #30556
  • SpringBeanContainer not called with Hibernate ORM 6.2 #30545
  • WebFlux returns 406 instead of RFC 7807 response for subtype of ProblemDetail #30533
  • HTTP Interface client cannot send URI query parameter with multipart request #30520
  • Transaction isolation level not working with R2dbcTransactionManager #30508
  • Support for AOT processing with GraalVM tracing agent is not consistent #30511
  • For @Bean method that returns null, @Autowired injects NullBean instead of null for cached arguments #30485
  • MediaType property binding issue in native builds #30491
  • InjectionMetadata AOT contributions do not check for existing property value #30476
  • Spring Framework 6.0.8 appears to cause issues in OSGi environment #30389
  • Empty @RequestMapping method should match both "" and "/" consistently #30293
  • EclipseLinkJpaDialect: Unexpected default isolation levels #29997
  • Memory leak with CglibAopProxy$ProxyCallbackFilter #26266

... (truncated)

Commits
  • 0abadaa Release v6.0.10
  • b922165 Declare ClassLoader for DeserializingConverter constructor as nullable
  • c30f6aa Polishing
  • aa20281 Overhaul TestExecutionListener for Micrometer ObservationRegistry
  • a82659c Introduce TestExecutionListener for Micrometer ObservationRegistry
  • 3415b04 Use nanosecond precision for scheduling (aligned with calculations)
  • a73ad52 Clarify removal of ResponseEntity::getStatusCodeValue
  • 13c32d8 Upgrade to Undertow 2.3.7 and JRuby 9.4.3
  • 3171a8b Align with 5.3.28 javadoc for isSimpleValueType
  • 927d27b Consider UUID as simple value type with concise toString output
  • Additional commits viewable in compare view

Updates spring-orm from 5.3.23 to 6.0.10

Release notes

Sourced from spring-orm's releases.

v6.0.10

⭐ New Features

  • ClassLoader can be null in DeserializingConverter and should be annotated with @Nullable #30670
  • Introduce TestExecutionListener for Micrometer's ObservationRegistry in the TestContext framework #30658
  • Add missing hint for ResourceEditor #30628
  • Add missing hint for converting String to URI #30627
  • Redesign inner Pointcut implementations as standalone classes #30621
  • Add missing @Nullable in DefaultJmsListenerContainerFactory #30620
  • Handle custom JMS acknowledgment modes as client acknowledge #30619
  • Declare Advisor#isPerInstance() as default method #30614
  • Improve error message for unsupported character in SpEL expression #30602
  • Multipart data is always read irrelevant of handler response #30590
  • Performance optimization in AbstractBeanFactoryBasedTargetSource.hashCode() #30576
  • Log a warning when commons-logging is in the classpath #30575
  • Always use MethodArgumentNotValidException(MethodParameter, BindingResult) constructor #30558
  • Remove non-empty filename check in ContentDisposition builder #30537
  • Add missing EntityManagerFactory hints for SharedEntityManagerCreator #30523
  • Disable Hibernate reflection optimizer with native #30521
  • Introduce a method in MockHttpServletRequestBuilder to set remote address #30497
  • Skip class transformer in PersistenceUnitInfoDescriptor for native images #30492
  • @Bean 'lite' mode not supported if @Bean methods are not declared locally #30449
  • Align HibernateJpaVendorAdapter with Hibernate ORM 6.2 #30288
  • Add nested propagation support to R2dbcTransactionManager #30134

🐞 Bug Fixes

  • Cron expression scheduling might be triggered 1 millisecond earlier #30666
  • Change of behaviour for UUID in bean validation output in v5.3.27 #30661
  • Test context cache stats are not logged when ApplicationContext fails to load #30635
  • Inconsistent ProxyCallbackFilter#equals/hashCode methods in CglibAopProxy #30615
  • SpEL's CompoundExpression.toStringAST() incorrectly includes . for indexed properties #30610
  • NPE in ReactiveTransactionSupport.unwrapIfResourceCleanupFailure #30597
  • CollectionFactory.createMap(HashMap.class, 0) now returns a LinkedHashMap rather than a HashMap #30596
  • ThreadLocalTargetSource does not include actual target bean name in NamedThreadLocal #30581
  • ApplicationListenerMethodAdapter inconsistently publishes events from CompletableFuture #30578
  • Unsupported SQL type: TIMESTAMP_WITH_TIMEZONE when using OffsetDateTime with MySQL #30556
  • SpringBeanContainer not called with Hibernate ORM 6.2 #30545
  • WebFlux returns 406 instead of RFC 7807 response for subtype of ProblemDetail #30533
  • HTTP Interface client cannot send URI query parameter with multipart request #30520
  • Transaction isolation level not working with R2dbcTransactionManager #30508
  • Support for AOT processing with GraalVM tracing agent is not consistent #30511
  • For @Bean method that returns null, @Autowired injects NullBean instead of null for cached arguments #30485
  • MediaType property binding issue in native builds #30491
  • InjectionMetadata AOT contributions do not check for existing property value #30476
  • Spring Framework 6.0.8 appears to cause issues in OSGi environment #30389
  • Empty @RequestMapping method should match both "" and "/" consistently #30293
  • EclipseLinkJpaDialect: Unexpected default isolation levels #29997
  • Memory leak with CglibAopProxy$ProxyCallbackFilter #26266

... (truncated)

Commits
  • 0abadaa Release v6.0.10
  • b922165 Declare ClassLoader for DeserializingConverter constructor as nullable
  • c30f6aa Polishing
  • aa20281 Overhaul TestExecutionListener for Micrometer ObservationRegistry
  • a82659c Introduce TestExecutionListener for Micrometer ObservationRegistry
  • 3415b04 Use nanosecond precision for scheduling (aligned with calculations)
  • a73ad52 Clarify removal of ResponseEntity::getStatusCodeValue
  • 13c32d8 Upgrade to Undertow 2.3.7 and JRuby 9.4.3
  • 3171a8b Align with 5.3.28 javadoc for isSimpleValueType
  • 927d27b Consider UUID as simple value type with concise toString output
  • Additional commits viewable in compare view

Updates spring-tx from 5.3.23 to 6.0.10

Release notes

Sourced from spring-tx's releases.

v6.0.10

⭐ New Features

  • ClassLoader can be null in DeserializingConverter and should be annotated with @Nullable #30670
  • Introduce TestExecutionListener for Micrometer's ObservationRegistry in the TestContext framework #30658
  • Add missing hint for ResourceEditor #30628
  • Add missing hint for converting String to URI #30627
  • Redesign inner Pointcut implementations as standalone classes #30621
  • Add missing @Nullable in DefaultJmsListenerContainerFactory #30620
  • Handle custom JMS acknowledgment modes as client acknowledge #30619
  • Declare Advisor#isPerInstance() as default method #30614
  • Improve error message for unsupported character in SpEL expression #30602
  • Multipart data is always read irrelevant of handler response #30590
  • Performance optimization in AbstractBeanFactoryBasedTargetSource.hashCode() #30576
  • Log a warning when commons-logging is in the classpath #30575
  • Always use MethodArgumentNotValidException(MethodParameter, BindingResult) constructor #30558
  • Remove non-empty filename check in ContentDisposition builder #30537
  • Add missing EntityManagerFactory hints for SharedEntityManagerCreator #30523
  • Disable Hibernate reflection optimizer with native #30521
  • Introduce a method in MockHttpServletRequestBuilder to set remote address #30497
  • Skip class transformer in PersistenceUnitInfoDescriptor for native images #30492
  • @Bean 'lite' mode not supported if @Bean methods are not declared locally #30449
  • Align HibernateJpaVendorAdapter with Hibernate ORM 6.2 #30288
  • Add nested propagation support to R2dbcTransactionManager #30134

🐞 Bug Fixes

  • Cron expression scheduling might be triggered 1 millisecond earlier #30666
  • Change of behaviour for UUID in bean validation output in v5.3.27 #30661
  • Test context cache stats are not logged when ApplicationContext fails to load #30635
  • Inconsistent ProxyCallbackFilter#equals/hashCode methods in CglibAopProxy #30615
  • SpEL's CompoundExpression.toStringAST() incorrectly includes . for indexed properties #30610
  • NPE in ReactiveTransactionSupport.unwrapIfResourceCleanupFailure #30597
  • CollectionFactory.createMap(HashMap.class, 0) now returns a LinkedHashMap rather than a HashMap #30596
  • ThreadLocalTargetSource does not include actual target bean name in NamedThreadLocal #30581
  • ApplicationListenerMethodAdapter inconsistently publishes events from CompletableFuture #30578
  • Unsupported SQL type: TIMESTAMP_WITH_TIMEZONE when using OffsetDateTime with MySQL #30556
  • SpringBeanContainer not called with Hibernate ORM 6.2 #30545
  • WebFlux returns 406 instead of RFC 7807 response for subtype of ProblemDetail #30533
  • HTTP Interface client cannot send URI query parameter with multipart request #30520
  • Transaction isolation level not working with R2dbcTransactionManager #30508
  • Support for AOT processing with GraalVM tracing agent is not consistent #30511
  • For @Bean method that returns null, @Autowired injects NullBean instead of null for cached arguments #30485
  • MediaType property binding issue in native builds #30491
  • InjectionMetadata AOT contributions do not check for existing property value #30476
  • Spring Framework 6.0.8 appears to cause issues in OSGi environment #30389
  • Empty @RequestMapping method should match both "" and "/" consistently #30293
  • EclipseLinkJpaDialect: Unexpected default isolation levels #29997
  • Memory leak with CglibAopProxy$ProxyCallbackFilter #26266

... (truncated)

Commits
  • 0abadaa Release v6.0.10
  • b922165 Declare ClassLoader for DeserializingConverter constructor as nullable
  • c30f6aa Polishing
  • aa20281 Overhaul TestExecutionListener for Micrometer ObservationRegistry
  • a82659c Introduce TestExecutionListener for Micrometer ObservationRegistry
  • 3415b04 Use nanosecond precision for scheduling (aligned with calculations)
  • a73ad52 Clarify removal of ResponseEntity::getStatusCodeValue
  • 13c32d8 Upgrade to Undertow 2.3.7 and JRuby 9.4.3
  • 3171a8b Align with 5.3.28 javadoc for isSimpleValueType
  • 927d27b Consider UUID as simple value type with concise toString output
  • Additional commits viewable in compare view

Updates spring-webmvc from 5.3.23 to 6.0.10

Release notes

Sourced from spring-webmvc's releases.

v6.0.10

⭐ New Features

  • ClassLoader can be null in DeserializingConverter and should be annotated with @Nullable #30670
  • Introduce TestExecutionListener for Micrometer's ObservationRegistry in the TestContext framework #30658
  • Add missing hint for ResourceEditor #30628
  • Add missing hint for converting String to URI #30627
  • Redesign inner Pointcut implementations as standalone classes #30621
  • Add missing @Nullable in DefaultJmsListenerContainerFactory #30620
  • Handle custom JMS acknowledgment modes as client acknowledge #30619
  • Declare Advisor#isPerInstance() as default method #30614
  • Improve error message for unsupported character in SpEL expression #30602
  • Multipart data is always read irrelevant of handler response #30590
  • Performance optimization in AbstractBeanFactoryBasedTargetSource.hashCode() #30576
  • Log a warning when commons-logging is in the classpath #30575
  • Always use MethodArgumentNotValidException(MethodParameter, BindingResult) constructor #30558
  • Remove non-empty filename check in ContentDisposition builder #30537
  • Add missing EntityManagerFactory hints for SharedEntityManagerCreator #30523
  • Disable Hibernate reflection optimizer with native #30521
  • Introduce a method in MockHttpServletRequestBuilder to set remote address #30497
  • Skip class transformer in PersistenceUnitInfoDescriptor for native images #30492
  • @Bean 'lite' mode not supported if @Bean methods are not declared locally #30449
  • Align HibernateJpaVendorAdapter with Hibernate ORM 6.2 #30288
  • Add nested propagation support to R2dbcTransactionManager #30134

🐞 Bug Fixes

  • Cron expression scheduling might be triggered 1 millisecond earlier #30666
  • Change of behaviour for UUID in bean validation output in v5.3.27 #30661
  • Test context cache stats are not logged when ApplicationContext fails to load #30635
  • Inconsistent ProxyCallbackFilter#equals/hashCode methods in CglibAopProxy #30615
  • SpEL's CompoundExpression.toStringAST() incorrectly includes . for indexed properties #30610
  • NPE in ReactiveTransactionSupport.unwrapIfResourceCleanupFailure #30597
  • CollectionFactory.createMap(HashMap.class, 0) now returns a LinkedHashMap rather than a HashMap #30596
  • ThreadLocalTargetSource does not include actual target bean name in NamedThreadLocal #30581
  • ApplicationListenerMethodAdapter inconsistently publishes events from CompletableFuture #30578
  • Unsupported SQL type: TIMESTAMP_WITH_TIMEZONE when using OffsetDateTime with MySQL #30556
  • SpringBeanContainer not called with Hibernate ORM 6.2 #30545
  • WebFlux returns 406 instead of RFC 7807 response for subtype of ProblemDetail #30533
  • HTTP Interface client cannot send URI query parameter with multipart request #30520
  • Transaction isolation level not working with R2dbcTransactionManager #30508
  • Support for AOT processing with GraalVM tracing agent is not consistent #30511
  • For @Bean method that returns null, @Autowired injects NullBean instead of null for cached arguments #30485
  • MediaType property binding issue in native builds #30491
  • InjectionMetadata AOT contributions do not check for existing property value #30476
  • Spring Framework 6.0.8 appears to cause issues in OSGi environment #30389
  • Empty @RequestMapping method should match both "" and "/" consistently #30293
  • EclipseLinkJpaDialect: Unexpected default isolation levels #29997
  • Memory leak with CglibAopProxy$ProxyCallbackFilter #26266

... (truncated)

Commits
  • 0abadaa Release v6.0.10
  • b922165 Declare ClassLoader for DeserializingConverter constructor as nullable
  • c30f6aa Polishing
  • aa20281 Overhaul TestExecutionListener for Micrometer ObservationRegistry
  • a82659c Introduce TestExecutionListener for Micrometer ObservationRegistry
  • 3415b04 Use nanosecond precision for scheduling (aligned with calculations)
  • a73ad52 Clarify removal of ResponseEntity::getStatusCodeValue
  • 13c32d8 Upgrade to Undertow 2.3.7 and JRuby 9.4.3
  • 3171a8b Align with 5.3.28 javadoc for isSimpleValueType
  • 927d27b Consider UUID as simple value type with concise toString output
  • 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)

@dependabot dependabot bot added the deploy Related to the Deploy Java package label Jun 17, 2023
@github-actions github-actions bot enabled auto-merge (squash) June 17, 2023 15:57
@dependabot dependabot bot force-pushed the dependabot/maven/deploy/dev/spring.version-6.0.10 branch from 8007b2a to efad875 Compare June 24, 2023 16:13
dependabot bot added 2 commits June 24, 2023 16:49
…217 in /deploy

Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.43.v20210629 to 9.4.51.v20230217.
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-9.4.43.v20210629...jetty-9.4.51.v20230217)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `spring.version` from 5.3.23 to 6.0.10.

Updates `spring-context` from 5.3.23 to 6.0.10
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.23...v6.0.10)

Updates `spring-jdbc` from 5.3.23 to 6.0.10
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.23...v6.0.10)

Updates `spring-orm` from 5.3.23 to 6.0.10
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.23...v6.0.10)

Updates `spring-tx` from 5.3.23 to 6.0.10
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.23...v6.0.10)

Updates `spring-webmvc` from 5.3.23 to 6.0.10
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.23...v6.0.10)

---
updated-dependencies:
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-orm
  dependency-type: direct:production
  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-webmvc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/deploy/dev/spring.version-6.0.10 branch from efad875 to b3665ff Compare June 24, 2023 16:50
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jul 15, 2023

Superseded by #310.

@dependabot dependabot bot closed this Jul 15, 2023
auto-merge was automatically disabled July 15, 2023 15:01

Pull request was closed

@dependabot dependabot bot deleted the dependabot/maven/deploy/dev/spring.version-6.0.10 branch July 15, 2023 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deploy Related to the Deploy Java package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants