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 8 updates #200

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2024

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

Package From To
org.springframework:spring-core 6.1.14 6.1.15
org.springframework:spring-core-test 6.1.14 6.1.15
org.springframework:spring-context 6.1.14 6.1.15
org.springframework:spring-test 6.1.14 6.1.15
org.springframework.boot:spring-boot-autoconfigure 3.3.5 3.3.6
org.springframework.boot:spring-boot-test 3.3.5 3.3.6
org.springframework.boot:spring-boot-starter-data-jpa 3.3.5 3.3.6
org.springframework.boot:spring-boot-starter-test 3.3.5 3.3.6

Updates org.springframework:spring-core from 6.1.14 to 6.1.15

Release notes

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

v6.1.15

⭐ New Features

  • Use UriUtils to process static resource paths #33859
  • Prefer modified resources over the originals in TestCompiler #33850
  • Improve iteration methods in native headers to MultiValueMap adapters #33823
  • Deregister empty Cache from CacheManager #33813
  • Rename aopAvailable constants in TransactionSynchronizationUtils for better GraalVM native image support #33796
  • Load-time weaving support for WildFly 24+ #33728

🐞 Bug Fixes

  • DefaultClientRequestObservationConvention generates wrong uri tag when missing path #33867
  • HttpComponentsClientHttpRequestFactory setReadTimeout not working with httpclient 5.4 #33806
  • HttpHeaders.writeableHttpHeaders(new HttpHeaders(readOnlyHttpHeaders)) is not writeable #33789
  • RestClient exchange methods are not nullable #33779
  • Throw SpelParseException for unsupported character in SpelExpressionParser #33767
  • DefaultMessageListenerContainer reports incorrect jms.process.message count #33758
  • Autowiring fails if multiple non-highest @Priority beans exist with same priority #33733
  • Jackson2Decoder leaks on WebClient timeout #33731
  • DefaultServerRequestObservationConvention throws when response status is zero #33725
  • Aspect executed twice - @AfterThrowing #33704
  • parts w/o filename in Content-Disposition header are not cleaned from temp folder (skipped by StandardServletMultipartResolver) #33511

📔 Documentation

  • Resources link points to wrong section of reference guide #33882
  • Remove mentions of Joda-Time support #33881
  • SimpleAsyncTaskExecutor blocks calling thread when concurrencyLimit set #33873
  • Fix formatting issue in validation section of reference guide #33871
  • Fix typo in reference documentation #33865
  • Fix XML bean reference example in reference manual #33855
  • Fix a typo in documentation #33846
  • Numerous warnings when injecting dependencies into configuration that implements CachingConfigurer #33834
  • @Async documentation should not suggest deprecated classes #33805
  • Document that circular dependencies should be avoided in AOT mode #33786
  • Inconsistent Lifecycle Management with Virtual Threads in Spring Boot Async Configuration #33780
  • Fix incorrect regex rendering in MVC controller documentation #33766
  • Improve documentation for allowEagerInit parameter in getBeanNamesForType() #33740
  • Fix Javadoc in ReactorNetty2ResourceFactory #33735
  • Document options for handling Date/Time parsing and formatting issues with JDK 20+ #33151

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.12.12 #33877
  • Upgrade to Reactor 2023.0.12 #33879

❤️ Contributors

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

... (truncated)

Commits
  • c160cba Release v6.1.15
  • 6cb41dc Upgrade to Netty 4.1.115
  • 1e95332 Fix link to "Resources" section in reference guide
  • fec6ba4 Polishing
  • bfde33a Document options for Date/Time parsing & formatting issues with JDK 20+
  • 14b9865 Remove ineffective JettyByteBufferIterator from WebSocket adapter
  • 62eb21f Add note on declaring autowired fields as ObjectProvider
  • 01c85b1 Add explicit note on blocking in case of concurrency limit
  • df376d9 Upgrade to Micrometer 1.12.12 and Reactor 2023.0.12
  • 4d792d0 Remove mentions of Joda-Time support
  • Additional commits viewable in compare view

Updates org.springframework:spring-core-test from 6.1.14 to 6.1.15

Release notes

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

v6.1.15

⭐ New Features

  • Use UriUtils to process static resource paths #33859
  • Prefer modified resources over the originals in TestCompiler #33850
  • Improve iteration methods in native headers to MultiValueMap adapters #33823
  • Deregister empty Cache from CacheManager #33813
  • Rename aopAvailable constants in TransactionSynchronizationUtils for better GraalVM native image support #33796
  • Load-time weaving support for WildFly 24+ #33728

🐞 Bug Fixes

  • DefaultClientRequestObservationConvention generates wrong uri tag when missing path #33867
  • HttpComponentsClientHttpRequestFactory setReadTimeout not working with httpclient 5.4 #33806
  • HttpHeaders.writeableHttpHeaders(new HttpHeaders(readOnlyHttpHeaders)) is not writeable #33789
  • RestClient exchange methods are not nullable #33779
  • Throw SpelParseException for unsupported character in SpelExpressionParser #33767
  • DefaultMessageListenerContainer reports incorrect jms.process.message count #33758
  • Autowiring fails if multiple non-highest @Priority beans exist with same priority #33733
  • Jackson2Decoder leaks on WebClient timeout #33731
  • DefaultServerRequestObservationConvention throws when response status is zero #33725
  • Aspect executed twice - @AfterThrowing #33704
  • parts w/o filename in Content-Disposition header are not cleaned from temp folder (skipped by StandardServletMultipartResolver) #33511

📔 Documentation

  • Resources link points to wrong section of reference guide #33882
  • Remove mentions of Joda-Time support #33881
  • SimpleAsyncTaskExecutor blocks calling thread when concurrencyLimit set #33873
  • Fix formatting issue in validation section of reference guide #33871
  • Fix typo in reference documentation #33865
  • Fix XML bean reference example in reference manual #33855
  • Fix a typo in documentation #33846
  • Numerous warnings when injecting dependencies into configuration that implements CachingConfigurer #33834
  • @Async documentation should not suggest deprecated classes #33805
  • Document that circular dependencies should be avoided in AOT mode #33786
  • Inconsistent Lifecycle Management with Virtual Threads in Spring Boot Async Configuration #33780
  • Fix incorrect regex rendering in MVC controller documentation #33766
  • Improve documentation for allowEagerInit parameter in getBeanNamesForType() #33740
  • Fix Javadoc in ReactorNetty2ResourceFactory #33735
  • Document options for handling Date/Time parsing and formatting issues with JDK 20+ #33151

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.12.12 #33877
  • Upgrade to Reactor 2023.0.12 #33879

❤️ Contributors

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

... (truncated)

Commits
  • c160cba Release v6.1.15
  • 6cb41dc Upgrade to Netty 4.1.115
  • 1e95332 Fix link to "Resources" section in reference guide
  • fec6ba4 Polishing
  • bfde33a Document options for Date/Time parsing & formatting issues with JDK 20+
  • 14b9865 Remove ineffective JettyByteBufferIterator from WebSocket adapter
  • 62eb21f Add note on declaring autowired fields as ObjectProvider
  • 01c85b1 Add explicit note on blocking in case of concurrency limit
  • df376d9 Upgrade to Micrometer 1.12.12 and Reactor 2023.0.12
  • 4d792d0 Remove mentions of Joda-Time support
  • Additional commits viewable in compare view

Updates org.springframework:spring-context from 6.1.14 to 6.1.15

Release notes

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

v6.1.15

⭐ New Features

  • Use UriUtils to process static resource paths #33859
  • Prefer modified resources over the originals in TestCompiler #33850
  • Improve iteration methods in native headers to MultiValueMap adapters #33823
  • Deregister empty Cache from CacheManager #33813
  • Rename aopAvailable constants in TransactionSynchronizationUtils for better GraalVM native image support #33796
  • Load-time weaving support for WildFly 24+ #33728

🐞 Bug Fixes

  • DefaultClientRequestObservationConvention generates wrong uri tag when missing path #33867
  • HttpComponentsClientHttpRequestFactory setReadTimeout not working with httpclient 5.4 #33806
  • HttpHeaders.writeableHttpHeaders(new HttpHeaders(readOnlyHttpHeaders)) is not writeable #33789
  • RestClient exchange methods are not nullable #33779
  • Throw SpelParseException for unsupported character in SpelExpressionParser #33767
  • DefaultMessageListenerContainer reports incorrect jms.process.message count #33758
  • Autowiring fails if multiple non-highest @Priority beans exist with same priority #33733
  • Jackson2Decoder leaks on WebClient timeout #33731
  • DefaultServerRequestObservationConvention throws when response status is zero #33725
  • Aspect executed twice - @AfterThrowing #33704
  • parts w/o filename in Content-Disposition header are not cleaned from temp folder (skipped by StandardServletMultipartResolver) #33511

📔 Documentation

  • Resources link points to wrong section of reference guide #33882
  • Remove mentions of Joda-Time support #33881
  • SimpleAsyncTaskExecutor blocks calling thread when concurrencyLimit set #33873
  • Fix formatting issue in validation section of reference guide #33871
  • Fix typo in reference documentation #33865
  • Fix XML bean reference example in reference manual #33855
  • Fix a typo in documentation #33846
  • Numerous warnings when injecting dependencies into configuration that implements CachingConfigurer #33834
  • @Async documentation should not suggest deprecated classes #33805
  • Document that circular dependencies should be avoided in AOT mode #33786
  • Inconsistent Lifecycle Management with Virtual Threads in Spring Boot Async Configuration #33780
  • Fix incorrect regex rendering in MVC controller documentation #33766
  • Improve documentation for allowEagerInit parameter in getBeanNamesForType() #33740
  • Fix Javadoc in ReactorNetty2ResourceFactory #33735
  • Document options for handling Date/Time parsing and formatting issues with JDK 20+ #33151

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.12.12 #33877
  • Upgrade to Reactor 2023.0.12 #33879

❤️ Contributors

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

... (truncated)

Commits
  • c160cba Release v6.1.15
  • 6cb41dc Upgrade to Netty 4.1.115
  • 1e95332 Fix link to "Resources" section in reference guide
  • fec6ba4 Polishing
  • bfde33a Document options for Date/Time parsing & formatting issues with JDK 20+
  • 14b9865 Remove ineffective JettyByteBufferIterator from WebSocket adapter
  • 62eb21f Add note on declaring autowired fields as ObjectProvider
  • 01c85b1 Add explicit note on blocking in case of concurrency limit
  • df376d9 Upgrade to Micrometer 1.12.12 and Reactor 2023.0.12
  • 4d792d0 Remove mentions of Joda-Time support
  • Additional commits viewable in compare view

Updates org.springframework:spring-test from 6.1.14 to 6.1.15

Release notes

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

v6.1.15

⭐ New Features

  • Use UriUtils to process static resource paths #33859
  • Prefer modified resources over the originals in TestCompiler #33850
  • Improve iteration methods in native headers to MultiValueMap adapters #33823
  • Deregister empty Cache from CacheManager #33813
  • Rename aopAvailable constants in TransactionSynchronizationUtils for better GraalVM native image support #33796
  • Load-time weaving support for WildFly 24+ #33728

🐞 Bug Fixes

  • DefaultClientRequestObservationConvention generates wrong uri tag when missing path #33867
  • HttpComponentsClientHttpRequestFactory setReadTimeout not working with httpclient 5.4 #33806
  • HttpHeaders.writeableHttpHeaders(new HttpHeaders(readOnlyHttpHeaders)) is not writeable #33789
  • RestClient exchange methods are not nullable #33779
  • Throw SpelParseException for unsupported character in SpelExpressionParser #33767
  • DefaultMessageListenerContainer reports incorrect jms.process.message count #33758
  • Autowiring fails if multiple non-highest @Priority beans exist with same priority #33733
  • Jackson2Decoder leaks on WebClient timeout #33731
  • DefaultServerRequestObservationConvention throws when response status is zero #33725
  • Aspect executed twice - @AfterThrowing #33704
  • parts w/o filename in Content-Disposition header are not cleaned from temp folder (skipped by StandardServletMultipartResolver) #33511

📔 Documentation

  • Resources link points to wrong section of reference guide #33882
  • Remove mentions of Joda-Time support #33881
  • SimpleAsyncTaskExecutor blocks calling thread when concurrencyLimit set #33873
  • Fix formatting issue in validation section of reference guide #33871
  • Fix typo in reference documentation #33865
  • Fix XML bean reference example in reference manual #33855
  • Fix a typo in documentation #33846
  • Numerous warnings when injecting dependencies into configuration that implements CachingConfigurer #33834
  • @Async documentation should not suggest deprecated classes #33805
  • Document that circular dependencies should be avoided in AOT mode #33786
  • Inconsistent Lifecycle Management with Virtual Threads in Spring Boot Async Configuration #33780
  • Fix incorrect regex rendering in MVC controller documentation #33766
  • Improve documentation for allowEagerInit parameter in getBeanNamesForType() #33740
  • Fix Javadoc in ReactorNetty2ResourceFactory #33735
  • Document options for handling Date/Time parsing and formatting issues with JDK 20+ #33151

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.12.12 #33877
  • Upgrade to Reactor 2023.0.12 #33879

❤️ Contributors

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

... (truncated)

Commits
  • c160cba Release v6.1.15
  • 6cb41dc Upgrade to Netty 4.1.115
  • 1e95332 Fix link to "Resources" section in reference guide
  • fec6ba4 Polishing
  • bfde33a Document options for Date/Time parsing & formatting issues with JDK 20+
  • 14b9865 Remove ineffective JettyByteBufferIterator from WebSocket adapter
  • 62eb21f Add note on declaring autowired fields as ObjectProvider
  • 01c85b1 Add explicit note on blocking in case of concurrency limit
  • df376d9 Upgrade to Micrometer 1.12.12 and Reactor 2023.0.12
  • 4d792d0 Remove mentions of Joda-Time support
  • Additional commits viewable in compare view

Updates org.springframework:spring-core-test from 6.1.14 to 6.1.15

Release notes

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

v6.1.15

⭐ New Features

  • Use UriUtils to process static resource paths #33859
  • Prefer modified resources over the originals in TestCompiler #33850
  • Improve iteration methods in native headers to MultiValueMap adapters #33823
  • Deregister empty Cache from CacheManager #33813
  • Rename aopAvailable constants in TransactionSynchronizationUtils for better GraalVM native image support #33796
  • Load-time weaving support for WildFly 24+ #33728

🐞 Bug Fixes

  • DefaultClientRequestObservationConvention generates wrong uri tag when missing path #33867
  • HttpComponentsClientHttpRequestFactory setReadTimeout not working with httpclient 5.4 #33806
  • HttpHeaders.writeableHttpHeaders(new HttpHeaders(readOnlyHttpHeaders)) is not writeable #33789
  • RestClient exchange methods are not nullable #33779
  • Throw SpelParseException for unsupported character in SpelExpressionParser #33767
  • DefaultMessageListenerContainer reports incorrect jms.process.message count #33758
  • Autowiring fails if multiple non-highest @Priority beans exist with same priority #33733
  • Jackson2Decoder leaks on WebClient timeout #33731
  • DefaultServerRequestObservationConvention throws when response status is zero #33725
  • Aspect executed twice - @AfterThrowing #33704
  • parts w/o filename in Content-Disposition header are not cleaned from temp folder (skipped by StandardServletMultipartResolver) #33511

📔 Documentation

  • Resources link points to wrong section of reference guide #33882
  • Remove mentions of Joda-Time support #33881
  • SimpleAsyncTaskExecutor blocks calling thread when concurrencyLimit set #33873
  • Fix formatting issue in validation section of reference guide #33871
  • Fix typo in reference documentation #33865
  • Fix XML bean reference example in reference manual #33855
  • Fix a typo in documentation #33846
  • Numerous warnings when injecting dependencies into configuration that implements CachingConfigurer #33834
  • @Async documentation should not suggest deprecated classes #33805
  • Document that circular dependencies should be avoided in AOT mode #33786
  • Inconsistent Lifecycle Management with Virtual Threads in Spring Boot Async Configuration #33780
  • Fix incorrect regex rendering in MVC controller documentation #33766
  • Improve documentation for allowEagerInit parameter in getBeanNamesForType() #33740
  • Fix Javadoc in ReactorNetty2ResourceFactory #33735
  • Document options for handling Date/Time parsing and formatting issues with JDK 20+ #33151

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.12.12 #33877
  • Upgrade to Reactor 2023.0.12 #33879

❤️ Contributors

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

... (truncated)

Commits
  • c160cba Release v6.1.15
  • 6cb41dc Upgrade to Netty 4.1.115
  • 1e95332 Fix link to "Resources" section in reference guide
  • fec6ba4 Polishing
  • bfde33a Document options for Date/Time parsing & formatting issues with JDK 20+
  • 14b9865 Remove ineffective JettyByteBufferIterator from WebSocket adapter
  • 62eb21f Add note on declaring autowired fields as ObjectProvider
  • 01c85b1 Add explicit note on blocking in case of concurrency limit
  • df376d9 Upgrade to Micrometer 1.12.12 and Reactor 2023.0.12
  • 4d792d0 Remove mentions of Joda-Time support
  • Additional commits viewable in compare view

Updates org.springframework:spring-context from 6.1.14 to 6.1.15

Release notes

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

v6.1.15

⭐ New Features

  • Use UriUtils to process static resource paths #33859
  • Prefer modified resources over the originals in TestCompiler #33850
  • Improve iteration methods in native headers to MultiValueMap adapters #33823
  • Deregister empty Cache from CacheManager #33813
  • Rename aopAvailable constants in TransactionSynchronizationUtils for better GraalVM native image support #33796
  • Load-time weaving support for WildFly 24+ #33728

🐞 Bug Fixes

  • DefaultClientRequestObservationConvention generates wrong uri tag when missing path #33867
  • HttpComponentsClientHttpRequestFactory setReadTimeout not working with httpclient 5.4 #33806
  • HttpHeaders.writeableHttpHeaders(new HttpHeaders(readOnlyHttpHeaders)) is not writeable #33789
  • RestClient exchange methods are not nullable #33779
  • Throw SpelParseException for unsupported character in SpelExpressionParser #33767
  • DefaultMessageListenerContainer reports incorrect jms.process.message count #33758
  • Autowiring fails if multiple non-highest @Priority beans exist with same priority #33733
  • Jackson2Decoder leaks on WebClient timeout #33731
  • DefaultServerRequestObservationConvention throws when response status is zero #33725
  • Aspect executed twice - @AfterThrowing #33704
  • parts w/o filename in Content-Disposition header are not cleaned from temp folder (skipped by StandardServletMultipartResolver) #33511

📔 Documentation

  • Resources link points to wrong section of reference guide #33882
  • Remove mentions of Joda-Time support #33881
  • SimpleAsyncTaskExecutor blocks calling thread when concurrencyLimit set #33873
  • Fix formatting issue in validation section of reference guide #33871
  • Fix typo in reference documentation #33865
  • Fix XML bean reference example in reference manual #33855
  • Fix a typo in documentation #33846
  • Numerous warnings when injecting dependencies into configuration that implements CachingConfigurer #33834
  • @Async documentation should not suggest deprecated classes #33805
  • Document that circular dependencies should be avoided in AOT mode #33786
  • Inconsistent Lifecycle Management with Virtual Threads in Spring Boot Async Configuration #33780
  • Fix incorrect regex rendering in MVC controller documentation #33766
  • Improve documentation for allowEagerInit parameter in getBeanNamesForType() #33740
  • Fix Javadoc in ReactorNetty2ResourceFactory #33735
  • Document options for handling Date/Time parsing and formatting issues with JDK 20+ #33151

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.12.12 #33877
  • Upgrade to Reactor 2023.0.12 #33879

❤️ Contributors

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

... (truncated)

Commits
  • c160cba Release v6.1.15
  • 6cb41dc Upgrade to Netty 4.1.115
  • 1e95332 Fix link to "Resources" section in reference guide
  • fec6ba4 Polishing
  • bfde33a Document options for Date/Time parsing & formatting issues with JDK 20+
  • 14b9865 Remove ineffective JettyByteBufferIterator from WebSocket adapter
  • 62eb21f Add note on declaring autowired fields as ObjectProvider
  • 01c85b1 Add explicit note on blocking in case of concurrency limit
  • df376d9 Upgrade to Micrometer 1.12.12 and Reactor 2023.0.12
  • 4d792d0 Remove mentions of Joda-Time support
  • Additional commits viewable in compare view

Updates org.springframework:spring-test from 6.1.14 to 6.1.15

Release notes

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

v6.1.15

⭐ New Features

  • Use UriUtils to process static resource paths #33859
  • Prefer modified resources over the originals in TestCompiler #33850
  • Improve iteration methods in native headers to MultiValueMap adapters #33823
  • Deregister empty Cache from CacheManager #33813
  • Rename aopAvailable constants in TransactionSynchronizationUtils for better GraalVM native image support #33796
  • Load-time weaving support for WildFly 24+ #33728

🐞 Bug Fixes

  • DefaultClientRequestObservationConvention generates wrong uri tag when missing path #33867
  • HttpComponentsClientHttpRequestFactory setReadTimeout not working with httpclient 5.4 #33806
  • HttpHeaders.writeableHttpHeaders(new HttpHeaders(readOnlyHttpHeaders)) is not writeable #33789
  • RestClient exchange methods are not nullable #33779
  • Throw SpelParseException for unsupported character in SpelExpressionParser #33767
  • DefaultMessageListenerContainer reports incorrect jms.process.message count #33758
  • Autowiring fails if multiple non-highest @Priority beans exist with same priority #33733
  • Jackson2Decoder leaks on WebClient timeout #33731
  • DefaultServerRequestObservationConvention throws when response status is zero #33725
  • Aspect executed twice - @AfterThrowing #33704
  • parts w/o filename in Content-Disposition header are not cleaned from temp folder (skipped by StandardServletMultipartResolver) #33511

📔 Documentation

  • Resources link points to wrong section of reference guide #33882
  • Remove mentions of Joda-Time support #33881
  • SimpleAsyncTaskExecutor blocks calling thread when concurrencyLimit set #33873
  • Fix formatting issue in validation section of reference guide #33871
  • Fix typo in reference documentation #33865
  • Fix XML bean reference example in reference manual #33855
  • Fix a typo in documentation #33846
  • Numerous warnings when injecting dependencies into configuration that implements CachingConfigurer #33834
  • @Async documentation should not suggest deprecated classes #33805
  • Document that circular dependencies should be avoided in AOT mode #33786
  • Inconsistent Lifecycle Management with Virtual Threads in Spring Boot Async Configuration #33780
  • Fix incorrect regex rendering in MVC controller documentation #33766
  • Improve documentation for allowEagerInit parameter in getBeanNamesForType() #33740
  • Fix Javadoc in ReactorNetty2ResourceFactory #33735
  • Document options for handling Date/Time parsing and formatting issues with JDK 20+ #33151

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.12.12 #33877
  • Upgrade to Reactor 2023.0.12 #33879

❤️ Contributors

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

... (truncated)

Commits
  • c160cba Release v6.1.15
  • 6cb41dc Upgrade to Netty 4.1.115
  • 1e95332 Fix link to "Resources" section in reference guide
  • fec6ba4 Polishing
  • bfde33a Document options for Date/Time parsing & formatting issues with JDK 20+
  • 14b9865 Remove ineffective JettyByteBufferIterator from WebSocket adapter
  • 62eb21f Add note on declaring autowired fields as ObjectProvider
  • 01c85b1 Add explicit note on blocking in case of concurrency limit
  • df376d9 Upgrade to Micrometer 1.12.12 and Reactor 2023.0.12
  • 4d792d0 Remove mentions of Joda-Time support
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-autoconfigure from 3.3.5 to 3.3.6

Release notes

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

v3.3.6

⚠️ Noteworthy

🐞 Bug Fixes

  • Spring Boot 3.3.x dependencies do not converge for Micrometer Tracing and OpenTelemetry #43200
  • Cannot package OCI image when 'docker.io/paketobuildpacks/new-relic' is provided as a buildpack #43170
  • WebServerPortFileWriter fails when using a portfile without extension #43116
  • SslOptions.isSpecified() only returns true if ciphers and enabled protocols are set #43083
  • Root cause of errors is hidden when loading images from archive #43069
  • mvn spring-boot:run fails on Windows with "Could Not Find or Load Main Class" when path contains non-ASCII characters #43051
  • Logback logging system does not process URLs with paths not ending in .xml #42989
  • NPE in bootBuildImage when setting DOCKER_CONTEXT=default #42959
  • build-info doesn't support seconds since the epoch from project.build.outputTimestamp #42935
  • NPE in OnClassCondition.resolveOutcomesThreaded following thread interruption because firstHalf is null #42925
  • X-Registry-Auth header sent to Docker Engine API contains field "authHeader" #42914
  • A @SpyBean on the output of a FactoryBean is not reset #31204

📔 Documentation

  • Documentation for 'spring.datasource.type' is misleading #43198
  • Update "Upgrading From" section to use "2.x" #43159
  • Include spring-boot-loader in API documentation #43151
  • Document how and where to add custom GraalVM configuration files #43073
  • Rework DataSource configuration examples to separate defining an additional DataSource and defining a DataSource of a different type #43058
  • Location of the layers schema is incorrect in the Maven Plugin's examples #43032
  • Link to Eclipse setup instructions

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

| Package | From | To |
| --- | --- | --- |
| [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) | `6.1.14` | `6.1.15` |
| [org.springframework:spring-core-test](https://github.com/spring-projects/spring-framework) | `6.1.14` | `6.1.15` |
| [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `6.1.14` | `6.1.15` |
| [org.springframework:spring-test](https://github.com/spring-projects/spring-framework) | `6.1.14` | `6.1.15` |
| [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.3.6` |
| [org.springframework.boot:spring-boot-test](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.3.6` |
| [org.springframework.boot:spring-boot-starter-data-jpa](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.3.6` |
| [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.3.6` |



Updates `org.springframework:spring-core` from 6.1.14 to 6.1.15
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.14...v6.1.15)

Updates `org.springframework:spring-core-test` from 6.1.14 to 6.1.15
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.14...v6.1.15)

Updates `org.springframework:spring-context` from 6.1.14 to 6.1.15
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.14...v6.1.15)

Updates `org.springframework:spring-test` from 6.1.14 to 6.1.15
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.14...v6.1.15)

Updates `org.springframework:spring-core-test` from 6.1.14 to 6.1.15
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.14...v6.1.15)

Updates `org.springframework:spring-context` from 6.1.14 to 6.1.15
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.14...v6.1.15)

Updates `org.springframework:spring-test` from 6.1.14 to 6.1.15
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.14...v6.1.15)

Updates `org.springframework.boot:spring-boot-autoconfigure` from 3.3.5 to 3.3.6
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.5...v3.3.6)

Updates `org.springframework.boot:spring-boot-test` from 3.3.5 to 3.3.6
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.5...v3.3.6)

Updates `org.springframework.boot:spring-boot-starter-data-jpa` from 3.3.5 to 3.3.6
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.5...v3.3.6)

Updates `org.springframework.boot:spring-boot-starter-test` from 3.3.5 to 3.3.6
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.5...v3.3.6)

Updates `org.springframework.boot:spring-boot-test` from 3.3.5 to 3.3.6
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.5...v3.3.6)

Updates `org.springframework.boot:spring-boot-starter-data-jpa` from 3.3.5 to 3.3.6
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.5...v3.3.6)

Updates `org.springframework.boot:spring-boot-starter-test` from 3.3.5 to 3.3.6
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.5...v3.3.6)

---
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-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-data-jpa
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-data-jpa
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@github-actions github-actions bot merged commit 429b07e into main Nov 26, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/maven/maven-dependencies-61ef44e80f branch November 26, 2024 13:04
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.

1 participant