Skip to content

Commit 8ba3a53

Browse files
Bump the all-maven-dependencies group across 2 directories with 5 updates (#633)
Bumps the all-maven-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.5.11` | `3.5.13` | | [com.sap.cloud.security:java-bom](https://github.com/SAP/cloud-security-xsuaa-integration) | `3.6.8` | `3.6.9` | | [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `3.3.0` | `3.4.0` | | [com.sap.hcp.cf.logging:cf-java-logging-support-servlet](https://github.com/SAP/cf-java-logging-support) | `4.1.0` | `4.1.1` | | [com.sap.hcp.cf.logging:cf-java-logging-support-logback](https://github.com/SAP/cf-java-logging-support) | `4.1.0` | `4.1.1` | Bumps the all-maven-dependencies group with 5 updates in the /srv directory: | Package | From | To | | --- | --- | --- | | [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.5.11` | `3.5.13` | | [com.sap.cloud.security:java-bom](https://github.com/SAP/cloud-security-xsuaa-integration) | `3.6.8` | `3.6.9` | | [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `3.3.0` | `3.4.0` | | [com.sap.hcp.cf.logging:cf-java-logging-support-servlet](https://github.com/SAP/cf-java-logging-support) | `4.1.0` | `4.1.1` | | [com.sap.hcp.cf.logging:cf-java-logging-support-logback](https://github.com/SAP/cf-java-logging-support) | `4.1.0` | `4.1.1` | Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.11 to 3.5.13 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">org.springframework.boot:spring-boot-starter-parent's releases</a>.</em></p> <blockquote> <h2>v3.5.13</h2> <h2>:warning: Attention Required</h2> <ul> <li>Jackson has been upgraded to 2.21.2 in response to the Jackson team ending support for Jackson 2.19.x and 2.20.x. <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49365">#49365</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>WebSocket messaging's task executors are only auto-configured and stompWebSocketHandlerMapping is only forced to be eager when using Jackson <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49750">#49750</a></li> <li>Metadata annotation processor ignores method-level <code>@NestedConfigurationProperty</code> when using constructor binding <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49734">#49734</a></li> <li>Override of property in external 'application.properties' or 'application.yaml' is ignored <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49724">#49724</a></li> <li>Some sliced tests that import TransactionAutoConfiguration do not import TransactionManagerCustomizationAutoConfiguration <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49716">#49716</a></li> <li>NativeImageResourceProvider does not find Flyway migration scripts in subdirectories <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49661">#49661</a></li> <li><code>@GraphQlTest</code> does not include <code>@ControllerAdvice</code> <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49660">#49660</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Fix incorrect indefinite articles in Javadoc <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49723">#49723</a></li> <li>Add some more Kotlin examples and trivial style fixes <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49710">#49710</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to Hibernate 6.6.45.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49757">#49757</a></li> <li>Upgrade to jOOQ 3.19.31 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49758">#49758</a></li> <li>Upgrade to Netty 4.1.132.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49759">#49759</a></li> <li>Upgrade to Tomcat 10.1.53 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49760">#49760</a></li> <li>Upgrade to Undertow 2.3.24.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49761">#49761</a></li> <li>Upgrade to Zipkin Reporter 3.5.3 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49756">#49756</a></li> </ul> <h2>:heart: Contributors</h2> <p>Thank you to all the contributors who worked on this release:</p> <p><a href="https://github.com/Joowon-Seo"><code>@​Joowon-Seo</code></a>, <a href="https://github.com/deejay1"><code>@​deejay1</code></a>, <a href="https://github.com/dlwldnjs1009"><code>@​dlwldnjs1009</code></a>, and <a href="https://github.com/ljrmorgan"><code>@​ljrmorgan</code></a></p> <h2>v3.5.12</h2> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>EndpointRequest request matcher for health groups is too complex <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49648">#49648</a></li> <li>&quot;/cloudfoundryapplication&quot; web path is not limited to Actuator <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49645">#49645</a></li> <li>RSocket exposes duplicate endpoint for websocket setups <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49592">#49592</a></li> <li>Fix EndpointRequest.toLinks() when base-path is '/' <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49591">#49591</a></li> <li>SpringBootContextLoader mentions class that no longer exists in message for classes or locations assertion <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49518">#49518</a></li> <li>&quot;spring.main.cloud-platform=none&quot; does not disable cloud features <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49478">#49478</a></li> <li>Using <code>@AutoConfigureWebTestClient</code> prevents separate configuration of spring.test.webtestclient.timeout from taking effect <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49340">#49340</a></li> <li>Ordering of 'spring.config.import' is inconsistent when defined in environment or system properties <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49324">#49324</a></li> <li>RouterFunctions descriptions in Actuator do not support nesting <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49289">#49289</a></li> <li>Maven plugin does not set '-parameters' option when processing AOT code <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49268">#49268</a></li> <li>SSL support with Docker Compose does not work as documented <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49210">#49210</a></li> <li>Docker fails when a 'tcp://' address ends with a slash (for example 'tcp://docker:2375/') <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49055">#49055</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-boot/commit/4a4c79fa691793be59361c31f4a6447bb0a48907"><code>4a4c79f</code></a> Release v3.5.13</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/696a60e8fd2ce2bff1cf96c2706a97cf64b49a76"><code>696a60e</code></a> Full auto-configure transaction management in slice tests</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/4b37ecbf6db93913f811f4d3f64a7f800ea39573"><code>4b37ecb</code></a> Upgrade to Undertow 2.3.24.Final</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/32a51d5d709b758786f371e063754d99c0348755"><code>32a51d5</code></a> Upgrade to Tomcat 10.1.53</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/093429614119c03ab660e30fd21dacbd404a10fe"><code>0934296</code></a> Upgrade to Netty 4.1.132.Final</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/851ddda4225a97ba8f5030454f276a559bcb3b71"><code>851ddda</code></a> Upgrade to jOOQ 3.19.31</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/ef876fe5d2648ec11eab45546725bd0f21c34870"><code>ef876fe</code></a> Upgrade to Hibernate 6.6.45.Final</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/2841d874cfffed8f8c75bf631289aa4283281d3a"><code>2841d87</code></a> Upgrade to Zipkin Reporter 3.5.3</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/025b527e87f9820c1142468fdcf0b21db3cd192d"><code>025b527</code></a> Fix WebSocketMessagingAutoConfiguration in the absence of Jackson</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/328267249f71336f642effe8aaf80e39d9d9be65"><code>3282672</code></a> Make DevTools tests more tolerant to wrapped DataSource</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v3.5.11...v3.5.13">compare view</a></li> </ul> </details> <br /> Updates `com.sap.cloud.security:java-bom` from 3.6.8 to 3.6.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SAP/cloud-security-xsuaa-integration/releases">com.sap.cloud.security:java-bom's releases</a>.</em></p> <blockquote> <h2>3.6.9</h2> <ul> <li>Fix token exchange logic in <code>DefaultIdTokenExtension</code> to correctly identify App2App tokens that require exchange (where <code>aud</code> contains a single audience different from <code>azp</code>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/SAP/cloud-security-services-integration-library/blob/main/CHANGELOG.md">com.sap.cloud.security:java-bom's changelog</a>.</em></p> <blockquote> <h2>3.6.9</h2> <ul> <li>Fix token exchange logic in <code>DefaultIdTokenExtension</code> to correctly identify App2App tokens that require exchange (where <code>aud</code> contains a single audience different from <code>azp</code>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SAP/cloud-security-services-integration-library/commit/2c6f46ba2a92c3a8ed4bd1a713231724f3e8ae65"><code>2c6f46b</code></a> fix: Correct token exchange logic for App2App flows in DefaultIdTokenExtensio...</li> <li>See full diff in <a href="https://github.com/SAP/cloud-security-xsuaa-integration/compare/3.6.8...3.6.9">compare view</a></li> </ul> </details> <br /> Updates `com.diffplug.spotless:spotless-maven-plugin` from 3.3.0 to 3.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/diffplug/spotless/releases">com.diffplug.spotless:spotless-maven-plugin's releases</a>.</em></p> <blockquote> <h2>Maven Plugin v3.4.0</h2> <h3>Added</h3> <ul> <li>Add <code>tableTest</code> format type for standalone <code>.table</code> files. (<a href="https://redirect.github.com/diffplug/spotless/pull/2880">#2880</a>)</li> </ul> <h3>Changes</h3> <ul> <li>Bump default <code>tabletest-formatter</code> version <code>1.0.1</code> -&gt; <code>1.1.1</code>, now works with Java 17+. (<a href="https://redirect.github.com/diffplug/spotless/pull/2880">#2880</a>)</li> </ul> <h2>Lib v3.3.1</h2> <h3>Fixed</h3> <ul> <li><code>GitPrePushHookInstaller</code> didn't work on windows, now fixed. (<a href="https://redirect.github.com/diffplug/spotless/pull/2562">#2562</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/diffplug/spotless/blob/main/CHANGES.md">com.diffplug.spotless:spotless-maven-plugin's changelog</a>.</em></p> <blockquote> <h1>spotless-lib and spotless-lib-extra releases</h1> <p>If you are a Spotless user (as opposed to developer), then you are probably looking for:</p> <ul> <li><a href="https://github.com/diffplug/spotless/blob/main/plugin-gradle/CHANGES.md">https://github.com/diffplug/spotless/blob/main/plugin-gradle/CHANGES.md</a></li> <li><a href="https://github.com/diffplug/spotless/blob/main/plugin-maven/CHANGES.md">https://github.com/diffplug/spotless/blob/main/plugin-maven/CHANGES.md</a></li> </ul> <p>This document is intended for Spotless developers.</p> <p>We adhere to the <a href="https://keepachangelog.com/en/1.0.0/">keepachangelog</a> format (starting after version <code>1.27.0</code>).</p> <h2>[Unreleased]</h2> <h2>[4.5.0] - 2026-03-18</h2> <h3>Added</h3> <ul> <li>Add <code>tableTest</code> format type for standalone <code>.table</code> files. (<a href="https://redirect.github.com/diffplug/spotless/pull/2880">#2880</a>)</li> </ul> <h3>Changes</h3> <ul> <li>Bump default <code>tabletest-formatter</code> version <code>1.0.1</code> -&gt; <code>1.1.1</code>, now works with Java 17+. (<a href="https://redirect.github.com/diffplug/spotless/pull/2880">#2880</a>)</li> </ul> <h2>[4.4.0] - 2026-03-02</h2> <h3>Added</h3> <ul> <li>Add <code>tabletest-formatter</code> support for Java and Kotlin. (<a href="https://redirect.github.com/diffplug/spotless/pull/2860">#2860</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix the ability to specify a wildcard version (<code>*</code>) for external formatter executables, which did not work. (<a href="https://redirect.github.com/diffplug/spotless/pull/2848">#2848</a>)</li> <li>[fix] <code>ConcurrentModificationException</code> in <code>expandWildcardImports</code> (<a href="https://redirect.github.com/diffplug/spotless/issues/2830">#2830</a>)</li> </ul> <h2>[4.3.0] - 2026-01-27</h2> <h3>Added</h3> <ul> <li>Add <code>P2Provisioner</code> interface in lib-extra to enable build-tool-specific caching strategies for Eclipse P2 dependencies, fixing OutOfMemoryError in large multi-project builds. (<a href="https://redirect.github.com/diffplug/spotless/issues/2788">#2788</a>)</li> </ul> <h3>Fixed</h3> <ul> <li><code>removeSemicolons()</code> should not be applied to multiline strings in groovy <a href="https://redirect.github.com/diffplug/spotless/issues/2780">#2780</a> (<a href="https://redirect.github.com/diffplug/spotless/issues/2792">#2792</a>)</li> </ul> <h2>[4.2.0] - 2026-01-22</h2> <h3>Added</h3> <ul> <li>Add a <code>expandWildcardImports</code> API for java (<a href="https://redirect.github.com/diffplug/spotless/issues/2594">#2679</a>)</li> <li>Add the ability to specify a wildcard version (<code>*</code>) for external formatter executables. (<a href="https://redirect.github.com/diffplug/spotless/issues/2757">#2757</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Prevent race conditions when multiple npm-based formatters launch the server process simultaneously while sharing the same <code>node_modules</code> directory. (<a href="https://redirect.github.com/diffplug/spotless/pull/2786">#2786</a>)</li> <li>Git ratchet no longer throws an error with Git worktrees. (<a href="https://redirect.github.com/diffplug/spotless/issues/2779">#2779</a>)</li> </ul> <h3>Changes</h3> <ul> <li>Bump default <code>ktfmt</code> version to latest <code>0.59</code> -&gt; <code>0.61</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2804">2804</a>)</li> <li>Bump default <code>ktlint</code> version to latest <code>1.7.1</code> -&gt; <code>1.8.0</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2763">2763</a>)</li> <li>Bump default <code>gherkin-utils</code> version to latest <code>9.2.0</code> -&gt; <code>10.0.0</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2619">#2619</a>)</li> </ul> <h2>[4.1.0] - 2025-11-18</h2> <h3>Changes</h3> <ul> <li>Bump default <code>ktfmt</code> version to latest <code>0.58</code> -&gt; <code>0.59</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2681">#2681</a></li> <li>Bump default <code>jackson</code> version to latest <code>2.20.0</code> -&gt; <code>2.20.1</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2730">#2730</a>)</li> <li>Bump default <code>cleanthat</code> version to latest <code>2.23</code> -&gt; <code>2.24</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2620">#2620</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/diffplug/spotless/commit/708a1b0e6383ad2dd34cf3def185bb085a786789"><code>708a1b0</code></a> Published maven/3.4.0</li> <li><a href="https://github.com/diffplug/spotless/commit/1cc0163c25b52824cd57b56cdcb8c4cb0c7b4795"><code>1cc0163</code></a> Published gradle/8.4.0</li> <li><a href="https://github.com/diffplug/spotless/commit/a4cd808f6092c6ed9371205de4af5285beea9533"><code>a4cd808</code></a> Published lib/4.5.0</li> <li><a href="https://github.com/diffplug/spotless/commit/9066bf6ede907e913fbe30259de0763f1b0b55ea"><code>9066bf6</code></a> Add links to the changelog.</li> <li><a href="https://github.com/diffplug/spotless/commit/db8dc1cc8e83b18ef357a0e660f03556fd792247"><code>db8dc1c</code></a> Fix for illegal mutation issue with <code>predeclareDeps</code> (<a href="https://redirect.github.com/diffplug/spotless/issues/2892">#2892</a>)</li> <li><a href="https://github.com/diffplug/spotless/commit/0eb98a9574304e362f0ca6ddbfb71617de46df75"><code>0eb98a9</code></a> chore: Updated gradle plugin change</li> <li><a href="https://github.com/diffplug/spotless/commit/3f7f12e649b1085a7937b8730e6a7689a52ca6da"><code>3f7f12e</code></a> chore: Removes check for predeclare as it's not needed anymore</li> <li><a href="https://github.com/diffplug/spotless/commit/55c0c5c081b83ad35e92911718e3069a64467c2a"><code>55c0c5c</code></a> fix: IsolatedProjectTest.predeclaredIsUnsupported() is now actually supported...</li> <li><a href="https://github.com/diffplug/spotless/commit/47489afd92aa79f56372bd53e82d09a44f606a32"><code>47489af</code></a> fix: avoid IllegalMutationException when root project uses predeclareDeps() w...</li> <li><a href="https://github.com/diffplug/spotless/commit/4010e8b42c32b8dfac31a988c6820b6b0ef499bd"><code>4010e8b</code></a> test: Introduce a test harnessing predeclared deps</li> <li>Additional commits viewable in <a href="https://github.com/diffplug/spotless/compare/lib/3.3.0...maven/3.4.0">compare view</a></li> </ul> </details> <br /> Updates `com.sap.hcp.cf.logging:cf-java-logging-support-servlet` from 4.1.0 to 4.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SAP/cf-java-logging-support/releases">com.sap.hcp.cf.logging:cf-java-logging-support-servlet's releases</a>.</em></p> <blockquote> <h2>4.1.1</h2> <h2>What's Changed</h2> <p>This release upgrades dependencies to match Spring Boot 3.5.12 and the latest OpenTelemetry Java Agent 2.25.0. It also contains a fix for the Dynatrace token-name property.</p> <h3>Details</h3> <ul> <li>Bump ch.qos.logback:logback-classic from 1.5.23 to 1.5.24 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/331">SAP/cf-java-logging-support#331</a></li> <li>Fix Dynatrace Token-Name property by <a href="https://github.com/KarstenSchnitter"><code>@​KarstenSchnitter</code></a> in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/341">SAP/cf-java-logging-support#341</a></li> <li>Bump org.sonatype.central:central-publishing-maven-plugin from 0.9.0 to 0.10.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/333">SAP/cf-java-logging-support#333</a></li> <li>Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.2.1 to 3.3.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/335">SAP/cf-java-logging-support#335</a></li> <li>Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/340">SAP/cf-java-logging-support#340</a></li> <li>Bump mockito.version from 5.21.0 to 5.22.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/351">SAP/cf-java-logging-support#351</a></li> <li>Bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.32 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/350">SAP/cf-java-logging-support#350</a></li> <li>Minor Version upgrade of Spring Boot to v3.5.12 by <a href="https://github.com/KarstenSchnitter"><code>@​KarstenSchnitter</code></a> in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/352">SAP/cf-java-logging-support#352</a></li> <li>Bump com.auth0:java-jwt from 4.5.0 to 4.5.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/342">SAP/cf-java-logging-support#342</a></li> <li>Bump io.opentelemetry.javaagent:opentelemetry-javaagent from 2.23.0 to 2.25.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/346">SAP/cf-java-logging-support#346</a></li> <li>Bump opentelemetry.sdk.version from 1.57.0 to 1.60.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/348">SAP/cf-java-logging-support#348</a></li> <li>Bump io.opentelemetry.contrib:opentelemetry-cloudfoundry-resources from 1.52.0-alpha to 1.54.0-alpha by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/349">SAP/cf-java-logging-support#349</a></li> <li>Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/358">SAP/cf-java-logging-support#358</a></li> <li>Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/357">SAP/cf-java-logging-support#357</a></li> <li>Bump mockito.version from 5.22.0 to 5.23.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/353">SAP/cf-java-logging-support#353</a></li> <li>Create final Release 4.1.1 by <a href="https://github.com/KarstenSchnitter"><code>@​KarstenSchnitter</code></a> in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/359">SAP/cf-java-logging-support#359</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/SAP/cf-java-logging-support/compare/4.1.0...4.1.1">https://github.com/SAP/cf-java-logging-support/compare/4.1.0...4.1.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/75311c5db3a5655e4d2d36279cbae5ecf4d92e4f"><code>75311c5</code></a> Create Final Release 4.1.1</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/0d6e0c68861cd6a4ee8eaabe8dcefe804f5f0394"><code>0d6e0c6</code></a> Remove unused constants</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/94bd069157547adab66a1466669f7ee38397e0ca"><code>94bd069</code></a> Add new VALUE attribute type</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/21b9cbe8241eedcb1c27b7594499a09321f3f93d"><code>21b9cbe</code></a> Handle deprecation of Logback Markers</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/b1eed2114b99470f02e654b7a6aea004b4fe3d5a"><code>b1eed21</code></a> Bump mockito.version from 5.22.0 to 5.23.0</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/de42cb6318c00bf9f4c3464fd2c7b3a31e4139ad"><code>de42cb6</code></a> Bump org.apache.maven.plugins:maven-compiler-plugin</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/021a541df1350d5df4886064e2cade73fc6e80c4"><code>021a541</code></a> Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/6a4218f6a4e7b3727d1aee6ea68815da4b415747"><code>6a4218f</code></a> Bump io.opentelemetry.contrib:opentelemetry-cloudfoundry-resources</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/d557bc8e2c7b889dff11c4b0bed001a39f943e3f"><code>d557bc8</code></a> Bump opentelemetry.sdk.version from 1.57.0 to 1.60.1 (<a href="https://redirect.github.com/SAP/cf-java-logging-support/issues/348">#348</a>)</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/6f0efb2ff466420bc9c0f7920a9896300a904964"><code>6f0efb2</code></a> Bump io.opentelemetry.javaagent:opentelemetry-javaagent</li> <li>Additional commits viewable in <a href="https://github.com/SAP/cf-java-logging-support/compare/4.1.0...4.1.1">compare view</a></li> </ul> </details> <br /> Updates `com.sap.hcp.cf.logging:cf-java-logging-support-logback` from 4.1.0 to 4.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SAP/cf-java-logging-support/releases">com.sap.hcp.cf.logging:cf-java-logging-support-logback's releases</a>.</em></p> <blockquote> <h2>4.1.1</h2> <h2>What's Changed</h2> <p>This release upgrades dependencies to match Spring Boot 3.5.12 and the latest OpenTelemetry Java Agent 2.25.0. It also contains a fix for the Dynatrace token-name property.</p> <h3>Details</h3> <ul> <li>Bump ch.qos.logback:logback-classic from 1.5.23 to 1.5.24 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/331">SAP/cf-java-logging-support#331</a></li> <li>Fix Dynatrace Token-Name property by <a href="https://github.com/KarstenSchnitter"><code>@​KarstenSchnitter</code></a> in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/341">SAP/cf-java-logging-support#341</a></li> <li>Bump org.sonatype.central:central-publishing-maven-plugin from 0.9.0 to 0.10.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/333">SAP/cf-java-logging-support#333</a></li> <li>Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.2.1 to 3.3.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/335">SAP/cf-java-logging-support#335</a></li> <li>Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/340">SAP/cf-java-logging-support#340</a></li> <li>Bump mockito.version from 5.21.0 to 5.22.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/351">SAP/cf-java-logging-support#351</a></li> <li>Bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.32 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/350">SAP/cf-java-logging-support#350</a></li> <li>Minor Version upgrade of Spring Boot to v3.5.12 by <a href="https://github.com/KarstenSchnitter"><code>@​KarstenSchnitter</code></a> in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/352">SAP/cf-java-logging-support#352</a></li> <li>Bump com.auth0:java-jwt from 4.5.0 to 4.5.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/342">SAP/cf-java-logging-support#342</a></li> <li>Bump io.opentelemetry.javaagent:opentelemetry-javaagent from 2.23.0 to 2.25.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/346">SAP/cf-java-logging-support#346</a></li> <li>Bump opentelemetry.sdk.version from 1.57.0 to 1.60.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/348">SAP/cf-java-logging-support#348</a></li> <li>Bump io.opentelemetry.contrib:opentelemetry-cloudfoundry-resources from 1.52.0-alpha to 1.54.0-alpha by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/349">SAP/cf-java-logging-support#349</a></li> <li>Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/358">SAP/cf-java-logging-support#358</a></li> <li>Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/357">SAP/cf-java-logging-support#357</a></li> <li>Bump mockito.version from 5.22.0 to 5.23.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/353">SAP/cf-java-logging-support#353</a></li> <li>Create final Release 4.1.1 by <a href="https://github.com/KarstenSchnitter"><code>@​KarstenSchnitter</code></a> in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/359">SAP/cf-java-logging-support#359</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/SAP/cf-java-logging-support/compare/4.1.0...4.1.1">https://github.com/SAP/cf-java-logging-support/compare/4.1.0...4.1.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/75311c5db3a5655e4d2d36279cbae5ecf4d92e4f"><code>75311c5</code></a> Create Final Release 4.1.1</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/0d6e0c68861cd6a4ee8eaabe8dcefe804f5f0394"><code>0d6e0c6</code></a> Remove unused constants</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/94bd069157547adab66a1466669f7ee38397e0ca"><code>94bd069</code></a> Add new VALUE attribute type</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/21b9cbe8241eedcb1c27b7594499a09321f3f93d"><code>21b9cbe</code></a> Handle deprecation of Logback Markers</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/b1eed2114b99470f02e654b7a6aea004b4fe3d5a"><code>b1eed21</code></a> Bump mockito.version from 5.22.0 to 5.23.0</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/de42cb6318c00bf9f4c3464fd2c7b3a31e4139ad"><code>de42cb6</code></a> Bump org.apache.maven.plugins:maven-compiler-plugin</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/021a541df1350d5df4886064e2cade73fc6e80c4"><code>021a541</code></a> Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/6a4218f6a4e7b3727d1aee6ea68815da4b415747"><code>6a4218f</code></a> Bump io.opentelemetry.contrib:opentelemetry-cloudfoundry-resources</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/d557bc8e2c7b889dff11c4b0bed001a39f943e3f"><code>d557bc8</code></a> Bump opentelemetry.sdk.version from 1.57.0 to 1.60.1 (<a href="https://redirect.github.com/SAP/cf-java-logging-support/issues/348">#348</a>)</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/6f0efb2ff466420bc9c0f7920a9896300a904964"><code>6f0efb2</code></a> Bump io.opentelemetry.javaagent:opentelemetry-javaagent</li> <li>Additional commits viewable in <a href="https://github.com/SAP/cf-java-logging-support/compare/4.1.0...4.1.1">compare view</a></li> </ul> </details> <br /> Updates `com.sap.hcp.cf.logging:cf-java-logging-support-logback` from 4.1.0 to 4.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SAP/cf-java-logging-support/releases">com.sap.hcp.cf.logging:cf-java-logging-support-logback's releases</a>.</em></p> <blockquote> <h2>4.1.1</h2> <h2>What's Changed</h2> <p>This release upgrades dependencies to match Spring Boot 3.5.12 and the latest OpenTelemetry Java Agent 2.25.0. It also contains a fix for the Dynatrace token-name property.</p> <h3>Details</h3> <ul> <li>Bump ch.qos.logback:logback-classic from 1.5.23 to 1.5.24 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/331">SAP/cf-java-logging-support#331</a></li> <li>Fix Dynatrace Token-Name property by <a href="https://github.com/KarstenSchnitter"><code>@​KarstenSchnitter</code></a> in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/341">SAP/cf-java-logging-support#341</a></li> <li>Bump org.sonatype.central:central-publishing-maven-plugin from 0.9.0 to 0.10.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/333">SAP/cf-java-logging-support#333</a></li> <li>Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.2.1 to 3.3.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/335">SAP/cf-java-logging-support#335</a></li> <li>Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/340">SAP/cf-java-logging-support#340</a></li> <li>Bump mockito.version from 5.21.0 to 5.22.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/351">SAP/cf-java-logging-support#351</a></li> <li>Bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.32 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/350">SAP/cf-java-logging-support#350</a></li> <li>Minor Version upgrade of Spring Boot to v3.5.12 by <a href="https://github.com/KarstenSchnitter"><code>@​KarstenSchnitter</code></a> in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/352">SAP/cf-java-logging-support#352</a></li> <li>Bump com.auth0:java-jwt from 4.5.0 to 4.5.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/342">SAP/cf-java-logging-support#342</a></li> <li>Bump io.opentelemetry.javaagent:opentelemetry-javaagent from 2.23.0 to 2.25.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/346">SAP/cf-java-logging-support#346</a></li> <li>Bump opentelemetry.sdk.version from 1.57.0 to 1.60.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/348">SAP/cf-java-logging-support#348</a></li> <li>Bump io.opentelemetry.contrib:opentelemetry-cloudfoundry-resources from 1.52.0-alpha to 1.54.0-alpha by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/349">SAP/cf-java-logging-support#349</a></li> <li>Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/358">SAP/cf-java-logging-support#358</a></li> <li>Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/357">SAP/cf-java-logging-support#357</a></li> <li>Bump mockito.version from 5.22.0 to 5.23.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/353">SAP/cf-java-logging-support#353</a></li> <li>Create final Release 4.1.1 by <a href="https://github.com/KarstenSchnitter"><code>@​KarstenSchnitter</code></a> in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/359">SAP/cf-java-logging-support#359</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/SAP/cf-java-logging-support/compare/4.1.0...4.1.1">https://github.com/SAP/cf-java-logging-support/compare/4.1.0...4.1.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/75311c5db3a5655e4d2d36279cbae5ecf4d92e4f"><code>75311c5</code></a> Create Final Release 4.1.1</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/0d6e0c68861cd6a4ee8eaabe8dcefe804f5f0394"><code>0d6e0c6</code></a> Remove unused constants</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/94bd069157547adab66a1466669f7ee38397e0ca"><code>94bd069</code></a> Add new VALUE attribute type</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/21b9cbe8241eedcb1c27b7594499a09321f3f93d"><code>21b9cbe</code></a> Handle deprecation of Logback Markers</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/b1eed2114b99470f02e654b7a6aea004b4fe3d5a"><code>b1eed21</code></a> Bump mockito.version from 5.22.0 to 5.23.0</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/de42cb6318c00bf9f4c3464fd2c7b3a31e4139ad"><code>de42cb6</code></a> Bump org.apache.maven.plugins:maven-compiler-plugin</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/021a541df1350d5df4886064e2cade73fc6e80c4"><code>021a541</code></a> Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/6a4218f6a4e7b3727d1aee6ea68815da4b415747"><code>6a4218f</code></a> Bump io.opentelemetry.contrib:opentelemetry-cloudfoundry-resources</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/d557bc8e2c7b889dff11c4b0bed001a39f943e3f"><code>d557bc8</code></a> Bump opentelemetry.sdk.version from 1.57.0 to 1.60.1 (<a href="https://redirect.github.com/SAP/cf-java-logging-support/issues/348">#348</a>)</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/6f0efb2ff466420bc9c0f7920a9896300a904964"><code>6f0efb2</code></a> Bump io.opentelemetry.javaagent:opentelemetry-javaagent</li> <li>Additional commits viewable in <a href="https://github.com/SAP/cf-java-logging-support/compare/4.1.0...4.1.1">compare view</a></li> </ul> </details> <br /> Updates `com.sap.hcp.cf.logging:cf-java-logging-support-servlet` from 4.1.0 to 4.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SAP/cf-java-logging-support/releases">com.sap.hcp.cf.logging:cf-java-logging-support-servlet's releases</a>.</em></p> <blockquote> <h2>4.1.1</h2> <h2>What's Changed</h2> <p>This release upgrades dependencies to match Spring Boot 3.5.12 and the latest OpenTelemetry Java Agent 2.25.0. It also contains a fix for the Dynatrace token-name property.</p> <h3>Details</h3> <ul> <li>Bump ch.qos.logback:logback-classic from 1.5.23 to 1.5.24 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/331">SAP/cf-java-logging-support#331</a></li> <li>Fix Dynatrace Token-Name property by <a href="https://github.com/KarstenSchnitter"><code>@​KarstenSchnitter</code></a> in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/341">SAP/cf-java-logging-support#341</a></li> <li>Bump org.sonatype.central:central-publishing-maven-plugin from 0.9.0 to 0.10.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/333">SAP/cf-java-logging-support#333</a></li> <li>Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.2.1 to 3.3.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/335">SAP/cf-java-logging-support#335</a></li> <li>Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/340">SAP/cf-java-logging-support#340</a></li> <li>Bump mockito.version from 5.21.0 to 5.22.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/351">SAP/cf-java-logging-support#351</a></li> <li>Bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.32 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/350">SAP/cf-java-logging-support#350</a></li> <li>Minor Version upgrade of Spring Boot to v3.5.12 by <a href="https://github.com/KarstenSchnitter"><code>@​KarstenSchnitter</code></a> in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/352">SAP/cf-java-logging-support#352</a></li> <li>Bump com.auth0:java-jwt from 4.5.0 to 4.5.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/342">SAP/cf-java-logging-support#342</a></li> <li>Bump io.opentelemetry.javaagent:opentelemetry-javaagent from 2.23.0 to 2.25.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/346">SAP/cf-java-logging-support#346</a></li> <li>Bump opentelemetry.sdk.version from 1.57.0 to 1.60.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/348">SAP/cf-java-logging-support#348</a></li> <li>Bump io.opentelemetry.contrib:opentelemetry-cloudfoundry-resources from 1.52.0-alpha to 1.54.0-alpha by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/349">SAP/cf-java-logging-support#349</a></li> <li>Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/358">SAP/cf-java-logging-support#358</a></li> <li>Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/357">SAP/cf-java-logging-support#357</a></li> <li>Bump mockito.version from 5.22.0 to 5.23.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/353">SAP/cf-java-logging-support#353</a></li> <li>Create final Release 4.1.1 by <a href="https://github.com/KarstenSchnitter"><code>@​KarstenSchnitter</code></a> in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/359">SAP/cf-java-logging-support#359</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/SAP/cf-java-logging-support/compare/4.1.0...4.1.1">https://github.com/SAP/cf-java-logging-support/compare/4.1.0...4.1.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/75311c5db3a5655e4d2d36279cbae5ecf4d92e4f"><code>75311c5</code></a> Create Final Release 4.1.1</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/0d6e0c68861cd6a4ee8eaabe8dcefe804f5f0394"><code>0d6e0c6</code></a> Remove unused constants</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/94bd069157547adab66a1466669f7ee38397e0ca"><code>94bd069</code></a> Add new VALUE attribute type</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/21b9cbe8241eedcb1c27b7594499a09321f3f93d"><code>21b9cbe</code></a> Handle deprecation of Logback Markers</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/b1eed2114b99470f02e654b7a6aea004b4fe3d5a"><code>b1eed21</code></a> Bump mockito.version from 5.22.0 to 5.23.0</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/de42cb6318c00bf9f4c3464fd2c7b3a31e4139ad"><code>de42cb6</code></a> Bump org.apache.maven.plugins:maven-compiler-plugin</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/021a541df1350d5df4886064e2cade73fc6e80c4"><code>021a541</code></a> Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/6a4218f6a4e7b3727d1aee6ea68815da4b415747"><code>6a4218f</code></a> Bump io.opentelemetry.contrib:opentelemetry-cloudfoundry-resources</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/d557bc8e2c7b889dff11c4b0bed001a39f943e3f"><code>d557bc8</code></a> Bump opentelemetry.sdk.version from 1.57.0 to 1.60.1 (<a href="https://redirect.github.com/SAP/cf-java-logging-support/issues/348">#348</a>)</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/6f0efb2ff466420bc9c0f7920a9896300a904964"><code>6f0efb2</code></a> Bump io.opentelemetry.javaagent:opentelemetry-javaagent</li> <li>Additional commits viewable in <a href="https://github.com/SAP/cf-java-logging-support/compare/4.1.0...4.1.1">compare view</a></li> </ul> </details> <br /> Updates `com.sap.hcp.cf.logging:cf-java-logging-support-logback` from 4.1.0 to 4.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SAP/cf-java-logging-support/releases">com.sap.hcp.cf.logging:cf-java-logging-support-logback's releases</a>.</em></p> <blockquote> <h2>4.1.1</h2> <h2>What's Changed</h2> <p>This release upgrades dependencies to match Spring Boot 3.5.12 and the latest OpenTelemetry Java Agent 2.25.0. It also contains a fix for the Dynatrace token-name property.</p> <h3>Details</h3> <ul> <li>Bump ch.qos.logback:logback-classic from 1.5.23 to 1.5.24 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/331">SAP/cf-java-logging-support#331</a></li> <li>Fix Dynatrace Token-Name property by <a href="https://github.com/KarstenSchnitter"><code>@​KarstenSchnitter</code></a> in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/341">SAP/cf-java-logging-support#341</a></li> <li>Bump org.sonatype.central:central-publishing-maven-plugin from 0.9.0 to 0.10.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/333">SAP/cf-java-logging-support#333</a></li> <li>Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.2.1 to 3.3.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/335">SAP/cf-java-logging-support#335</a></li> <li>Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/340">SAP/cf-java-logging-support#340</a></li> <li>Bump mockito.version from 5.21.0 to 5.22.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/351">SAP/cf-java-logging-support#351</a></li> <li>Bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.32 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/350">SAP/cf-java-logging-support#350</a></li> <li>Minor Version upgrade of Spring Boot to v3.5.12 by <a href="https://github.com/KarstenSchnitter"><code>@​KarstenSchnitter</code></a> in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/352">SAP/cf-java-logging-support#352</a></li> <li>Bump com.auth0:java-jwt from 4.5.0 to 4.5.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/342">SAP/cf-java-logging-support#342</a></li> <li>Bump io.opentelemetry.javaagent:opentelemetry-javaagent from 2.23.0 to 2.25.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/346">SAP/cf-java-logging-support#346</a></li> <li>Bump opentelemetry.sdk.version from 1.57.0 to 1.60.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/348">SAP/cf-java-logging-support#348</a></li> <li>Bump io.opentelemetry.contrib:opentelemetry-cloudfoundry-resources from 1.52.0-alpha to 1.54.0-alpha by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/349">SAP/cf-java-logging-support#349</a></li> <li>Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/358">SAP/cf-java-logging-support#358</a></li> <li>Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/357">SAP/cf-java-logging-support#357</a></li> <li>Bump mockito.version from 5.22.0 to 5.23.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/353">SAP/cf-java-logging-support#353</a></li> <li>Create final Release 4.1.1 by <a href="https://github.com/KarstenSchnitter"><code>@​KarstenSchnitter</code></a> in <a href="https://redirect.github.com/SAP/cf-java-logging-support/pull/359">SAP/cf-java-logging-support#359</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/SAP/cf-java-logging-support/compare/4.1.0...4.1.1">https://github.com/SAP/cf-java-logging-support/compare/4.1.0...4.1.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/75311c5db3a5655e4d2d36279cbae5ecf4d92e4f"><code>75311c5</code></a> Create Final Release 4.1.1</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/0d6e0c68861cd6a4ee8eaabe8dcefe804f5f0394"><code>0d6e0c6</code></a> Remove unused constants</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/94bd069157547adab66a1466669f7ee38397e0ca"><code>94bd069</code></a> Add new VALUE attribute type</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/21b9cbe8241eedcb1c27b7594499a09321f3f93d"><code>21b9cbe</code></a> Handle deprecation of Logback Markers</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/b1eed2114b99470f02e654b7a6aea004b4fe3d5a"><code>b1eed21</code></a> Bump mockito.version from 5.22.0 to 5.23.0</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/de42cb6318c00bf9f4c3464fd2c7b3a31e4139ad"><code>de42cb6</code></a> Bump org.apache.maven.plugins:maven-compiler-plugin</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/021a541df1350d5df4886064e2cade73fc6e80c4"><code>021a541</code></a> Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/6a4218f6a4e7b3727d1aee6ea68815da4b415747"><code>6a4218f</code></a> Bump io.opentelemetry.contrib:opentelemetry-cloudfoundry-resources</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/d557bc8e2c7b889dff11c4b0bed001a39f943e3f"><code>d557bc8</code></a> Bump opentelemetry.sdk.version from 1.57.0 to 1.60.1 (<a href="https://redirect.github.com/SAP/cf-java-logging-support/issues/348">#348</a>)</li> <li><a href="https://github.com/SAP/cf-java-logging-support/commit/6f0efb2ff466420bc9c0f7920a9896300a904964"><code>6f0efb2</code></a> Bump io.opentelemetry.javaagent:opentelemetry-javaagent</li> <li>Additional commits viewable in <a href="https://github.com/SAP/cf-java-logging-support/compare/4.1.0...4.1.1">compare view</a></li> </ul> </details> <br /> Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.11 to 3.5.13 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">org.springframework.boot:spring-boot-starter-parent's releases</a>.</em></p> <blockquote> <h2>v3.5.13</h2> <h2>:warning: Attention Required</h2> <ul> <li>Jackson has been upgraded to 2.21.2 in response to the Jackson team ending support for Jackson 2.19.x and 2.20.x. <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49365">#49365</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>WebSocket messaging's task executors are only auto-configured and stompWebSocketHandlerMapping is only forced to be eager when using Jackson <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49750">#49750</a></li> <li>Metadata annotation processor ignores method-level <code>@NestedConfigurationProperty</code> when using constructor binding <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49734">#49734</a></li> <li>Override of property in external 'application.properties' or 'application.yaml' is ignored <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49724">#49724</a></li> <li>Some sliced tests that import TransactionAutoConfiguration do not import TransactionManagerCustomizationAutoConfiguration <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49716">#49716</a></li> <li>NativeImageResourceProvider does not find Flyway migration scripts in subdirectories <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49661">#49661</a></li> <li><code>@GraphQlTest</code> does not include <code>@ControllerAdvice</code> <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49660">#49660</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Fix incorrect indefinite articles in Javadoc <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49723">#49723</a></li> <li>Add some more Kotlin examples and trivial style fixes <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49710">#49710</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to Hibernate 6.6.45.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49757">#49757</a></li> <li>Upgrade to jOOQ 3.19.31 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49758">#49758</a></li> <li>Upgrade to Netty 4.1.132.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49759">#49759</a></li> <li>Upgrade to Tomcat 10.1.53 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49760">#49760</a></li> <li>Upgrade to Undertow 2.3.24.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49761">#49761</a></li> <li>Upgrade to Zipkin Reporter 3.5.3 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49756">#49756</a></li> </ul> <h2>:heart: Contributors</h2> <p>Thank you to all the contributors who worked on this release:</p> <p><a href="https://github.com/Joowon-Seo"><code>@​Joowon-Seo</code></a>, <a href="https://github.com/deejay1"><code>@​deejay1</code></a>, <a href="https://github.com/dlwldnjs1009"><code>@​dlwldnjs1009</code></a>, and <a href="https://github.com/ljrmorgan"><code>@​ljrmorgan</code></a></p> <h2>v3.5.12</h2> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>EndpointRequest request matcher for health groups is too complex <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49648">#49648</a></li> <li>&quot;/cloudfoundryapplication&quot; web path is not limited to Actuator <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49645">#49645</a></li> <li>RSocket exposes duplicate endpoint for websocket setups <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49592">#49592</a></li> <li>Fix EndpointRequest.toLinks() when base-path is '/' <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49591">#49591</a></li> <li>SpringBootContextLoader mentions class that no longer exists in message for classes or locations assertion <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49518">#49518</a></li> <li>&quot;spring.main.cloud-platform=none&quot; does not disable cloud features <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49478">#49478</a></li> <li>Using <code>@AutoConfigureWebTestClient</code> prevents separate configuration of spring.test.webtestclient.timeout from taking effect <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49340">#49340</a></li> <li>Ordering of 'spring.config.import' is inconsistent when defined in environment or system properties <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49324">#49324</a></li> <li>RouterFunctions descriptions in Actuator do not support nesting <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49289">#49289</a></li> <li>Maven plugin does not set '-parameters' option when processing AOT code <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49268">#49268</a></li> <li>SSL support with Docker Compose does not work as documented <a href="https://redirect.github.com/spring-projects/spring-boot/pull/49210">#49210</a></li> <li>Docker fails when a 'tcp://' address ends with a slash (for example 'tcp://docker:2375/') <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49055">#49055</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-boot/commit/4a4c79fa691793be59361c31f4a6447bb0a48907"><code>4a4c79f</code></a> Release v3.5.13</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/696a60e8fd2ce2bff1cf96c2706a97cf64b49a76"><code>696a60e</code></a> Full auto-configure transaction management in slice tests</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/4b37ecbf6db93913f811f4d3f64a7f800ea39573"><code>4b37ecb</code></a> Upgrade to Undertow 2.3.24.Final</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/32a51d5d709b758786f371e063754d99c0348755"><code>32a51d5</code></a> Upgrade to Tomcat 10.1.53</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/093429614119c03ab660e30fd21dacbd404a10fe"><code>0934296</code></a> Upgrade to Netty 4.1.132.Final</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/851ddda4225a97ba8f5030454f276a559bcb3b71"><code>851ddda</code></a> Upgrade to jOOQ 3.19.31</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/ef876fe5d2648ec11eab45546725bd0f21c34870"><code>ef876fe</code></a> Upgrade to Hibernate 6.6.45.Final</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/2841d874cfffed8f8c75bf631289aa4283281d3a"><code>2841d87</code></a> Upgrade to Zipkin Reporter 3.5.3</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/025b527e87f9820c1142468fdcf0b21db3cd192d"><code>025b527</code></a> Fix WebSocketMessagingAutoConfiguration in the absence of Jackson</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/328267249f71336f642effe8aaf80e39d9d9be65"><code>3282672</code></a> Make DevTools tests more tolerant to wrapped DataSource</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v3.5.11...v3.5.13">compare view</a></li> </ul> </details> <br /> Updates `com.sap.cloud.security:java-bom` from 3.6.8 to 3.6.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SAP/cloud-security-xsuaa-integration/releases">com.sap.cloud.security:java-bom's releases</a>.</em></p> <blockquote> <h2>3.6.9</h2> <ul> <li>Fix token exchange logic in <code>DefaultIdTokenExtension</code> to correctly identify App2App tokens that require exchange (where <code>aud</code> contains a single audience different from <code>azp</code>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/SAP/cloud-security-services-integration-library/blob/main/CHANGELOG.md">com.sap.cloud.security:java-bom's changelog</a>.</em></p> <blockquote> <h2>3.6.9</h2> <ul> <li>Fix token exchange logic in <code>DefaultIdTokenExtension</code> to correctly identify App2App tokens that require exchange (where <code>aud</code> contains a single audience different from <code>azp</code>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SAP/cloud-security-services-integration-library/commit/2c6f46ba2a92c3a8ed4bd1a713231724f3e8ae65"><code>2c6f46b</code></a> fix: Correct token exchange logic for App2App flows in DefaultIdTokenExtensio...</li> <li>See full diff in <a href="https://github.com/SAP/cloud-security-xsuaa-integration/compare/3.6.8...3.6.9">compare view</a></li> </ul> </details> <br /> Updates `com.diffplug.spotless:spotless-maven-plugin` from 3.3.0 to 3.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/diffplug/spotless/releases">com.diffplug.spotless:spotless-maven-plugin's releases</a>.</em></p> <blockquote> <h2>Maven Plugin v3.4.0</h2> <h3>Added</h3> <ul> <li>Add <code>tableTest</code> format type for standalone <code>.table</code> files. (<a href="https://redirect.github.com/diffplug/spotless/pull/2880">#2880</a>)</li> </ul> <h3>Changes</h3> <ul> <li>Bump default <code>tabletest-formatter</code> version <code>1.0.1</code> -&gt; <code>1.1.1</code>, now works with Java 17+. (<a href="https://redirect.github.com/diffplug/spotless/pull/2880">#2880</a>)</li> </ul> <h2>Lib v3.3.1</h2> <h3>Fixed</h3> <ul> <li><code>GitPrePushHookInstaller</code> didn't work on windows, now fixed. (<a href="https://redirect.github.com/diffplug/spotless/pull/2562">#2562</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/diffplug/spotless/blob/main/CHANGES.md">com.diffplug.spotless:spotless-maven-plugin's changelog</a>.</em></p> <blockquote> <h1>spotless-lib and spotless-lib-extra releases</h1> <p>If you are a Spotless user (as opposed to developer), then you are probably looking for:</p> <ul> <li><a href="https://github.com/diffplug/spotless/blob/main/plugin-gradle/CHANGES.md">https://github.com/diffplug/spotless/blob/main/plugin-gradle/CHANGES.md</a></li> <li><a href="https://github.com/diffplug/spotless/blob/main/plugin-maven/CHANGES.md">https://github.com/diffplug/spotless/blob/main/plugin-maven/CHANGES.md</a></li> </ul> <p>This document is intended for Spotless developers.</p> <p>We adhere to the <a href="https://keepachangelog.com/en/1.0.0/">keepachangelog</a> format (starting after version <code>1.27.0</code>).</p> <h2>[Unreleased]</h2> <h2>[4.5.0] - 2026-03-18</h2> <h3>Added</h3> <ul> <li>Add <code>tableTest</code> format type for standalone <code>.table</code> files. (<a href="https://redirect.github.com/diffplug/spotless/pull/2880">#2880</a>)</li> </ul> <h3>Changes</h3> <ul> <li>Bump default <code>tabletest-formatter</code> version <code>1.0.1</code> -&gt; <code>1.1.1</code>, now works with Java 17+. (<a href="https://redirect.github.com/diffplug/spotless/pull/2880">#2880</a>)</li> </ul> <h2>[4.4.0] - 2026-03-02</h2> <h3>Added</h3> <ul> <li>Add <code>tabletest-formatter</code> support for…
1 parent 80083ef commit 8ba3a53

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.5.11</version>
8+
<version>3.5.13</version>
99
<relativePath/>
1010
<!-- lookup parent from repository -->
1111
</parent>
@@ -30,8 +30,8 @@
3030
<jdk.version>21</jdk.version>
3131
<cds.services.version>4.8.0</cds.services.version>
3232
<cloud.sdk.version>5.27.0</cloud.sdk.version>
33-
<xsuaa.version>3.6.8</xsuaa.version>
34-
<cf-java-logging-support.version>4.1.0</cf-java-logging-support.version>
33+
<xsuaa.version>3.6.9</xsuaa.version>
34+
<cf-java-logging-support.version>4.1.1</cf-java-logging-support.version>
3535
<cds-feature-attachments.version>1.3.3</cds-feature-attachments.version>
3636
</properties>
3737

@@ -172,7 +172,7 @@
172172
<plugin>
173173
<groupId>com.diffplug.spotless</groupId>
174174
<artifactId>spotless-maven-plugin</artifactId>
175-
<version>3.3.0</version>
175+
<version>3.4.0</version>
176176
<configuration>
177177
<java>
178178
<googleJavaFormat>

0 commit comments

Comments
 (0)