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 the maven-dependencies group across 1 directory with 17 updates #168

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2024

Bumps the maven-dependencies group with 17 updates in the / directory:

Package From To
org.springframework:spring-core 6.1.6 6.1.10
org.springframework:spring-core-test 6.1.6 6.1.10
org.springframework:spring-context 6.1.6 6.1.10
org.springframework:spring-test 6.1.6 6.1.10
org.springframework.boot:spring-boot-autoconfigure 3.2.5 3.3.1
org.springframework.boot:spring-boot-test 3.2.5 3.3.1
org.springframework.boot:spring-boot-starter-data-jpa 3.2.5 3.3.1
org.springframework.boot:spring-boot-starter-test 3.2.5 3.3.1
jakarta.persistence:jakarta.persistence-api 3.1.0 3.2.0
org.assertj:assertj-core 3.25.3 3.26.0
org.mockito:mockito-core 5.11.0 5.12.0
io.netty:netty-transport-classes-epoll 4.1.109.Final 4.1.111.Final
org.apache.maven.plugins:maven-clean-plugin 3.3.2 3.4.0
org.apache.maven.plugins:maven-surefire-plugin 3.2.5 3.3.0
org.apache.maven.plugins:maven-jar-plugin 3.4.1 3.4.2
org.apache.maven.plugins:maven-javadoc-plugin 3.6.3 3.7.0
org.apache.maven.plugins:maven-release-plugin 3.0.1 3.1.0

Updates org.springframework:spring-core from 6.1.6 to 6.1.10

Release notes

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

v6.1.10

⭐ New Features

  • Defensive PersistenceExceptionTranslator bean retrieval in PersistenceExceptionTranslationInterceptor on shutdown #33067
  • Support all "connection reset" exception phrases in DisconnectedClientHelper #33064

🐞 Bug Fixes

  • Duplicate observations recorded with RestClient #33068
  • WebFlux validation requires Servlet API since Spring Framework 6.1.3 #33043
  • No qualifying bean of type 'java.lang.String' in case of accidental @Autowired @Bean method with @Value parameter #33030
  • ConfigurationClassEnhancer doesn't not use correct ClassLoader when called multiple times #33024

📔 Documentation

  • Typo in Annotation-driven Listener Endpoints section of Spring Framework documentation #33050
  • Container Extension Points section of Spring Framework documentation refer to the wrong property name #33037
  • Fix typo in comment #33036
  • Incorrect constructor details in the javadoc for ApplicationContextEvent #33032

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​tafjwr

v6.1.9

⭐ New Features

  • CRaC: ignore checkpointOnRefresh afterRestore #32978
  • Add missing hints for Hibernate @TenantId #32967
  • AnnotationUtils performance degrades with deep stacks #32921
  • Missing hints for Hibernate generators #32842
  • AbstractAutoProxyCreator#determineBeanType can trigger bean initialization at build time for aspects implementing Ordered #32230

🐞 Bug Fixes

  • Behaviour change in ScheduledAnnotationBeanPostProcessor: canceling scheduled tasks on ContextClosedEvent v6.0 -> v6.1 #33009
  • ContentCachingRequestWrapper may allocate too much memory #32987
  • Support canEncode() for JAXBElement in Jaxb2XmlEncoder #32977
  • AspectJ CTW aspects executed twice #32970
  • @Valid annotations on container elements for handler argument validation not supported #32964
  • Add support for double backslashes to StringUtils#cleanPath #32962
  • @CacheEvict condition uses wrapper comparison instead of actual objects #32960
  • ConcurrentHashMap.computeIfAbsent used in AdvisedSupport can cause virtual thread pinning #32958
  • Exception mapping does not work as expected when plugging in ReactorNettyClientRequestFactory into RestTemplate and RestClient #32952
  • ReactorResourceFactory not working with CRaC onRefresh checkpoint #32945
  • SpEL compilation fails when indexing into an array or list with an Integer #32908
  • SpEL compilation fails when indexing into a Map with a primitive #32903
  • BeanUtils.copyProperties no longer copies generic type properties from a base class that has been enhanced #32888

... (truncated)

Commits
  • 5356a1b Release v6.1.10
  • f7307c9 Avoid recording RestClient observations twice
  • 098c4b1 Use Sonatype S01 token in release pipeline
  • 65dbfd0 Defensive PersistenceExceptionTranslator bean retrieval on shutdown
  • 203fa75 Support all "connection reset" phrases in DisconnectedClientHelper
  • 9a56a88 Polishing
  • e79a9a5 Correct and consistent event class names in constructor javadoc
  • 2c3c383 Consistently ignore bridge method on generated subclass for visibility purposes
  • c38e989 Remove use of ServletException in ModelFactory
  • 3e0849a Fix typo
  • Additional commits viewable in compare view

Updates org.springframework:spring-core-test from 6.1.6 to 6.1.10

Release notes

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

v6.1.10

⭐ New Features

  • Defensive PersistenceExceptionTranslator bean retrieval in PersistenceExceptionTranslationInterceptor on shutdown #33067
  • Support all "connection reset" exception phrases in DisconnectedClientHelper #33064

🐞 Bug Fixes

  • Duplicate observations recorded with RestClient #33068
  • WebFlux validation requires Servlet API since Spring Framework 6.1.3 #33043
  • No qualifying bean of type 'java.lang.String' in case of accidental @Autowired @Bean method with @Value parameter #33030
  • ConfigurationClassEnhancer doesn't not use correct ClassLoader when called multiple times #33024

📔 Documentation

  • Typo in Annotation-driven Listener Endpoints section of Spring Framework documentation #33050
  • Container Extension Points section of Spring Framework documentation refer to the wrong property name #33037
  • Fix typo in comment #33036
  • Incorrect constructor details in the javadoc for ApplicationContextEvent #33032

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​tafjwr

v6.1.9

⭐ New Features

  • CRaC: ignore checkpointOnRefresh afterRestore #32978
  • Add missing hints for Hibernate @TenantId #32967
  • AnnotationUtils performance degrades with deep stacks #32921
  • Missing hints for Hibernate generators #32842
  • AbstractAutoProxyCreator#determineBeanType can trigger bean initialization at build time for aspects implementing Ordered #32230

🐞 Bug Fixes

  • Behaviour change in ScheduledAnnotationBeanPostProcessor: canceling scheduled tasks on ContextClosedEvent v6.0 -> v6.1 #33009
  • ContentCachingRequestWrapper may allocate too much memory #32987
  • Support canEncode() for JAXBElement in Jaxb2XmlEncoder #32977
  • AspectJ CTW aspects executed twice #32970
  • @Valid annotations on container elements for handler argument validation not supported #32964
  • Add support for double backslashes to StringUtils#cleanPath #32962
  • @CacheEvict condition uses wrapper comparison instead of actual objects #32960
  • ConcurrentHashMap.computeIfAbsent used in AdvisedSupport can cause virtual thread pinning #32958
  • Exception mapping does not work as expected when plugging in ReactorNettyClientRequestFactory into RestTemplate and RestClient #32952
  • ReactorResourceFactory not working with CRaC onRefresh checkpoint #32945
  • SpEL compilation fails when indexing into an array or list with an Integer #32908
  • SpEL compilation fails when indexing into a Map with a primitive #32903
  • BeanUtils.copyProperties no longer copies generic type properties from a base class that has been enhanced #32888

... (truncated)

Commits
  • 5356a1b Release v6.1.10
  • f7307c9 Avoid recording RestClient observations twice
  • 098c4b1 Use Sonatype S01 token in release pipeline
  • 65dbfd0 Defensive PersistenceExceptionTranslator bean retrieval on shutdown
  • 203fa75 Support all "connection reset" phrases in DisconnectedClientHelper
  • 9a56a88 Polishing
  • e79a9a5 Correct and consistent event class names in constructor javadoc
  • 2c3c383 Consistently ignore bridge method on generated subclass for visibility purposes
  • c38e989 Remove use of ServletException in ModelFactory
  • 3e0849a Fix typo
  • Additional commits viewable in compare view

Updates org.springframework:spring-context from 6.1.6 to 6.1.10

Release notes

Sourced from org.springframework:spring-context's releases.

v6.1.10

⭐ New Features

  • Defensive PersistenceExceptionTranslator bean retrieval in PersistenceExceptionTranslationInterceptor on shutdown #33067
  • Support all "connection reset" exception phrases in DisconnectedClientHelper #33064

🐞 Bug Fixes

  • Duplicate observations recorded with RestClient #33068
  • WebFlux validation requires Servlet API since Spring Framework 6.1.3 #33043
  • No qualifying bean of type 'java.lang.String' in case of accidental @Autowired @Bean method with @Value parameter #33030
  • ConfigurationClassEnhancer doesn't not use correct ClassLoader when called multiple times #33024

📔 Documentation

  • Typo in Annotation-driven Listener Endpoints section of Spring Framework documentation #33050
  • Container Extension Points section of Spring Framework documentation refer to the wrong property name #33037
  • Fix typo in comment #33036
  • Incorrect constructor details in the javadoc for ApplicationContextEvent #33032

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​tafjwr

v6.1.9

⭐ New Features

  • CRaC: ignore checkpointOnRefresh afterRestore #32978
  • Add missing hints for Hibernate @TenantId #32967
  • AnnotationUtils performance degrades with deep stacks #32921
  • Missing hints for Hibernate generators #32842
  • AbstractAutoProxyCreator#determineBeanType can trigger bean initialization at build time for aspects implementing Ordered #32230

🐞 Bug Fixes

  • Behaviour change in ScheduledAnnotationBeanPostProcessor: canceling scheduled tasks on ContextClosedEvent v6.0 -> v6.1 #33009
  • ContentCachingRequestWrapper may allocate too much memory #32987
  • Support canEncode() for JAXBElement in Jaxb2XmlEncoder #32977
  • AspectJ CTW aspects executed twice #32970
  • @Valid annotations on container elements for handler argument validation not supported #32964
  • Add support for double backslashes to StringUtils#cleanPath #32962
  • @CacheEvict condition uses wrapper comparison instead of actual objects #32960
  • ConcurrentHashMap.computeIfAbsent used in AdvisedSupport can cause virtual thread pinning #32958
  • Exception mapping does not work as expected when plugging in ReactorNettyClientRequestFactory into RestTemplate and RestClient #32952
  • ReactorResourceFactory not working with CRaC onRefresh checkpoint #32945
  • SpEL compilation fails when indexing into an array or list with an Integer #32908
  • SpEL compilation fails when indexing into a Map with a primitive #32903
  • BeanUtils.copyProperties no longer copies generic type properties from a base class that has been enhanced #32888

... (truncated)

Commits
  • 5356a1b Release v6.1.10
  • f7307c9 Avoid recording RestClient observations twice
  • 098c4b1 Use Sonatype S01 token in release pipeline
  • 65dbfd0 Defensive PersistenceExceptionTranslator bean retrieval on shutdown
  • 203fa75 Support all "connection reset" phrases in DisconnectedClientHelper
  • 9a56a88 Polishing
  • e79a9a5 Correct and consistent event class names in constructor javadoc
  • 2c3c383 Consistently ignore bridge method on generated subclass for visibility purposes
  • c38e989 Remove use of ServletException in ModelFactory
  • 3e0849a Fix typo
  • Additional commits viewable in compare view

Updates org.springframework:spring-test from 6.1.6 to 6.1.10

Release notes

Sourced from org.springframework:spring-test's releases.

v6.1.10

⭐ New Features

  • Defensive PersistenceExceptionTranslator bean retrieval in PersistenceExceptionTranslationInterceptor on shutdown #33067
  • Support all "connection reset" exception phrases in DisconnectedClientHelper #33064

🐞 Bug Fixes

  • Duplicate observations recorded with RestClient #33068
  • WebFlux validation requires Servlet API since Spring Framework 6.1.3 #33043
  • No qualifying bean of type 'java.lang.String' in case of accidental @Autowired @Bean method with @Value parameter #33030
  • ConfigurationClassEnhancer doesn't not use correct ClassLoader when called multiple times #33024

📔 Documentation

  • Typo in Annotation-driven Listener Endpoints section of Spring Framework documentation #33050
  • Container Extension Points section of Spring Framework documentation refer to the wrong property name #33037
  • Fix typo in comment #33036
  • Incorrect constructor details in the javadoc for ApplicationContextEvent #33032

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​tafjwr

v6.1.9

⭐ New Features

  • CRaC: ignore checkpointOnRefresh afterRestore #32978
  • Add missing hints for Hibernate @TenantId #32967
  • AnnotationUtils performance degrades with deep stacks #32921
  • Missing hints for Hibernate generators #32842
  • AbstractAutoProxyCreator#determineBeanType can trigger bean initialization at build time for aspects implementing Ordered #32230

🐞 Bug Fixes

  • Behaviour change in ScheduledAnnotationBeanPostProcessor: canceling scheduled tasks on ContextClosedEvent v6.0 -> v6.1 #33009
  • ContentCachingRequestWrapper may allocate too much memory #32987
  • Support canEncode() for JAXBElement in Jaxb2XmlEncoder #32977
  • AspectJ CTW aspects executed twice #32970
  • @Valid annotations on container elements for handler argument validation not supported #32964
  • Add support for double backslashes to StringUtils#cleanPath #32962
  • @CacheEvict condition uses wrapper comparison instead of actual objects #32960
  • ConcurrentHashMap.computeIfAbsent used in AdvisedSupport can cause virtual thread pinning #32958
  • Exception mapping does not work as expected when plugging in ReactorNettyClientRequestFactory into RestTemplate and RestClient #32952
  • ReactorResourceFactory not working with CRaC onRefresh checkpoint #32945
  • SpEL compilation fails when indexing into an array or list with an Integer #32908
  • SpEL compilation fails when indexing into a Map with a primitive #32903
  • BeanUtils.copyProperties no longer copies generic type properties from a base class that has been enhanced #32888

... (truncated)

Commits
  • 5356a1b Release v6.1.10
  • f7307c9 Avoid recording RestClient observations twice
  • 098c4b1 Use Sonatype S01 token in release pipeline
  • 65dbfd0 Defensive PersistenceExceptionTranslator bean retrieval on shutdown
  • 203fa75 Support all "connection reset" phrases in DisconnectedClientHelper
  • 9a56a88 Polishing
  • e79a9a5 Correct and consistent event class names in constructor javadoc
  • 2c3c383 Consistently ignore bridge method on generated subclass for visibility purposes
  • c38e989 Remove use of ServletException in ModelFactory
  • 3e0849a Fix typo
  • Additional commits viewable in compare view

Updates org.springframework:spring-core-test from 6.1.6 to 6.1.10

Release notes

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

v6.1.10

⭐ New Features

  • Defensive PersistenceExceptionTranslator bean retrieval in PersistenceExceptionTranslationInterceptor on shutdown #33067
  • Support all "connection reset" exception phrases in DisconnectedClientHelper #33064

🐞 Bug Fixes

  • Duplicate observations recorded with RestClient #33068
  • WebFlux validation requires Servlet API since Spring Framework 6.1.3 #33043
  • No qualifying bean of type 'java.lang.String' in case of accidental @Autowired @Bean method with @Value parameter #33030
  • ConfigurationClassEnhancer doesn't not use correct ClassLoader when called multiple times #33024

📔 Documentation

  • Typo in Annotation-driven Listener Endpoints section of Spring Framework documentation #33050
  • Container Extension Points section of Spring Framework documentation refer to the wrong property name #33037
  • Fix typo in comment #33036
  • Incorrect constructor details in the javadoc for ApplicationContextEvent #33032

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​tafjwr

v6.1.9

⭐ New Features

  • CRaC: ignore checkpointOnRefresh afterRestore #32978
  • Add missing hints for Hibernate @TenantId #32967
  • AnnotationUtils performance degrades with deep stacks #32921
  • Missing hints for Hibernate generators #32842
  • AbstractAutoProxyCreator#determineBeanType can trigger bean initialization at build time for aspects implementing Ordered #32230

🐞 Bug Fixes

  • Behaviour change in ScheduledAnnotationBeanPostProcessor: canceling scheduled tasks on ContextClosedEvent v6.0 -> v6.1 #33009
  • ContentCachingRequestWrapper may allocate too much memory #32987
  • Support canEncode() for JAXBElement in Jaxb2XmlEncoder #32977
  • AspectJ CTW aspects executed twice #32970
  • @Valid annotations on container elements for handler argument validation not supported #32964
  • Add support for double backslashes to StringUtils#cleanPath #32962
  • @CacheEvict condition uses wrapper comparison instead of actual objects #32960
  • ConcurrentHashMap.computeIfAbsent used in AdvisedSupport can cause virtual thread pinning #32958
  • Exception mapping does not work as expected when plugging in ReactorNettyClientRequestFactory into RestTemplate and RestClient #32952
  • ReactorResourceFactory not working with CRaC onRefresh checkpoint #32945
  • SpEL compilation fails when indexing into an array or list with an Integer #32908
  • SpEL compilation fails when indexing into a Map with a primitive #32903
  • BeanUtils.copyProperties no longer copies generic type properties from a base class that has been enhanced #32888

... (truncated)

Commits
  • 5356a1b Release v6.1.10
  • f7307c9 Avoid recording RestClient observations twice
  • 098c4b1 Use Sonatype S01 token in release pipeline
  • 65dbfd0 Defensive PersistenceExceptionTranslator bean retrieval on shutdown
  • 203fa75 Support all "connection reset" phrases in DisconnectedClientHelper
  • 9a56a88 Polishing
  • e79a9a5 Correct and consistent event class names in constructor javadoc
  • 2c3c383 Consistently ignore bridge method on generated subclass for visibility purposes
  • c38e989 Remove use of ServletException in ModelFactory
  • 3e0849a Fix typo
  • Additional commits viewable in compare view

Updates org.springframework:spring-context from 6.1.6 to 6.1.10

Release notes

Sourced from org.springframework:spring-context's releases.

v6.1.10

⭐ New Features

  • Defensive PersistenceExceptionTranslator bean retrieval in PersistenceExceptionTranslationInterceptor on shutdown #33067
  • Support all "connection reset" exception phrases in DisconnectedClientHelper #33064

🐞 Bug Fixes

  • Duplicate observations recorded with RestClient #33068
  • WebFlux validation requires Servlet API since Spring Framework 6.1.3 #33043
  • No qualifying bean of type 'java.lang.String' in case of accidental @Autowired @Bean method with @Value parameter #33030
  • ConfigurationClassEnhancer doesn't not use correct ClassLoader when called multiple times #33024

📔 Documentation

  • Typo in Annotation-driven Listener Endpoints section of Spring Framework documentation #33050
  • Container Extension Points section of Spring Framework documentation refer to the wrong property name #33037
  • Fix typo in comment #33036
  • Incorrect constructor details in the javadoc for ApplicationContextEvent #33032

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​tafjwr

v6.1.9

⭐ New Features

  • CRaC: ignore checkpointOnRefresh afterRestore #32978
  • Add missing hints for Hibernate @TenantId #32967
  • AnnotationUtils performance degrades with deep stacks #32921
  • Missing hints for Hibernate generators #32842
  • AbstractAutoProxyCreator#determineBeanType can trigger bean initialization at build time for aspects implementing Ordered #32230

🐞 Bug Fixes

  • Behaviour change in ScheduledAnnotationBeanPostProcessor: canceling scheduled tasks on ContextClosedEvent v6.0 -> v6.1 #33009
  • ContentCachingRequestWrapper may allocate too much memory #32987
  • Support canEncode() for JAXBElement in Jaxb2XmlEncoder #32977
  • AspectJ CTW aspects executed twice #32970
  • @Valid annotations on container elements for handler argument validation not supported #32964
  • Add support for double backslashes to StringUtils#cleanPath #32962
  • @CacheEvict condition uses wrapper comparison instead of actual objects #32960
  • ConcurrentHashMap.computeIfAbsent used in AdvisedSupport can cause virtual thread pinning #32958
  • Exception mapping does not work as expected when plugging in ReactorNettyClientRequestFactory into RestTemplate and RestClient #32952
  • ReactorResourceFactory not working with CRaC onRefresh checkpoint #32945
  • SpEL compilation fails when indexing into an array or list with an Integer #32908
  • SpEL compilation fails when indexing into a Map with a primitive #32903
  • BeanUtils.copyProperties no longer copies generic type properties from a base class that has been enhanced #32888

... (truncated)

Commits
  • 5356a1b Release v6.1.10
  • f7307c9 Avoid recording RestClient observations twice
  • 098c4b1 Use Sonatype S01 token in release pipeline
  • 65dbfd0 Defensive PersistenceExceptionTranslator bean retrieval on shutdown
  • 203fa75 Support all "connection reset" phrases in DisconnectedClientHelper
  • 9a56a88 Polishing
  • e79a9a5 Correct and consistent event class names in constructor javadoc
  • 2c3c383 Consistently ignore bridge method on generated subclass for visibility purposes
  • c38e989 Remove use of ServletException in ModelFactory
  • 3e0849a Fix typo
  • Additional commits viewable in compare view

Updates org.springframework:spring-test from 6.1.6 to 6.1.10

Release notes

Sourced from org.springframework:spring-test's releases.

v6.1.10

⭐ New Features

  • Defensive PersistenceExceptionTranslator bean retrieval in PersistenceExceptionTranslationInterceptor on shutdown #33067
  • Support all "connection reset" exception phrases in DisconnectedClientHelper #33064

🐞 Bug Fixes

  • Duplicate observations recorded with RestClient #33068
  • WebFlux validation requires Servlet API since Spring Framework 6.1.3 #33043
  • No qualifying bean of type 'java.lang.String' in case of accidental @Autowired @Bean method with @Value parameter #33030
  • ConfigurationClassEnhancer doesn't not use correct ClassLoader when called multiple times #33024

📔 Documentation

  • Typo in Annotation-driven Listener Endpoints section of Spring Framework documentation #33050
  • Container Extension Points section of Spring Framework documentation refer to the wrong property name #33037
  • Fix typo in comment #33036
  • Incorrect constructor details in the javadoc for ApplicationContextEvent #33032

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​tafjwr

v6.1.9

⭐ New Features

  • CRaC: ignore checkpointOnRefresh afterRestore #32978
  • Add missing hints for Hibernate @TenantId #32967
  • AnnotationUtils performance degrades with deep stacks #32921
  • Missing hints for Hibernate generators #32842
  • AbstractAutoProxyCreator#determineBeanType can trigger bean initialization at build time for aspects implementing Ordered #32230

🐞 Bug Fixes

  • Behaviour change in ScheduledAnnotationBeanPostProcessor: canceling scheduled tasks on ContextClosedEvent v6.0 -> v6.1 #33009
  • ContentCachingRequestWrapper may allocate too much memory #32987
  • Support canEncode() for JAXBElement in Jaxb2XmlEncoder #32977
  • AspectJ CTW aspects executed twice #32970
  • @Valid annotations on container elements for handler argument validation not supported #32964
  • Add support for double backslashes to StringUtils#cleanPath #32962
  • @CacheEvict condition uses wrapper comparison instead of actual objects #32960
  • ConcurrentHashMap.computeIfAbsent used in AdvisedSupport can cause virtual thread pinning #32958
  • Exception mapping does not work as expected when plugging in ReactorNettyClientRequestFactory into RestTemplate and RestClient #32952
  • ReactorResourceFactory not working with CRaC onRefresh checkpoint #32945
  • SpEL compilation fails when indexing into an array or list with an Integer #32908
  • SpEL compilation fails when indexing into a Map with a primitive #32903
  • BeanUtils.copyProperties no longer copies generic type properties from a base class that has been enhanced #32888

... (truncated)

Commits
  • 5356a1b Release v6.1.10
  • f7307c9 Avoid recording RestClient observations twice
  • 098c4b1 Use Sonatype S01 token in release pipeline
  • 65dbfd0 Defensive PersistenceExceptionTranslator bean retrieval on shutdown
  • 203fa75 Support all "connection reset" phrases in DisconnectedClientHelper
  • 9a56a88 Polishing
  • e79a9a5 Correct and consistent event class names in constructor javadoc
  • 2c3c383 Consistently ignore bridge method on generated subclass for visibility purposes
  • c38e989 Remove use of ServletException in ModelFactory
  • 3e0849a Fix typo
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-autoconfigure from 3.2.5 to 3.3.1

Release notes

Sourced from org.springframework.boot:spring-boot-autoconfigure's releases.

v3.3.1

🐞 Bug Fixes

  • SQL Server JDBC URL is malformed after adding org.springframework.boot.jdbc.parameters label #41169
  • Git instant properties cannot be coerced following git-commit-id Maven plugin upgrade #41152
  • Excluding status code from DefaultErrorAttributes throws NPE #41141
  • Spring Boot remote restart with devtools causes 'factory already defined' Tomcat error when running with 'java -jar' #41107
  • MongoHealthIndicator not compliant with Mongo stable API with strict setting #41104
  • Service connection for bitnami mongodb fails to connect #41097
  • Image building requires builder to specify a stack #41091
  • DataSourceProperties fail to bind if java.sql module isn't included #41084
  • AOT causes Logback configuration error when using include #41081
  • Image building hangs when builder and buildpack are configured #41049
  • IllegalArgumentException when trying to use Tomcat's HttpNio2Protocol with Spring Boot-configured SSL #41010
  • Uber jar fails to start when it contains a dependency with Multi-Release: true in its manifest and unexpected file entries in META-INF/versions #41006
  • JSP-related resources may not be found in an executable war file when using Jetty #40996
  • The value of the tomcat.threads.config.max metric is always -1, irrespective of the configured maximum number of threads #40957
  • The auto-configured reactiveNeo4jTransactionManager may cause a failure due to multiple TransactionManager beans #40953
  • Application fails to start when server.tomcat.threads.max < 10 #40945
  • SBOM actuator endpoint doesn't work in a native image #40939
  • Starter parent applies its configuration of the CycloneDX Maven plugin too broadly #40927
  • buildInfo does not work with Gradle 8.7 or later when the configuration cache is enabled #40924
  • Prometheus Exemplars are missing from _count #40904
  • Extract fails due to a duplicate entry when BOOT-INF/classes contains a directory that's also present in the root of the jar #40903
  • sbom is not available to the actuator endpoint when using bootRun or bootWar #40890
  • A newline character is missing from the start of the default banner #40889

📔 Documentation

  • Fix links to Spring AMQP's javadoc #41144
  • Document more precisely how a Container's Docker image name is used to find the matching service connection #41123
  • Cross-link to the CDS how-to guide #41118
  • Fix typos in javadoc of MockServerRestClientCustomizer and MockServerRestTemplateCustomizer #41065
  • Improve readability when listing three pillars of observability #41064
  • Add CDS training run configuration documentation #41045
  • Document the need to switch to io.micrometer:micrometer-registry-prometheus-simpleclient to use the Prometheus push gateway #40993
  • Improve consistency of documentation guidelines for packaging and running applications #40977
  • Fix typos in method names and javadoc #40976
  • Replace hard-coded links to Micrometer in documentation #40967
  • Add Kotlin example for @Testcontainers #40943
  • Fix various minor inconsistencies of the documentation

Bumps the maven-dependencies group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) | `6.1.6` | `6.1.10` |
| [org.springframework:spring-core-test](https://github.com/spring-projects/spring-framework) | `6.1.6` | `6.1.10` |
| [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `6.1.6` | `6.1.10` |
| [org.springframework:spring-test](https://github.com/spring-projects/spring-framework) | `6.1.6` | `6.1.10` |
| [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.1` |
| [org.springframework.boot:spring-boot-test](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.1` |
| [org.springframework.boot:spring-boot-starter-data-jpa](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.1` |
| [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.1` |
| [jakarta.persistence:jakarta.persistence-api](https://github.com/jakartaee/persistence) | `3.1.0` | `3.2.0` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.25.3` | `3.26.0` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.11.0` | `5.12.0` |
| [io.netty:netty-transport-classes-epoll](https://github.com/netty/netty) | `4.1.109.Final` | `4.1.111.Final` |
| [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) | `3.3.2` | `3.4.0` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.2.5` | `3.3.0` |
| [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.4.1` | `3.4.2` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.6.3` | `3.7.0` |
| [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) | `3.0.1` | `3.1.0` |



Updates `org.springframework:spring-core` from 6.1.6 to 6.1.10
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.6...v6.1.10)

Updates `org.springframework:spring-core-test` from 6.1.6 to 6.1.10
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.6...v6.1.10)

Updates `org.springframework:spring-context` from 6.1.6 to 6.1.10
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.6...v6.1.10)

Updates `org.springframework:spring-test` from 6.1.6 to 6.1.10
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.6...v6.1.10)

Updates `org.springframework:spring-core-test` from 6.1.6 to 6.1.10
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.6...v6.1.10)

Updates `org.springframework:spring-context` from 6.1.6 to 6.1.10
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.6...v6.1.10)

Updates `org.springframework:spring-test` from 6.1.6 to 6.1.10
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.6...v6.1.10)

Updates `org.springframework.boot:spring-boot-autoconfigure` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.springframework.boot:spring-boot-test` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.springframework.boot:spring-boot-starter-data-jpa` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.springframework.boot:spring-boot-starter-test` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.springframework.boot:spring-boot-test` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.springframework.boot:spring-boot-starter-data-jpa` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.springframework.boot:spring-boot-starter-test` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `jakarta.persistence:jakarta.persistence-api` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/jakartaee/persistence/releases)
- [Commits](https://github.com/jakartaee/persistence/commits)

Updates `org.assertj:assertj-core` from 3.25.3 to 3.26.0
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.25.3...assertj-build-3.26.0)

Updates `org.mockito:mockito-core` from 5.11.0 to 5.12.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.11.0...v5.12.0)

Updates `io.netty:netty-transport-classes-epoll` from 4.1.109.Final to 4.1.111.Final
- [Commits](netty/netty@netty-4.1.109.Final...netty-4.1.111.Final)

Updates `org.apache.maven.plugins:maven-clean-plugin` from 3.3.2 to 3.4.0
- [Release notes](https://github.com/apache/maven-clean-plugin/releases)
- [Commits](apache/maven-clean-plugin@maven-clean-plugin-3.3.2...maven-clean-plugin-3.4.0)

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.5 to 3.3.0
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.2.5...surefire-3.3.0)

Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.4.1...maven-jar-plugin-3.4.2)

Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.6.3 to 3.7.0
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.6.3...maven-javadoc-plugin-3.7.0)

Updates `org.apache.maven.plugins:maven-release-plugin` from 3.0.1 to 3.1.0
- [Release notes](https://github.com/apache/maven-release/releases)
- [Commits](apache/maven-release@maven-release-3.0.1...maven-release-3.1.0)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework:spring-core-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework:spring-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework:spring-core-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework:spring-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-autoconfigure
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-data-jpa
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-data-jpa
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: jakarta.persistence:jakarta.persistence-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: io.netty:netty-transport-classes-epoll
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-clean-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-release-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team, gklijs, CodeDrivenMitch and smcvb and removed request for a team June 23, 2024 14:38
@dependabot dependabot bot added this to the Release 4.10.0 milestone Jun 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 7, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jul 7, 2024
@dependabot dependabot bot deleted the dependabot/maven/maven-dependencies-f7f96b0402 branch July 7, 2024 14:51
@smcvb
Copy link
Member

smcvb commented Jul 17, 2024

Made obsolete by #170

@smcvb smcvb removed this from the Release 4.10.0 milestone Jul 17, 2024
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.

None yet

1 participant