Bump the all-maven-dependencies group across 2 directories with 3 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(12 months ago)
(12 months ago)
(12 months ago)
by beckermarc
dependencies java
Bumps the all-maven-dependencies group with 3 updates in the / directory: org.springframework.boot:spring-boot-starter-parent, com.sap.cloud.sdk:sdk-modules-bom and org.codehaus.mojo:flatten-maven-plugin.
Bumps the all-maven-dependencies group with 3 updates in the /srv directory: org.springframework.boot:spring-boot-starter-parent, com.sap.cloud.sdk:sdk-modules-bom and org.codehaus.mojo:flatten-maven-plugin.
Updates org.springframework.boot:spring-boot-starter-parent from 3.5.0 to 3.5.3
Release notes
Sourced from org.springframework.boot:spring-boot-starter-parent's releases.
v3.5.3
:lady_beetle: Bug Fixes
- Binder context does not restore previous source causing missing data on Spring Boot 3.5 or above #46040
v3.5.2
:lady_beetle: Bug Fixes
- IllegalArgumentException: 'name' must not be null thrown when property source filtering applied twice #46032
v3.5.1
:warning: Noteworthy Changes
- This release upgrades to Tomcat 10.1.42 which has introduced limits for part count and header size in
multipart/form-datarequests. These limits can be customized usingserver.tomcat.max-part-countandserver.tomcat.max-part-header-sizerespectively.:star: New Features
- Allow Specifying ConfigData.Options On ConfigDataEnvironmentContributors #42932
:lady_beetle: Bug Fixes
- Executable JAR application class encounters performance issues when classpath URLs reference a host #46028
- Loading from spring.factories may fail with a ClassNotFoundException when the TCCL changes between calls #46019
- spring.couchbase.authentication.jks.private-key-password has no effect #46006
- Actuator heapdump endpoint is failing on modern OpenJ9 JVMs #46005
- UnboundConfigurationPropertiesException is no longer thrown from IndexedElementsBinder #45994
- DataSouceBuilder can fail with a NPE when the driver is null #45992
- JSON writer incorrectly escapes forward slash which can cause structure logging issues #45980
- ManagementContextAutoConfiguration adds a property source that degrades binding performance #45968
- ClientHttpConnectorAutoConfiguration fails to load when 'java.net.http.HttpClient' is unavailable #45955
- It is not possible to opt-out of profile validation or use profile names that contain '.' #45947
- GraphQlProperties.DeprecatedSse is not annotated as deprecated #45878
- SpringApplication.setEnvironmentPrefix is ignored when reading MANAGEMENT_SERVER_PORT #45857
- Write and delete operations no longer work in the Cloud Foundry actuator support with Spring Security due to CSRF protection #45848
- ConditionalOnAvailableEndpoint does not use the ConditionContext's ClassLoader to load exposure outcome contributors #45803
- Binding no longer works with sytem environment properties that are not upper case #45741
- ManagementWebServerFactoryCustomizer and ManagementErrorPageCustomizer should not have the same order #45736
- Default version of Awailitility is not compatible with Kotlin 1.9 baseline #45673
- Spring Boot 3.5's dependency management should have been upgraded to Lettuce 6.6.0.RELEASE #45670
- Spring Boot 3.5's dependency management should have been upgraded to Jedis 6.0.0 #45669
- SAML2 autoconfiguration is not imported by
@WebMvcTest#45666- Spring Boot 3.5's dependency management should have been upgraded to MongoDB 5.5.0 #45660
:notebook_with_decorative_cover: Documentation
- Fix Docker security options links in Packaging OCI images sections #46021
- Improve documentation for configuring Spring Security with '/error' #46009
- Timestamps in Retrieving Audit Events examples do not match the accompanying text #45997
- Add SSL response structure to actuator info endpoint documentation #45921
- Update javadoc of test slice annotations to suggest MockitoBean rather than MockBean #45915
- Include configuration classes from all modules in the "Auto-configuration Classes" appendix #45863
... (truncated)
Commits
0ec7194Release v3.5.318e5e06Merge branch '3.4.x'cb9cf45Restore previous source in Context.withSource calls01a23c3Next development version (v3.5.3-SNAPSHOT)7b553d9Protect against null names when filter is applied more than once440ea79Next development version (v3.5.2-SNAPSHOT)a816518Merge branch '3.4.x'05906ccNext development version (v3.4.8-SNAPSHOT)74fe4adUpgrade to HttpClient5 5.598632a1Merge branch '3.4.x'- Additional commits viewable in compare view
Updates com.sap.cloud.sdk:sdk-modules-bom from 5.19.0 to 5.20.0
Updates org.codehaus.mojo:flatten-maven-plugin from 1.7.0 to 1.7.1
Release notes
Sourced from org.codehaus.mojo:flatten-maven-plugin's releases.
1.7.1
🐛 Bug Fixes
- Fix #400 - Preserve POM content ordering (and formatting) on resolveCiFriendliesOnly flattenMode (#446)
@stechio- Fix FilteringValueSourceWrapper for a newer version of plexus-interpolation, Maven 3.9.10 (#453)
@slawekjaranowski📝 Documentation updates
- Use resolveCiFriendliesOnly in examples instead of minimum for flattenMode (#460)
@slawekjaranowski- Remove a dead link to MOJO-2030 from documentation (#459)
@slawekjaranowski- Rename 'Goals' to 'Plugin Documentation' in site manu (#456)
@slawekjaranowski👻 Maintenance
- Fix typo in License name (#458)
@slawekjaranowski- Use constant 3.6.3 in prerequisites/maven as minimal Maven version (#457)
@slawekjaranowski📦 Dependency updates
- Bump mavenVersion from 3.6.3 to 3.9.10 (#455) @dependabot[bot]
- Bump com.fasterxml.jackson.core:jackson-core from 2.3.3 to 2.13.0 in /src/it/projects/bom-pomElements/bom (#450) @dependabot[bot]
- Bump org.codehaus.mojo:mojo-parent from 87 to 92 (#454) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-interpolation from 1.27 to 1.28 (#443) @dependabot[bot]
- Bump commons-io:commons-io from 2.18.0 to 2.19.0 (#444) @dependabot[bot]
Commits
230eba3[maven-release-plugin] prepare release 1.7.126cae6eUse resolveCiFriendliesOnly in examples instead of minimum for flattenMode38f9223Remove a dead link to MOJO-2030 from documentation01a2c4bFix typo in License name0d8315fBump mavenVersion from 3.6.3 to 3.9.10 (#455)c26c762Use constant 3.6.3 in prerequisites/maven as minimal Maven version2bf5adeRename 'Goals' to 'Plugin Documentation' in site manu428bf0aBump com.fasterxml.jackson.core:jackson-core9e803eaFix #400 - Preserve POM content ordering (and formatting) on resolveCiFriendl...f05de18Bump org.codehaus.mojo:mojo-parent from 87 to 92- Additional commits viewable in compare view
Updates org.springframework.boot:spring-boot-starter-parent from 3.5.0 to 3.5.3
Release notes
Sourced from org.springframework.boot:spring-boot-starter-parent's releases.
v3.5.3
:lady_beetle: Bug Fixes
- Binder context does not restore previous source causing missing data on Spring Boot 3.5 or above #46040
v3.5.2
:lady_beetle: Bug Fixes
- IllegalArgumentException: 'name' must not be null thrown when property source filtering applied twice #46032
v3.5.1
:warning: Noteworthy Changes
- This release upgrades to Tomcat 10.1.42 which has introduced limits for part count and header size in
multipart/form-datarequests. These limits can be customized usingserver.tomcat.max-part-countandserver.tomcat.max-part-header-sizerespectively.:star: New Features
- Allow Specifying ConfigData.Options On ConfigDataEnvironmentContributors #42932
:lady_beetle: Bug Fixes
- Executable JAR application class encounters performance issues when classpath URLs reference a host #46028
- Loading from spring.factories may fail with a ClassNotFoundException when the TCCL changes between calls #46019
- spring.couchbase.authentication.jks.private-key-password has no effect #46006
- Actuator heapdump endpoint is failing on modern OpenJ9 JVMs #46005
- UnboundConfigurationPropertiesException is no longer thrown from IndexedElementsBinder #45994
- DataSouceBuilder can fail with a NPE when the driver is null #45992
- JSON writer incorrectly escapes forward slash which can cause structure logging issues #45980
- ManagementContextAutoConfiguration adds a property source that degrades binding performance #45968
- ClientHttpConnectorAutoConfiguration fails to load when 'java.net.http.HttpClient' is unavailable #45955
- It is not possible to opt-out of profile validation or use profile names that contain '.' #45947
- GraphQlProperties.DeprecatedSse is not annotated as deprecated #45878
- SpringApplication.setEnvironmentPrefix is ignored when reading MANAGEMENT_SERVER_PORT #45857
- Write and delete operations no longer work in the Cloud Foundry actuator support with Spring Security due to CSRF protection #45848
- ConditionalOnAvailableEndpoint does not use the ConditionContext's ClassLoader to load exposure outcome contributors #45803
- Binding no longer works with sytem environment properties that are not upper case #45741
- ManagementWebServerFactoryCustomizer and ManagementErrorPageCustomizer should not have the same order #45736
- Default version of Awailitility is not compatible with Kotlin 1.9 baseline #45673
- Spring Boot 3.5's dependency management should have been upgraded to Lettuce 6.6.0.RELEASE #45670
- Spring Boot 3.5's dependency management should have been upgraded to Jedis 6.0.0 #45669
- SAML2 autoconfiguration is not imported by
@WebMvcTest#45666- Spring Boot 3.5's dependency management should have been upgraded to MongoDB 5.5.0 #45660
:notebook_with_decorative_cover: Documentation
- Fix Docker security options links in Packaging OCI images sections #46021
- Improve documentation for configuring Spring Security with '/error' #46009
- Timestamps in Retrieving Audit Events examples do not match the accompanying text #45997
- Add SSL response structure to actuator info endpoint documentation #45921
- Update javadoc of test slice annotations to suggest MockitoBean rather than MockBean #45915
- Include configuration classes from all modules in the "Auto-configuration Classes" appendix #45863
... (truncated)
Commits
0ec7194Release v3.5.318e5e06Merge branch '3.4.x'cb9cf45Restore previous source in Context.withSource calls01a23c3Next development version (v3.5.3-SNAPSHOT)7b553d9Protect against null names when filter is applied more than once440ea79Next development version (v3.5.2-SNAPSHOT)a816518Merge branch '3.4.x'05906ccNext development version (v3.4.8-SNAPSHOT)74fe4adUpgrade to HttpClient5 5.598632a1Merge branch '3.4.x'- Additional commits viewable in compare view
Updates com.sap.cloud.sdk:sdk-modules-bom from 5.19.0 to 5.20.0
Updates org.codehaus.mojo:flatten-maven-plugin from 1.7.0 to 1.7.1
Release notes
Sourced from org.codehaus.mojo:flatten-maven-plugin's releases.
1.7.1
🐛 Bug Fixes
- Fix #400 - Preserve POM content ordering (and formatting) on resolveCiFriendliesOnly flattenMode (#446)
@stechio- Fix FilteringValueSourceWrapper for a newer version of plexus-interpolation, Maven 3.9.10 (#453)
@slawekjaranowski📝 Documentation updates
- Use resolveCiFriendliesOnly in examples instead of minimum for flattenMode (#460)
@slawekjaranowski- Remove a dead link to MOJO-2030 from documentation (#459)
@slawekjaranowski- Rename 'Goals' to 'Plugin Documentation' in site manu (#456)
@slawekjaranowski👻 Maintenance
- Fix typo in License name (#458)
@slawekjaranowski- Use constant 3.6.3 in prerequisites/maven as minimal Maven version (#457)
@slawekjaranowski📦 Dependency updates
- Bump mavenVersion from 3.6.3 to 3.9.10 (#455) @dependabot[bot]
- Bump com.fasterxml.jackson.core:jackson-core from 2.3.3 to 2.13.0 in /src/it/projects/bom-pomElements/bom (#450) @dependabot[bot]
- Bump org.codehaus.mojo:mojo-parent from 87 to 92 (#454) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-interpolation from 1.27 to 1.28 (#443) @dependabot[bot]
- Bump commons-io:commons-io from 2.18.0 to 2.19.0 (#444) @dependabot[bot]
Commits
230eba3[maven-release-plugin] prepare release 1.7.126cae6eUse resolveCiFriendliesOnly in examples instead of minimum for flattenMode38f9223Remove a dead link to MOJO-2030 from documentation01a2c4bFix typo in License name0d8315fBump mavenVersion from 3.6.3 to 3.9.10 (#455)c26c762Use constant 3.6.3 in prerequisites/maven as minimal Maven version2bf5adeRename 'Goals' to 'Plugin Documentation' in site manu428bf0aBump com.fasterxml.jackson.core:jackson-core9e803eaFix #400 - Preserve POM content ordering (and formatting) on resolveCiFriendl...f05de18Bump org.codehaus.mojo:mojo-parent from 87 to 92- 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 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
1
1
+3
-3
Package Dependencies
maven
3.5.0 → 3.5.3
Patch
maven
1.7.0 → 1.7.1
Patch
com.sap.cloud.sdk:sdk-modules-bom
maven
5.19.0 → 5.20.0
Minor
Technical Details
| ID: | 2068702 |
| UUID: | 2611777401 |
| Node ID: | PR_kwDOD4OiKs6brI95 |
| Host: | GitHub |
| Repository: | SAP-samples/cloud-cap-samples-java |
| Merge State: | Unknown |