Skip to content

Commit b7e5a53

Browse files
authored
chore(deps): update spring boot to v2.7.15 (#8583)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.springframework.boot:spring-boot-maven-plugin](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.7.14` -> `2.7.15` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.springframework.boot:spring-boot-maven-plugin/2.7.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.springframework.boot:spring-boot-maven-plugin/2.7.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.springframework.boot:spring-boot-maven-plugin/2.7.14/2.7.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.springframework.boot:spring-boot-maven-plugin/2.7.14/2.7.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [org.springframework.boot:spring-boot-dependencies](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.7.14` -> `2.7.15` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.springframework.boot:spring-boot-dependencies/2.7.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.springframework.boot:spring-boot-dependencies/2.7.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.springframework.boot:spring-boot-dependencies/2.7.14/2.7.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.springframework.boot:spring-boot-dependencies/2.7.14/2.7.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [org.springframework.boot:spring-boot-starter-parent](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.7.14` -> `2.7.15` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.springframework.boot:spring-boot-starter-parent/2.7.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.springframework.boot:spring-boot-starter-parent/2.7.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.springframework.boot:spring-boot-starter-parent/2.7.14/2.7.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.springframework.boot:spring-boot-starter-parent/2.7.14/2.7.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | org.springframework.boot | `2.7.14` -> `2.7.15` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.springframework.boot/2.7.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.springframework.boot/2.7.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.springframework.boot/2.7.14/2.7.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.springframework.boot/2.7.14/2.7.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>spring-projects/spring-boot (org.springframework.boot:spring-boot-maven-plugin)</summary> ### [`v2.7.15`](https://togithub.com/spring-projects/spring-boot/releases/tag/v2.7.15) [Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v2.7.14...v2.7.15) #### 🐞 Bug Fixes - Artemis ConnectionFactory is not configured when CachingConnectionFactory is missing and enabled properties are false [#&#8203;36767](https://togithub.com/spring-projects/spring-boot/pull/36767) - server.max-http-request-header-size doesn't affect Netty server with http2 enabled [#&#8203;36766](https://togithub.com/spring-projects/spring-boot/pull/36766) - LogbackLoggingSystem does not report suppressed exception details [#&#8203;36645](https://togithub.com/spring-projects/spring-boot/issues/36645) - RabbitMQ smoke test is missing a test [#&#8203;36610](https://togithub.com/spring-projects/spring-boot/issues/36610) - Tomcat warns about a missing +/- prefix when enabling multiple protocols through server.ssl.enabled-protocols [#&#8203;36572](https://togithub.com/spring-projects/spring-boot/pull/36572) - Descriptions of started and ready time metrics contain time units but the unit may change when the metrics are exported [#&#8203;36507](https://togithub.com/spring-projects/spring-boot/pull/36507) - management.metrics.export.wavefront properties are incomplete [#&#8203;36498](https://togithub.com/spring-projects/spring-boot/issues/36498) - management.metrics.export.signalfx properties are incomplete [#&#8203;36497](https://togithub.com/spring-projects/spring-boot/issues/36497) - management.metrics.export.atlas properties are incomplete [#&#8203;36496](https://togithub.com/spring-projects/spring-boot/issues/36496) - Script-based database initialization fails with an unhelpful error message when configured with a resource that points to a directory [#&#8203;36386](https://togithub.com/spring-projects/spring-boot/issues/36386) - JobLauncherApplicationRunner returns a success exit code even when no jobs have been run [#&#8203;36060](https://togithub.com/spring-projects/spring-boot/pull/36060) - DatabaseDriver swallows real exception [#&#8203;34728](https://togithub.com/spring-projects/spring-boot/issues/34728) - Application Context initialized twice during test when exception thrown during initialization [#&#8203;24888](https://togithub.com/spring-projects/spring-boot/issues/24888) #### 📔 Documentation - Maven plugin docs contain invalid parameter for image building [#&#8203;37048](https://togithub.com/spring-projects/spring-boot/issues/37048) - Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes [#&#8203;36965](https://togithub.com/spring-projects/spring-boot/pull/36965) - Update RestTemplateBuilder#defaultHeader javadoc to reference correct client-side HTTP request class [#&#8203;36614](https://togithub.com/spring-projects/spring-boot/pull/36614) - `@since` is missing from javadoc of values added to JavaVersion since its introduction [#&#8203;36608](https://togithub.com/spring-projects/spring-boot/issues/36608) - Document that server.forward-headers-strategy property defaults to native when running on Kubernetes [#&#8203;36564](https://togithub.com/spring-projects/spring-boot/pull/36564) - Clarify the effect of using `@EnableWebMvc` [#&#8203;36506](https://togithub.com/spring-projects/spring-boot/issues/36506) - Documentation of spring.redis.url incorrectly states that it does not override spring.redis.user [#&#8203;36477](https://togithub.com/spring-projects/spring-boot/pull/36477) - Improve documentation to describe how `@EntityScan` and `@Enable?Repositories` can be used to tune scanning [#&#8203;36282](https://togithub.com/spring-projects/spring-boot/issues/36282) - Document that scripts for database initialization are optional by default and how they can be made mandatory [#&#8203;36176](https://togithub.com/spring-projects/spring-boot/issues/36176) - Document `@DataR2dbcTest` support [#&#8203;35014](https://togithub.com/spring-projects/spring-boot/issues/35014) - Update expected size of the jar file in the first application getting started documentation [#&#8203;34514](https://togithub.com/spring-projects/spring-boot/issues/34514) - Improve documentation of spring.cache.type=none [#&#8203;33694](https://togithub.com/spring-projects/spring-boot/issues/33694) - Clarify that spring.security.filter properties only apply to servlet-based web apps [#&#8203;33551](https://togithub.com/spring-projects/spring-boot/issues/33551) - Describe quirks of JUL and Log4j2 in the javadoc of OutputCaptureExtension [#&#8203;32562](https://togithub.com/spring-projects/spring-boot/issues/32562) - Documentation describes how to opt in to using the path pattern parser but it's now the default [#&#8203;32557](https://togithub.com/spring-projects/spring-boot/issues/32557) - Clarify table that shows how logging properties are transferred to system properties [#&#8203;32160](https://togithub.com/spring-projects/spring-boot/issues/32160) - Rework Working with NoSQL Technologies to clarify which stores are supported by Spring Data [#&#8203;29694](https://togithub.com/spring-projects/spring-boot/issues/29694) - Clarify how nested directories are treated for configtree with wildcards [#&#8203;28203](https://togithub.com/spring-projects/spring-boot/issues/28203) - Document defaults for spring.mvc.format.\* and spring.webflux.format.\* properties [#&#8203;30041](https://togithub.com/spring-projects/spring-boot/issues/30041) #### 🔨 Dependency Upgrades - Upgrade to Elasticsearch 7.17.12 [#&#8203;36870](https://togithub.com/spring-projects/spring-boot/issues/36870) - Upgrade to Groovy 3.0.19 [#&#8203;37055](https://togithub.com/spring-projects/spring-boot/issues/37055) - Upgrade to MariaDB 3.1.4 [#&#8203;36394](https://togithub.com/spring-projects/spring-boot/issues/36394) - Upgrade to Micrometer 1.9.14 [#&#8203;36824](https://togithub.com/spring-projects/spring-boot/issues/36824) - Upgrade to Netty 4.1.97.Final [#&#8203;37085](https://togithub.com/spring-projects/spring-boot/issues/37085) - Upgrade to Reactor Bom 2020.0.35 [#&#8203;36825](https://togithub.com/spring-projects/spring-boot/issues/36825) - Upgrade to Spring AMQP 2.4.15 [#&#8203;36826](https://togithub.com/spring-projects/spring-boot/issues/36826) - Upgrade to Spring Batch 4.3.9 [#&#8203;36827](https://togithub.com/spring-projects/spring-boot/issues/36827) - Upgrade to Spring Data Bom 2021.2.15 [#&#8203;36828](https://togithub.com/spring-projects/spring-boot/issues/36828) - Upgrade to Tomcat 9.0.79 [#&#8203;36992](https://togithub.com/spring-projects/spring-boot/issues/36992) - Upgrade to Undertow 2.2.26.Final [#&#8203;37029](https://togithub.com/spring-projects/spring-boot/issues/37029) #### ❤️ Contributors Thank you to all the contributors who worked on this release: [@&#8203;MahatmaFatalError](https://togithub.com/MahatmaFatalError), [@&#8203;NersesAM](https://togithub.com/NersesAM), [@&#8203;chicobento](https://togithub.com/chicobento), [@&#8203;dependabot](https://togithub.com/dependabot)\[bot], [@&#8203;dreis2211](https://togithub.com/dreis2211), [@&#8203;eddumelendez](https://togithub.com/eddumelendez), [@&#8203;elevne](https://togithub.com/elevne), [@&#8203;fzyzcjy](https://togithub.com/fzyzcjy), [@&#8203;itsAkshayDubey](https://togithub.com/itsAkshayDubey), [@&#8203;izeye](https://togithub.com/izeye), [@&#8203;msobeck](https://togithub.com/msobeck), [@&#8203;rob-valor](https://togithub.com/rob-valor), [@&#8203;spa-abaudat](https://togithub.com/spa-abaudat), and [@&#8203;vpavic](https://togithub.com/vpavic) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/GoogleCloudPlatform/java-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzYuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1 parent 8f24705 commit b7e5a53

File tree

21 files changed

+22
-22
lines changed

21 files changed

+22
-22
lines changed

appengine-java11/springboot-helloworld/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<properties>
3232
<maven.compiler.target>11</maven.compiler.target>
3333
<maven.compiler.source>11</maven.compiler.source>
34-
<spring-boot.version>2.7.14</spring-boot.version>
34+
<spring-boot.version>2.7.15</spring-boot.version>
3535
</properties>
3636

3737
<dependencyManagement>

appengine-java11/tasks-handler/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ limitations under the License.
3434
<properties>
3535
<maven.compiler.target>11</maven.compiler.target>
3636
<maven.compiler.source>11</maven.compiler.source>
37-
<spring.boot.version>2.7.14</spring.boot.version>
37+
<spring.boot.version>2.7.15</spring.boot.version>
3838
</properties>
3939

4040
<dependencyManagement>

appengine-java8/springboot-helloworld/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<properties>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
24-
<spring.boot.version>2.7.14</spring.boot.version> <!-- DO NOT UPDATE w/o MANUAL TESTING -->
24+
<spring.boot.version>2.7.15</spring.boot.version> <!-- DO NOT UPDATE w/o MANUAL TESTING -->
2525
<maven.compiler.target>1.8</maven.compiler.target>
2626
<maven.compiler.source>1.8</maven.compiler.source>
2727
</properties>

cloud-sql/r2dbc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<java.version>11</java.version>
2525
<maven.compiler.target>11</maven.compiler.target>
2626
<maven.compiler.source>11</maven.compiler.source>
27-
<spring.boot.version>2.7.14</spring.boot.version>
27+
<spring.boot.version>2.7.15</spring.boot.version>
2828
</properties>
2929

3030
<dependencies>

flexible/java-11/analytics/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<appengine.maven.plugin>2.4.4</appengine.maven.plugin>
3838
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->
3939

40-
<spring.boot.version>2.7.14</spring.boot.version>
40+
<spring.boot.version>2.7.15</spring.boot.version>
4141
</properties>
4242

4343
<dependencyManagement>

flexible/java-11/cloudstorage/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
<appengine.maven.plugin>2.4.4</appengine.maven.plugin>
4040

41-
<spring.boot.version>2.7.14</spring.boot.version>
41+
<spring.boot.version>2.7.15</spring.boot.version>
4242
</properties>
4343

4444
<!-- [START gae_flex_storage_dependencies] -->

flexible/java-11/datastore/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
<appengine.maven.plugin>2.4.4</appengine.maven.plugin>
4040

41-
<spring.boot.version>2.7.14</spring.boot.version>
41+
<spring.boot.version>2.7.15</spring.boot.version>
4242
</properties>
4343

4444
<!-- [START gae_flex_datastore_config] -->

flexible/java-11/pubsub/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<appengine.maven.plugin>2.4.4</appengine.maven.plugin>
4040
<jetty>10.0.15</jetty>
4141

42-
<spring.boot.version>2.7.14</spring.boot.version>
42+
<spring.boot.version>2.7.15</spring.boot.version>
4343
</properties>
4444

4545
<dependencyManagement>

flexible/java-11/springboot-helloworld/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<properties>
3333
<maven.compiler.target>11</maven.compiler.target>
3434
<maven.compiler.source>11</maven.compiler.source>
35-
<spring.boot.version>2.7.14</spring.boot.version>
35+
<spring.boot.version>2.7.15</spring.boot.version>
3636
</properties>
3737

3838
<dependencyManagement>

flexible/java-11/static-files/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
<appengine.maven.plugin>2.4.4</appengine.maven.plugin>
4040

41-
<spring.boot.version>2.7.14</spring.boot.version>
41+
<spring.boot.version>2.7.15</spring.boot.version>
4242
</properties>
4343

4444
<dependencyManagement>

flexible/java-11/websocket-jetty/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<maven.compiler.source>11</maven.compiler.source>
3939
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->
4040
<jetty.version>9.4.51.v20230217</jetty.version>
41-
<spring.boot.version>2.7.14</spring.boot.version>
41+
<spring.boot.version>2.7.15</spring.boot.version>
4242
</properties>
4343

4444
<dependencyManagement>

flexible/java-8/helloworld-springboot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<properties>
3535
<maven.compiler.source>1.8</maven.compiler.source>
3636
<maven.compiler.target>1.8</maven.compiler.target>
37-
<spring.boot.version>2.7.14</spring.boot.version>
37+
<spring.boot.version>2.7.15</spring.boot.version>
3838
</properties>
3939

4040
<dependencyManagement>

monitoring/prometheus/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ limitations under the License.
5151
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5252
<maven.compiler.target>11</maven.compiler.target>
5353
<maven.compiler.source>11</maven.compiler.source>
54-
<spring-boot.version>2.7.14</spring-boot.version>
54+
<spring-boot.version>2.7.15</spring-boot.version>
5555
</properties>
5656
<dependencies>
5757
<dependency>

pubsub/spring/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
plugins {
1818
id 'application'
1919
id 'java'
20-
id 'org.springframework.boot' version '2.7.14'
20+
id 'org.springframework.boot' version '2.7.15'
2121
}
2222

2323
repositories {
@@ -35,7 +35,7 @@ java.sourceCompatibility = JavaVersion.VERSION_1_8
3535

3636
dependencies {
3737
implementation platform('com.google.cloud:spring-cloud-gcp-dependencies:3.6.3')
38-
implementation platform('org.springframework.boot:spring-boot-dependencies:2.7.14')
38+
implementation platform('org.springframework.boot:spring-boot-dependencies:2.7.15')
3939
implementation 'com.github.spotbugs:spotbugs-annotations:4.7.3'
4040
implementation 'com.google.cloud:spring-cloud-gcp-pubsub-stream-binder'
4141
implementation 'com.google.cloud:spring-cloud-gcp-starter-pubsub'

pubsub/spring/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<properties>
2828
<maven.compiler.target>1.8</maven.compiler.target>
2929
<maven.compiler.source>1.8</maven.compiler.source>
30-
<spring.boot.version>2.7.14</spring.boot.version>
30+
<spring.boot.version>2.7.15</spring.boot.version>
3131
</properties>
3232

3333
<!--

recaptcha_enterprise/demosite/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<maven.compiler.source>11</maven.compiler.source>
4747
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4848
<app.mainclass>app.SpringbootMain</app.mainclass>
49-
<spring.boot.version>2.7.14</spring.boot.version>
49+
<spring.boot.version>2.7.15</spring.boot.version>
5050
</properties>
5151

5252
<dependencies>

recaptcha_enterprise/snippets/src/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<maven.compiler.target>11</maven.compiler.target>
2222
<maven.compiler.source>11</maven.compiler.source>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
24-
<spring.boot.version>2.7.14</spring.boot.version>
24+
<spring.boot.version>2.7.15</spring.boot.version>
2525
</properties>
2626

2727

run/endpoints-v2-backend/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ limitations under the License.
3636
<maven.compiler.target>11</maven.compiler.target>
3737
<maven.compiler.source>11</maven.compiler.source>
3838
<endpoints.project.id>PROJECT ID</endpoints.project.id>
39-
<spring-boot.version>2.7.14</spring-boot.version>
39+
<spring-boot.version>2.7.15</spring-boot.version>
4040
</properties>
4141

4242
<dependencyManagement>

spanner/r2dbc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<properties>
1212
<maven.compiler.target>1.8</maven.compiler.target>
1313
<maven.compiler.source>1.8</maven.compiler.source>
14-
<spring-boot.version>2.7.14</spring-boot.version>
14+
<spring-boot.version>2.7.15</spring-boot.version>
1515
</properties>
1616

1717
<!--

spanner/spring-data/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<properties>
2222
<maven.compiler.target>1.8</maven.compiler.target>
2323
<maven.compiler.source>1.8</maven.compiler.source>
24-
<spring.boot.version>2.7.14</spring.boot.version>
24+
<spring.boot.version>2.7.15</spring.boot.version>
2525
</properties>
2626

2727
<!--

vision/spring-framework/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<properties>
2222
<maven.compiler.target>1.8</maven.compiler.target>
2323
<maven.compiler.source>1.8</maven.compiler.source>
24-
<spring.version>2.7.14</spring.version>
24+
<spring.version>2.7.15</spring.version>
2525
</properties>
2626

2727
<!--

0 commit comments

Comments
 (0)