Skip to content

Commit 2345029

Browse files
chore(deps): update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.2.2 (#1215)
[![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-gradle-plugin](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `3.2.1` -> `3.2.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.springframework.boot:spring-boot-gradle-plugin/3.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.springframework.boot:spring-boot-gradle-plugin/3.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.springframework.boot:spring-boot-gradle-plugin/3.2.1/3.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.springframework.boot:spring-boot-gradle-plugin/3.2.1/3.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>spring-projects/spring-boot (org.springframework.boot:spring-boot-gradle-plugin)</summary> ### [`v3.2.2`](https://togithub.com/spring-projects/spring-boot/releases/tag/v3.2.2) #### 🐞 Bug Fixes - SslBundle implementations do not provide useful toString() results [#&#8203;39167](https://togithub.com/spring-projects/spring-boot/issues/39167) - JarEntry.getComment() returns incorrect result from NestedJarFile instances [#&#8203;39166](https://togithub.com/spring-projects/spring-boot/issues/39166) - Mixing PEM and JKS certificate material in server.ssl properties does not work [#&#8203;39158](https://togithub.com/spring-projects/spring-boot/issues/39158) - Having AspectJ and Micrometer on the classpath is not a strong enough signal to enable support for Micrometer observation annotations [#&#8203;39128](https://togithub.com/spring-projects/spring-boot/issues/39128) - Actuator endpoints with no operations that use selectors are not accessible when mapped to / [#&#8203;39122](https://togithub.com/spring-projects/spring-boot/issues/39122) - Spring Boot 3.2 app that uses WebFlux, Security, and Actuator may fail to start due to a missing authentication manager [#&#8203;39096](https://togithub.com/spring-projects/spring-boot/issues/39096) - management.observations.http.server.requests.name no longer has any effect [#&#8203;39083](https://togithub.com/spring-projects/spring-boot/issues/39083) - spring.rabbitmq.listener.stream.auto-startup property has no effect [#&#8203;39078](https://togithub.com/spring-projects/spring-boot/issues/39078) - Error mark in the log message for PatternParseException is in the wrong place [#&#8203;39075](https://togithub.com/spring-projects/spring-boot/issues/39075) - Configuring server.jetty.max-connections has no effect [#&#8203;39052](https://togithub.com/spring-projects/spring-boot/pull/39052) - `@ConfigurationPropertiesBinding` converters that rely on initial CharSequence to String conversion no longer work [#&#8203;39051](https://togithub.com/spring-projects/spring-boot/issues/39051) - Manifest attributes cannot be resolved with the new loader implementation [#&#8203;38996](https://togithub.com/spring-projects/spring-boot/issues/38996) - Throwable from logging system initialization may result in the application silently failing to start [#&#8203;38963](https://togithub.com/spring-projects/spring-boot/issues/38963) - When using Jetty, idle timeout for IO operations and delayed dispatch cannot be set to less than 30000ms [#&#8203;38960](https://togithub.com/spring-projects/spring-boot/issues/38960) - spring-boot-maven-plugin repackage uber jar execution fails when jar is put on WSL network drive [#&#8203;38956](https://togithub.com/spring-projects/spring-boot/issues/38956) - Oracle OJDBC BOM version is flagged not for production use [#&#8203;38943](https://togithub.com/spring-projects/spring-boot/issues/38943) - Connection leak when using jOOQ and spring.jooq.sql-dialect has not been set [#&#8203;38924](https://togithub.com/spring-projects/spring-boot/pull/38924) - AutoConfigurationSorter does not always respect `@AutoConfigureOrder`(Ordered.LOWEST_PRECEDENCE) [#&#8203;38916](https://togithub.com/spring-projects/spring-boot/issues/38916) - Containers are not started when using `@ImportTestcontainers` [#&#8203;38913](https://togithub.com/spring-projects/spring-boot/issues/38913) - Even when spring.security.user.name or spring.security.user.password has been configured, user details auto-configuration still backs off when resource server is on the classpath [#&#8203;38864](https://togithub.com/spring-projects/spring-boot/issues/38864) - MockRestServiceServerAutoConfiguration with RestTemplate and RestClient together throws incorrect exception [#&#8203;38820](https://togithub.com/spring-projects/spring-boot/issues/38820) #### 📔 Documentation - Improve "Sanitize Sensitive Values" section in reference documentation [#&#8203;39199](https://togithub.com/spring-projects/spring-boot/issues/39199) - Fix link to Log4j2's JDK logging adapter documentation [#&#8203;39171](https://togithub.com/spring-projects/spring-boot/issues/39171) - Update CRaC support status link [#&#8203;39170](https://togithub.com/spring-projects/spring-boot/pull/39170) - Remove entry for OCI starter as it is no longer maintained [#&#8203;39165](https://togithub.com/spring-projects/spring-boot/issues/39165) - Update links to Micrometer docs in metrics section of reference docs [#&#8203;39149](https://togithub.com/spring-projects/spring-boot/issues/39149) - Use the term "tags" in documentation consistently [#&#8203;39125](https://togithub.com/spring-projects/spring-boot/pull/39125) - Correct the documentation on injecting dependencies into FailureAnalyzer implementations [#&#8203;39100](https://togithub.com/spring-projects/spring-boot/issues/39100) - Polish reference documentation [#&#8203;38942](https://togithub.com/spring-projects/spring-boot/pull/38942) - Document virtual threads limitations [#&#8203;38883](https://togithub.com/spring-projects/spring-boot/issues/38883) #### 🔨 Dependency Upgrades - Upgrade to MySQL 8.3.0 [#&#8203;39081](https://togithub.com/spring-projects/spring-boot/issues/39081) - Upgrade to Byte Buddy 1.14.11 [#&#8203;39184](https://togithub.com/spring-projects/spring-boot/issues/39184) - Upgrade to Groovy 4.0.17 [#&#8203;39185](https://togithub.com/spring-projects/spring-boot/issues/39185) - Upgrade to jOOQ 3.18.9 [#&#8203;39186](https://togithub.com/spring-projects/spring-boot/issues/39186) - Upgrade to Kotlin 1.9.22 [#&#8203;39187](https://togithub.com/spring-projects/spring-boot/issues/39187) - Upgrade to Lettuce 6.3.1.RELEASE [#&#8203;39188](https://togithub.com/spring-projects/spring-boot/issues/39188) - Upgrade to MariaDB 3.3.2 [#&#8203;38901](https://togithub.com/spring-projects/spring-boot/issues/38901) - Upgrade to Micrometer 1.12.2 [#&#8203;38978](https://togithub.com/spring-projects/spring-boot/issues/38978) - Upgrade to Micrometer Tracing 1.2.2 [#&#8203;38979](https://togithub.com/spring-projects/spring-boot/issues/38979) - Upgrade to Neo4j Java Driver 5.15.0 [#&#8203;39136](https://togithub.com/spring-projects/spring-boot/issues/39136) - Upgrade to Netty 4.1.105.Final [#&#8203;39189](https://togithub.com/spring-projects/spring-boot/issues/39189) - Upgrade to Pulsar 3.1.2 [#&#8203;39190](https://togithub.com/spring-projects/spring-boot/issues/39190) - Upgrade to Pulsar Reactive 0.5.2 [#&#8203;39191](https://togithub.com/spring-projects/spring-boot/issues/39191) - Upgrade to R2DBC MySQL 1.0.6 [#&#8203;39192](https://togithub.com/spring-projects/spring-boot/issues/39192) - Upgrade to R2DBC Postgresql 1.0.4.RELEASE [#&#8203;39193](https://togithub.com/spring-projects/spring-boot/issues/39193) - Upgrade to R2DBC Proxy 1.1.4.RELEASE [#&#8203;39194](https://togithub.com/spring-projects/spring-boot/issues/39194) - Upgrade to Reactor Bom 2023.0.2 [#&#8203;38980](https://togithub.com/spring-projects/spring-boot/issues/38980) - Upgrade to SLF4J 2.0.11 [#&#8203;39195](https://togithub.com/spring-projects/spring-boot/issues/39195) - Upgrade to Spring Data Bom 2023.1.2 [#&#8203;38981](https://togithub.com/spring-projects/spring-boot/issues/38981) - Upgrade to Spring Framework 6.1.3 [#&#8203;38982](https://togithub.com/spring-projects/spring-boot/issues/38982) - Upgrade to Spring Pulsar 1.0.2 [#&#8203;38994](https://togithub.com/spring-projects/spring-boot/issues/38994) - Upgrade to Spring WS 4.0.10 [#&#8203;39130](https://togithub.com/spring-projects/spring-boot/issues/39130) - Upgrade to Tomcat 10.1.18 [#&#8203;39196](https://togithub.com/spring-projects/spring-boot/issues/39196) #### ❤️ Contributors Thank you to all the contributors who worked on this release: [@&#8203;724thomas](https://togithub.com/724thomas), [@&#8203;BenchmarkingBuffalo](https://togithub.com/BenchmarkingBuffalo), [@&#8203;FBibonne](https://togithub.com/FBibonne), [@&#8203;Wzy19930507](https://togithub.com/Wzy19930507), [@&#8203;amparab](https://togithub.com/amparab), [@&#8203;dependabot](https://togithub.com/dependabot)\[bot], [@&#8203;dreis2211](https://togithub.com/dreis2211), [@&#8203;okohub](https://togithub.com/okohub), [@&#8203;onobc](https://togithub.com/onobc), [@&#8203;sdeleuze](https://togithub.com/sdeleuze), [@&#8203;skcskitano](https://togithub.com/skcskitano), and [@&#8203;tobias-lippert](https://togithub.com/tobias-lippert) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update 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/line/line-bot-sdk-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3724d7b commit 2345029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
implementation("io.github.gradle-nexus:publish-plugin:1.3.0")
1616
implementation("org.openapitools:openapi-generator-gradle-plugin:7.2.0")
1717
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.6")
18-
implementation("org.springframework.boot:spring-boot-gradle-plugin:3.2.1")
18+
implementation("org.springframework.boot:spring-boot-gradle-plugin:3.2.2")
1919

2020
// workaround to use libs in a precompiled script plugin.
2121
// https://github.com/gradle/gradle/issues/15383

0 commit comments

Comments
 (0)