fix: bump the springframework-dependencies group across 1 directory with 3 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 5
(9 months ago)
(about 2 months ago)
dependencies
Bumps the springframework-dependencies group with 3 updates in the / directory: org.springframework.cloud:spring-cloud-dependencies, org.springframework.boot and org.springframework.boot:spring-boot-autoconfigure.
Updates org.springframework.cloud:spring-cloud-dependencies from 2023.0.3 to 2024.0.0
Release notes
Sourced from org.springframework.cloud:spring-cloud-dependencies's releases.
2024.0.0
What's Changed
- Bump commons-io:commons-io from 2.11.0 to 2.14.0 in /docs by
@dependabotin spring-cloud/spring-cloud-release#293- Fix Readme.adoc contributing section by
@cppwfsin spring-cloud/spring-cloud-release#295New Contributors
@dependabotmade their first contribution in spring-cloud/spring-cloud-release#293@cppwfsmade their first contribution in spring-cloud/spring-cloud-release#295Full Changelog: https://github.com/spring-cloud/spring-cloud-release/compare/v2023.0.3...v2024.0.0
2023.0.4
Full Changelog: https://github.com/spring-cloud/spring-cloud-release/compare/v2023.0.3...v2023.0.4
Commits
b8c0cc7Update SNAPSHOT to 2024.0.0dad6c7aBumping versionse3aecb4Bumping versionsac80bf2Update CONTRIBUTING.md7b2744aFix Readme.adoc contributing sectionaaafee7Going back to snapshots8c8a889Update SNAPSHOT to 2024.0.0-RC12f30b61Updates boot version to 3.4.0-SNAPSHOTd073f95Going back to snapshots6d6e91eUpdate SNAPSHOT to 2024.0.0-M2- Additional commits viewable in compare view
Updates org.springframework.boot from 3.3.4 to 3.4.3
Release notes
Sourced from org.springframework.boot's releases.
v3.4.3
:star: New Features
- Add TWENTY_FOUR to JavaVersion enum #44209
:lady_beetle: Bug Fixes
- Console output may be lost when using Log4j2 with something that replaces System.out #44380
- Maven plugin does not consistently use ArgFile for classpath argument on Windows #44328
- Reactive Jetty web server does not fail fast when configured to use a server name bundle which Jetty does not support #44319
- When web server application context refresh fails, the original failure is lost if stopping or destroying the web server throws an exception #44317
- View resolver for Thymeleaf should back off if spring-webmvc is not present #44296
- WebServer is not destroyed when ReactiveWebServerApplicationContext refresh fails #44294
- Non-default DataSource candidates are not considered in H2ConsoleAutoConfiguration #44293
- Banner placeholder and defaults do not work during development #44255
- Mustache templates return with ISO-8859-1 charset rather than UTF-8 in Content-Type response header #44193
- Servlet EndpointRequest doesn't match web server namespace correctly #44188
- java.lang.ClassCastException when using default management security with WebFlux and health probes enabled #44052
- Logback configuration that relies on inner-classes does not work in a native image #44025
- IllegalStateException: Unable to register SSL bundle after 3.3.8 or 3.4.2 #43989
- Metrics and health do not include non-default candidate beans #43481
:notebook_with_decorative_cover: Documentation
- Document that auto-configuration classes should be identified using their binary names #44303
- Correct typo in MVC security when explaining when UserDetailsService auto-configuration will back off #44301
- Link to JarLauncher's javadoc #44170
- When using observability annotations, recommend that care is taken to avoid double instrumentation #44145
- Fix typo in Running Your Application #44035
- Document Kubernetes preStop handler when using a Docker image without a shell #44022
- Source snippet in Developing Your First Spring Boot Application section uses the root package #43983
- Correct the location of MyApplication.java in "Developing Your First Spring Boot Application" #43975
- Add links to Jackson Javadoc #43971
- Warn that some Quartz database schema scripts must be modified before use #43958
:hammer: Dependency Upgrades
- Upgrade to Commons Pool2 2.12.1 #44173
- Upgrade to Couchbase Client 3.7.8 #44269
- Upgrade to Groovy 4.0.25 #44174
- Upgrade to Hibernate 6.6.8.Final #44332
- Upgrade to HttpClient5 5.4.2 #44176
- Upgrade to HttpCore5 5.3.3 #44177
- Upgrade to Infinispan 15.0.13.Final #44178
- Upgrade to jOOQ 3.19.19 #44368
- Upgrade to Json-smart 2.5.2 #44264
- Upgrade to Maven Clean Plugin 3.4.1 #44349
- Upgrade to Micrometer 1.14.4 #44115
- Upgrade to Micrometer Tracing 1.4.3 #44116
- Upgrade to Native Build Tools Plugin 0.10.5 #44179
... (truncated)
Commits
2f53c0aRelease v3.4.3f99171fMerge branch '3.3.x' into 3.4.x70e0744Next development version (v3.3.10-SNAPSHOT)07d9db3Merge pull request #44380 from nosan2295809Register Log42J StatusListener575655cUpgrade Tomcat 11 smoke tests to Tomcat 11.0.4c74397aMerge branch '3.3.x' into 3.4.xc718461Protect against NoSuchMethodException on setReadOnly7dc9bf2Upgrade to Testcontainers Redis Module 2.2.47d1fc06Upgrade to Testcontainers 1.20.5- Additional commits viewable in compare view
Updates org.springframework.boot:spring-boot-autoconfigure from 3.3.4 to 3.4.3
Release notes
Sourced from org.springframework.boot:spring-boot-autoconfigure's releases.
v3.4.3
:star: New Features
- Add TWENTY_FOUR to JavaVersion enum #44209
:lady_beetle: Bug Fixes
- Console output may be lost when using Log4j2 with something that replaces System.out #44380
- Maven plugin does not consistently use ArgFile for classpath argument on Windows #44328
- Reactive Jetty web server does not fail fast when configured to use a server name bundle which Jetty does not support #44319
- When web server application context refresh fails, the original failure is lost if stopping or destroying the web server throws an exception #44317
- View resolver for Thymeleaf should back off if spring-webmvc is not present #44296
- WebServer is not destroyed when ReactiveWebServerApplicationContext refresh fails #44294
- Non-default DataSource candidates are not considered in H2ConsoleAutoConfiguration #44293
- Banner placeholder and defaults do not work during development #44255
- Mustache templates return with ISO-8859-1 charset rather than UTF-8 in Content-Type response header #44193
- Servlet EndpointRequest doesn't match web server namespace correctly #44188
- java.lang.ClassCastException when using default management security with WebFlux and health probes enabled #44052
- Logback configuration that relies on inner-classes does not work in a native image #44025
- IllegalStateException: Unable to register SSL bundle after 3.3.8 or 3.4.2 #43989
- Metrics and health do not include non-default candidate beans #43481
:notebook_with_decorative_cover: Documentation
- Document that auto-configuration classes should be identified using their binary names #44303
- Correct typo in MVC security when explaining when UserDetailsService auto-configuration will back off #44301
- Link to JarLauncher's javadoc #44170
- When using observability annotations, recommend that care is taken to avoid double instrumentation #44145
- Fix typo in Running Your Application #44035
- Document Kubernetes preStop handler when using a Docker image without a shell #44022
- Source snippet in Developing Your First Spring Boot Application section uses the root package #43983
- Correct the location of MyApplication.java in "Developing Your First Spring Boot Application" #43975
- Add links to Jackson Javadoc #43971
- Warn that some Quartz database schema scripts must be modified before use #43958
:hammer: Dependency Upgrades
- Upgrade to Commons Pool2 2.12.1 #44173
- Upgrade to Couchbase Client 3.7.8 #44269
- Upgrade to Groovy 4.0.25 #44174
- Upgrade to Hibernate 6.6.8.Final #44332
- Upgrade to HttpClient5 5.4.2 #44176
- Upgrade to HttpCore5 5.3.3 #44177
- Upgrade to Infinispan 15.0.13.Final #44178
- Upgrade to jOOQ 3.19.19 #44368
- Upgrade to Json-smart 2.5.2 #44264
- Upgrade to Maven Clean Plugin 3.4.1 #44349
- Upgrade to Micrometer 1.14.4 #44115
- Upgrade to Micrometer Tracing 1.4.3 #44116
- Upgrade to Native Build Tools Plugin 0.10.5 #44179
... (truncated)
Commits
2f53c0aRelease v3.4.3f99171fMerge branch '3.3.x' into 3.4.x70e0744Next development version (v3.3.10-SNAPSHOT)07d9db3Merge pull request #44380 from nosan2295809Register Log42J StatusListener575655cUpgrade Tomcat 11 smoke tests to Tomcat 11.0.4c74397aMerge branch '3.3.x' into 3.4.xc718461Protect against NoSuchMethodException on setReadOnly7dc9bf2Upgrade to Testcontainers Redis Module 2.2.47d1fc06Upgrade to Testcontainers 1.20.5- 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 will merge this PR once CI passes on it, as requested by @nickmcdowall.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
0
0
+0
-0
Package Dependencies
maven
2023.0.3 → 2024.0.0
Major
maven
3.3.4 → 3.4.3
Minor
Technical Details
| ID: | 5289333 |
| UUID: | 2868615162 |
| Node ID: | PR_kwDOJtt-2c6MBxYW |
| Host: | GitHub |
| Repository: | lsd-consulting/lsd-distributed-postgres-connector |