Conversation
…851) Bumps [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) from 7.0.3 to 7.0.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">org.springframework:spring-core's releases</a>.</em></p> <blockquote> <h2>v7.0.4</h2> <h2>:star: New Features</h2> <ul> <li>Cache method annotations in <code>MethodParameter</code> and <code>AnnotatedMethod</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36307">#36307</a></li> <li>Consistently support <code>@lazy</code> as a meta-annotation at arbitrary depths <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36306">#36306</a></li> <li>Consistently support <code>@validated</code> as a meta-annotation at arbitrary depths <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36305">#36305</a></li> <li>Let developers disable default registrations in HttpMessageConverters <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36303">#36303</a></li> <li>Log which HandlerInterceptor threw the exception <a href="https://redirect.github.com/spring-projects/spring-framework/pull/36281">#36281</a></li> <li>Improve performance of hashcode calculations for request mappings <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36279">#36279</a></li> <li>Improve performance of HandlerMethod bean lookup <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36278">#36278</a></li> <li>Improve performance of version mapping <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36276">#36276</a></li> <li>Improve performance of single pattern request mappings <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36275">#36275</a></li> <li>Improve performance of validation groups determination <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36274">#36274</a></li> <li>Add <code>setPackagesToScan</code> configuration method to <code>LocalEntityManagerFactoryBean</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36270">#36270</a></li> <li>Remove outdated GraalVM substitution <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36257">#36257</a></li> <li>Introduce <code>beforeRetry</code> callback with <code>RetryState</code> argument <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36245">#36245</a></li> <li>Optimize NamedParameterUtils#buildValueArray by lazily fetching SqlParameter <a href="https://redirect.github.com/spring-projects/spring-framework/pull/36230">#36230</a></li> <li>Allow customization of the <code>ProxyFactory</code> in <code>HttpServiceProxyFactory</code> used to create HTTP service proxies <a href="https://redirect.github.com/spring-projects/spring-framework/pull/36225">#36225</a></li> <li>Consistently close streams through try-with-resources in FileCopyUtils <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36223">#36223</a></li> <li>Use Java Files utilities in FileCopyUtils <a href="https://redirect.github.com/spring-projects/spring-framework/pull/36221">#36221</a></li> <li>SqlBinaryValue and SqlCharacterValue should support InputStream content with undetermined length <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36219">#36219</a></li> <li>Support JtaTransactionManager and SpringBeanContainer configuration on HibernateJpaVendorAdapter <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36216">#36216</a></li> <li>Add TaskCallback/Callable/Runnable wrapper for retryable tasks <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36208">#36208</a></li> <li>Refine YamlProcessor to allow different empty values <a href="https://redirect.github.com/spring-projects/spring-framework/pull/36207">#36207</a></li> <li>Anticipate fixing Kotlin 2.3 compilation warning <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36203">#36203</a></li> <li>Allow YAML processors to create a flattened map with nulls included <a href="https://redirect.github.com/spring-projects/spring-framework/pull/36197">#36197</a></li> <li>Use Reader.transferTo in FileCopyUtils <a href="https://redirect.github.com/spring-projects/spring-framework/pull/36196">#36196</a></li> <li><code>DataBufferUtils.write()</code> with NettyDataBuffer on JDK 25 hangs indefinitely <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36184">#36184</a></li> <li>Make SendToMethodReturnValueHandler and SubscriptionMethodReturnValueHandler customizable, to allow for pass-through of message headers <a href="https://redirect.github.com/spring-projects/spring-framework/pull/36179">#36179</a></li> <li>Introduce <code>RestClient.ResponseSpec#requiredBody</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36173">#36173</a></li> <li>Make scope fully configurable in BeanRegistry/BeanRegistrar <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36171">#36171</a></li> <li>ConcurrencyThrottleSupport and thread interruption <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36167">#36167</a></li> <li>Add overloaded sendAndReceive methods to JmsTemplate to use explicit response queue <a href="https://redirect.github.com/spring-projects/spring-framework/pull/36162">#36162</a></li> <li>WebClient (Reactor) attributes on Netty channel do not clear after connection release <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36158">#36158</a></li> <li>Support HttpEntity on ContentRequestMatchers.multipartData <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36154">#36154</a></li> <li>Reintroduce WebLogicJtaTransactionManager in Spring Framework 6.2.x <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36151">#36151</a></li> <li>Back-off for <code>DefaultMessageListenerContainer</code> is not applied consistently in case of listener setup failure <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36143">#36143</a></li> <li>Early support for JPA 4.0 EntityAgent (autowiring a shared proxy) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36025">#36025</a></li> <li>Early compatibility with JPA 4.0 and Hibernate ORM 8.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35705">#35705</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Resolved HttpEntity Controller argument does not reflect mutated HTTP headers <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36298">#36298</a></li> <li>Avoid lock congestion in ConcurrentReferenceHashMap <a href="https://redirect.github.com/spring-projects/spring-framework/pull/36293">#36293</a></li> <li>AbstractMessageConverter does not support wildcards in supported MIME types <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36285">#36285</a></li> <li>Make <code>LocalEntityManagerFactoryBean#setDataSource</code> work on Hibernate as well as EclipseLink <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36271">#36271</a></li> <li><code>StompBrokerRelayMessageHandler</code> fails to restart due to test context pausing <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36266">#36266</a></li> <li>Deadlock might occur when calling <code>System.exit</code> on startup (against multiple shutdown hooks) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36260">#36260</a></li> <li>Missing resource hint for <code>BeanRegistrar</code> implementing <code>ImportAware</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36242">#36242</a></li> <li>Inconsistent behavior with <code>@retryable</code> on annotated interfaces <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36233">#36233</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-framework/commit/006c0bc4188ed16d4e595518259717bda8ca20d0"><code>006c0bc</code></a> Release v7.0.4</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/4734837fe4c37aed214d24a83706e9d6e9dd290d"><code>4734837</code></a> Upgrade to Netty 4.2.10, Hibernate ORM 7.2.4, Checkstyle 13.2</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/4a13655aa517542cc71b163fd91f016a8b6fb50d"><code>4a13655</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/5ef9972528716afdec0450a0e1befa1250fe88d8"><code>5ef9972</code></a> Allow to disable defaults in HttpMessageConverters</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/a9b1d6335ef568f7587f0d3a6479a3db3fdd15f5"><code>a9b1d63</code></a> avoid unnecessary locking in ConcurrentReferenceHashMap's implementation of c...</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/98d4046e4b848e288559a7041c393d12fef83ee6"><code>98d4046</code></a> Document that @Validated & @Lazy may be used as meta-annotations</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/282fee5c95dc26522e1073308c8cf38c7ab30607"><code>282fee5</code></a> Consistently find @Lazy as a meta-annotation at arbitrary depths</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/0d4737aeec48da0f5e870d3b7ce99f3a85be25c0"><code>0d4737a</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/1ef8734881468fcdd5e1927a6516455a2fdf5e5d"><code>1ef8734</code></a> Cache method annotations in AnnotatedMethod as well</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/6dfa54b8ea6058835ebf0e618e6ffcdd8570704d"><code>6dfa54b</code></a> Cache method annotations in MethodParameter</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v7.0.3...v7.0.4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…[7.0.2 => 7.0.3] (#852) Bumps [org.springframework.security:spring-security-core](https://github.com/spring-projects/spring-security) from 7.0.2 to 7.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-security/releases">org.springframework.security:spring-security-core's releases</a>.</em></p> <blockquote> <h2>7.0.3</h2> <h2>:star: New Features</h2> <ul> <li>Fix Javadoc warnings in spring-security-web <a href="https://redirect.github.com/spring-projects/spring-security/pull/18473">#18473</a></li> <li>Fix/gradle 9 deprecations <a href="https://redirect.github.com/spring-projects/spring-security/issues/18485">#18485</a></li> <li>Fix/gradle 9 deprecations <a href="https://redirect.github.com/spring-projects/spring-security/pull/18477">#18477</a></li> <li>Replace method call with 'Builder.configureMessageConverters()' <a href="https://redirect.github.com/spring-projects/spring-security/pull/18378">#18378</a></li> <li>Replacing use of deprecated 'check' in authorization documentation <a href="https://redirect.github.com/spring-projects/spring-security/pull/18390">#18390</a></li> <li>Use DefaultParameterNameDiscoverer#getSharedInstance <a href="https://redirect.github.com/spring-projects/spring-security/pull/18481">#18481</a></li> </ul> <h2>:beetle: Bug Fixes</h2> <ul> <li>Authorization Server fails to start with multiple PasswordEncoder beans <a href="https://redirect.github.com/spring-projects/spring-security/issues/18645">#18645</a></li> <li>BearerTokenAuthenticationEntryPoint uses context path <a href="https://redirect.github.com/spring-projects/spring-security/pull/18528">#18528</a></li> <li>Create SHA-1 MessageDigest for every new check request in Compromised Password Checker <a href="https://redirect.github.com/spring-projects/spring-security/issues/18594">#18594</a></li> <li>Document Client PKCE settings <a href="https://redirect.github.com/spring-projects/spring-security/pull/18304">#18304</a></li> <li>Fix docs typo X-Requested-By -> X-Requested-With <a href="https://redirect.github.com/spring-projects/spring-security/pull/18123">#18123</a></li> <li>Fix Formatting in mfa.adoc <a href="https://redirect.github.com/spring-projects/spring-security/pull/18134">#18134</a></li> <li>Fix typo in documentation <a href="https://redirect.github.com/spring-projects/spring-security/pull/18344">#18344</a></li> <li>Fix typos <a href="https://redirect.github.com/spring-projects/spring-security/pull/18121">#18121</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Bump ch.qos.logback:logback-classic from 1.5.22 to 1.5.24 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18384">#18384</a></li> <li>Bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.28 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18684">#18684</a></li> <li>Bump ch.qos.logback:logback-classic from 1.5.28 to 1.5.29 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18711">#18711</a></li> <li>Bump com.fasterxml.jackson:jackson-bom from 2.20.1 to 2.20.2 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18660">#18660</a></li> <li>Bump com.webauthn4j:webauthn4j-core from 0.29.7.RELEASE to 0.31.0.RELEASE <a href="https://redirect.github.com/spring-projects/spring-security/pull/18687">#18687</a></li> <li>Bump gradle-wrapper from 8.14 to 8.14.4 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18705">#18705</a></li> <li>Bump io.mockk:mockk from 1.14.7 to 1.14.9 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18681">#18681</a></li> <li>Bump io.projectreactor:reactor-bom from 2025.0.1 to 2025.0.2 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18658">#18658</a></li> <li>Bump io.projectreactor:reactor-bom from 2025.0.2 to 2025.0.3 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18717">#18717</a></li> <li>Bump io.spring.develocity.conventions from 0.0.24 to 0.0.25 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18683">#18683</a></li> <li>Bump io.spring.gradle:spring-security-release-plugin from 1.0.13 to 1.0.14 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18725">#18725</a></li> <li>Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.4 to 4.0.5 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18706">#18706</a></li> <li>Bump org-apache-maven-resolver from 1.9.24 to 1.9.25 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18309">#18309</a></li> <li>Bump org-aspectj from 1.9.25 to 1.9.25.1 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18326">#18326</a></li> <li>Bump org.apache.httpcomponents.client5:httpclient5 from 5.5.1 to 5.5.2 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18346">#18346</a></li> <li>Bump org.apache.maven:maven-resolver-provider from 3.9.11 to 3.9.12 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18327">#18327</a></li> <li>Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18682">#18682</a></li> <li>Bump org.junit:junit-bom from 6.0.1 to 6.0.2 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18385">#18385</a></li> <li>Bump org.springframework.data:spring-data-bom from 2025.1.1 to 2025.1.2 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18655">#18655</a></li> <li>Bump org.springframework.ldap:spring-ldap-core from 4.0.0 to 4.0.1 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18316">#18316</a></li> <li>Bump org.springframework.ldap:spring-ldap-core from 4.0.1 to 4.0.2 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18733">#18733</a></li> <li>Bump org.springframework:spring-framework-bom from 7.0.3 to 7.0.4 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18732">#18732</a></li> <li>Bump org.springframework:spring-framework-bom from 7.0.3-SNAPSHOT to 7.0.4-SNAPSHOT <a href="https://redirect.github.com/spring-projects/spring-security/pull/18657">#18657</a></li> <li>Bump spring-io/spring-doc-actions from 0.0.20 to 0.0.22 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18651">#18651</a></li> <li>Bump tools.jackson:jackson-bom from 3.0.3 to 3.0.4 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18659">#18659</a></li> <li>Update Antora UI Spring to v0.4.25 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18249">#18249</a></li> <li>Update to Spring Framework 7.0.3 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18667">#18667</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-security/commit/ffe73b492025f456bd30af9323fce95c0d684332"><code>ffe73b4</code></a> Release 7.0.3</li> <li><a href="https://github.com/spring-projects/spring-security/commit/f0ffda89e07569266c642ef4defa79df40b6443d"><code>f0ffda8</code></a> Update to spring-data-bom 2025.1.3</li> <li><a href="https://github.com/spring-projects/spring-security/commit/746c6e124e7ae0a2941adb27d23fe8f23c7082b6"><code>746c6e1</code></a> Bump org.springframework:spring-framework-bom from 7.0.3 to 7.0.4</li> <li><a href="https://github.com/spring-projects/spring-security/commit/123a2d79cfe7718b7089a29438f1df0ff1302867"><code>123a2d7</code></a> Bump io.projectreactor:reactor-bom from 2025.0.2 to 2025.0.3</li> <li><a href="https://github.com/spring-projects/spring-security/commit/0c3e4834322c967c87af163280ccc945f724a71d"><code>0c3e483</code></a> Bump org.springframework.ldap:spring-ldap-core from 4.0.1 to 4.0.2</li> <li><a href="https://github.com/spring-projects/spring-security/commit/b804da974dde362b680524989df4db9a5527f9fe"><code>b804da9</code></a> Update Test to Align with webauthn4j</li> <li><a href="https://github.com/spring-projects/spring-security/commit/b9bb5e0b524ce23333f7f3f31a9efaf227b1f5ba"><code>b9bb5e0</code></a> Bump com.webauthn4j:webauthn4j-core</li> <li><a href="https://github.com/spring-projects/spring-security/commit/4fd8e1d5967883d34538f7c7fe3698adddbf3376"><code>4fd8e1d</code></a> Remove Trailing Bytes from AttestationStatement</li> <li><a href="https://github.com/spring-projects/spring-security/commit/c59fb0cd353334ae78b135599a91065c621d9c7f"><code>c59fb0c</code></a> Add Jackson 2 Databind as Optional Dependency</li> <li><a href="https://github.com/spring-projects/spring-security/commit/50aba3aaf39b0afe722665d41d3c564974083c4b"><code>50aba3a</code></a> Bump io.spring.gradle:spring-security-release-plugin</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-security/compare/7.0.2...7.0.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.9 to 42.7.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pgjdbc/pgjdbc/releases">org.postgresql:postgresql's releases</a>.</em></p> <blockquote> <h2>v42.7.10</h2> <h2>Changes</h2> <ul> <li>Update site for 42.7.10 release <a href="https://github.com/davecramer"><code>@davecramer</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3936">#3936</a>)</li> <li>Create DisabledIfServerGreater annotation <a href="https://github.com/davecramer"><code>@davecramer</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3937">#3937</a>)</li> <li>fix non-standard strings failing test for version 19 <a href="https://github.com/davecramer"><code>@davecramer</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3934">#3934</a>)</li> <li>Revert "fix: make all Calendar instances proleptic Gregorian (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3837">#3837</a>)" <a href="https://github.com/davecramer"><code>@davecramer</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3932">#3932</a>)</li> <li>fix small issues in ConnectionFactoryImpl <a href="https://github.com/davecramer"><code>@davecramer</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3929">#3929</a>)</li> <li>Migrate to Shadow 9 <a href="https://github.com/Goooler"><code>@Goooler</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3931">#3931</a>)</li> <li>style: fix empty line before javadoc for checkstyle compliance <a href="https://github.com/Praveen7294"><code>@Praveen7294</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3925">#3925</a>)</li> <li>style: fix lambda argument indentation for checkstyle compliance <a href="https://github.com/aclfe"><code>@aclfe</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3922">#3922</a>)</li> <li>test: add autosave=always|never|conservative and cleanupSavepoints=true|false to the randomized CI jobs <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3917">#3917</a>)</li> <li>doc: use.md, fix typos <a href="https://github.com/mjschwaiger"><code>@mjschwaiger</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3911">#3911</a>)</li> <li>doc: datasource.md, fix minor formatting issue <a href="https://github.com/mjschwaiger"><code>@mjschwaiger</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3912">#3912</a>)</li> <li>lastEditYear to 2026 and bump version <a href="https://github.com/davecramer"><code>@davecramer</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3909">#3909</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: process pending responses before fastpath to avoid protocol errors <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3913">#3913</a>)</li> </ul> <h2>⬆️ Dependencies</h2> <ul> <li>chore(deps): update github/codeql-action digest to 4bdb89f <a href="https://github.com/renovate-bot"><code>@renovate-bot</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3914">#3914</a>)</li> <li>chore(deps): update ubuntu:24.04 docker digest to cd1dba6 <a href="https://github.com/renovate-bot"><code>@renovate-bot</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3915">#3915</a>)</li> <li>chore(deps): update dependency com.typesafe.play:sbt-plugin to v2.9.10 <a href="https://github.com/renovate-bot"><code>@renovate-bot</code></a> (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3916">#3916</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md">org.postgresql:postgresql's changelog</a>.</em></p> <blockquote> <h2>[42.7.10] (2026-02-11)</h2> <h3>Changed</h3> <ul> <li>chore: Migrate to Shadow 9 <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3931">PR 3931</a></li> <li>style: fix empty line before javadoc for checkstyle compliance [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3925">#3925</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3925">pgjdbc/pgjdbc#3925</a>)</li> <li>style: fix lambda argument indentation for checkstyle compliance [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3922">#3922</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3922">pgjdbc/pgjdbc#3922</a>)</li> <li>test: add autosave=always|never|conservative and cleanupSavepoints=true|false to the randomized CI jobs [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3917">#3917</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3917">pgjdbc/pgjdbc#3917</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>fix: non-standard strings failing test for version 19 [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3934">#3934</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3934">pgjdbc/pgjdbc#3934</a>)</li> <li>fix: small issues in ConnectionFactoryImpl [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3929">#3929</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3929">pgjdbc/pgjdbc#3929</a>)</li> <li>fix: process pending responses before fastpath to avoid protocol errors <a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3913">PR # 3913</a></li> <li>doc: use.md, fix typos [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3911">#3911</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3911">pgjdbc/pgjdbc#3911</a>)</li> <li>doc: datasource.md, fix minor formatting issue [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3912">#3912</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3912">pgjdbc/pgjdbc#3912</a>)</li> <li>doc: add the new PGP signing key to the official documentation [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3912">#3912</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3813">pgjdbc/pgjdbc#3813</a>)</li> </ul> <h3>Reverted</h3> <ul> <li>Revert "fix: make all Calendar instances proleptic Gregorian (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3837">#3837</a>) (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3887">#3887</a>)" [PR <a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3932">#3932</a>](<a href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3932">pgjdbc/pgjdbc#3932</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/27571c8e18712e7fc6a007bd38ab8e3d6c309c0c"><code>27571c8</code></a> Update site for 42.7.10 release (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3936">#3936</a>)</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/c7b512d138204bffb8d963fbb7e138e51501363e"><code>c7b512d</code></a> Create DisabledIfServerGreater annotation for disabling tests for newer serve...</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/47f7e3bba211dc2078bcbe3bcc1ffede855d2b1e"><code>47f7e3b</code></a> fix non-standard strings failing test for version 19 (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3934">#3934</a>)</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/d4cf4200a85600509a12740cfa99cd1836adc465"><code>d4cf420</code></a> Revert "fix: make all Calendar instances proleptic Gregorian (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3837">#3837</a>) (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3887">#3887</a>)"...</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/6ea732c4984af6cae52abb061bdc81ae318ed98f"><code>6ea732c</code></a> fix small issues in ConnectionFactoryImpl (<a href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3929">#3929</a>)</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/95cecdb4071d86bed90a13a8b91c66f00fe0ae06"><code>95cecdb</code></a> Migrate to Shadow 9</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/5762c4269c6a22267aeccbd328d49803fd0abb71"><code>5762c42</code></a> style: fix empty line before javadoc for checkstyle compliance</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/1ac8d99a0042dd8250475aed477bdbfed565a7c1"><code>1ac8d99</code></a> style: fix lambda argument indentation for checkstyle compliance</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/3fab588d93ae4cfeb13f75ba08894b804b256d51"><code>3fab588</code></a> test: add autosave=always|never|conservative and cleanupSavepoints=true|false...</li> <li><a href="https://github.com/pgjdbc/pgjdbc/commit/9c20cc2da632fd43f7662cdd10699a22c7fae4c3"><code>9c20cc2</code></a> chore(deps): update github/codeql-action digest to 4bdb89f</li> <li>Additional commits viewable in <a href="https://github.com/pgjdbc/pgjdbc/compare/REL42.7.9...REL42.7.10">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `netty.version` from 4.2.9.Final to 4.2.10.Final. Updates `io.netty:netty-bom` from 4.2.9.Final to 4.2.10.Final <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/netty/netty/commit/4cc98736c3947bc93122e0b64e0bd8fc970c6437"><code>4cc9873</code></a> [maven-release-plugin] prepare release netty-4.2.10.Final</li> <li><a href="https://github.com/netty/netty/commit/54b8663619577749511269a4149adf018438c8b0"><code>54b8663</code></a> Remove unnecessary allocations and abstractions in HttpContentCompressor (<a href="https://redirect.github.com/netty/netty/issues/16">#16</a>...</li> <li><a href="https://github.com/netty/netty/commit/961f427289730cd1ff92b734ddeea8dd0b7d276a"><code>961f427</code></a> Update to netty-tcnative 2.0.75.Final (<a href="https://redirect.github.com/netty/netty/issues/16227">#16227</a>)</li> <li><a href="https://github.com/netty/netty/commit/3007ba9d2853a03d3d0281be1ec9b358e48170b1"><code>3007ba9</code></a> Use recommanded finalize chain pattern when override finalize() method (<a href="https://redirect.github.com/netty/netty/issues/16212">#16212</a>)</li> <li><a href="https://github.com/netty/netty/commit/b91804287e0e06e8ca9da5e508f0490f9b7e4ad9"><code>b918042</code></a> Update some dependencies (<a href="https://redirect.github.com/netty/netty/issues/16198">#16198</a>) (<a href="https://redirect.github.com/netty/netty/issues/16215">#16215</a>)</li> <li><a href="https://github.com/netty/netty/commit/874c99529e1db187cc3f5346f5f8ffea94e34f0c"><code>874c995</code></a> Reduce allocations on DefaultHeaders::containsValue (<a href="https://redirect.github.com/netty/netty/issues/15843">#15843</a>)</li> <li><a href="https://github.com/netty/netty/commit/e0fe7940ce6070be48b8cb5af22ce9e7e4813ec2"><code>e0fe794</code></a> Remove unnecessary null check in WebSocketServerExtensionHandler (<a href="https://redirect.github.com/netty/netty/issues/16201">#16201</a>)</li> <li><a href="https://github.com/netty/netty/commit/1b0636b7ac773052c1fefe7f86593e655aacb1b4"><code>1b0636b</code></a> Move default compression options into static variable in HttpContentCompresso...</li> <li><a href="https://github.com/netty/netty/commit/85a3a0ee8d67bac9f6a85aa6444e0805564fffc6"><code>85a3a0e</code></a> codec-http2: move the accessors from Http2Headers to DefaultHttp2Headers (<a href="https://redirect.github.com/netty/netty/issues/16">#16</a>...</li> <li><a href="https://github.com/netty/netty/commit/f44a88d340580510cb3a94e454c10cb949dc07fd"><code>f44a88d</code></a> Improve chunk picking for the large-size buddy allocator (<a href="https://redirect.github.com/netty/netty/issues/16179">#16179</a>)</li> <li>Additional commits viewable in <a href="https://github.com/netty/netty/compare/netty-4.2.9.Final...netty-4.2.10.Final">compare view</a></li> </ul> </details> <br /> Updates `io.netty:netty-all` from 4.2.9.Final to 4.2.10.Final <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/netty/netty/commit/4cc98736c3947bc93122e0b64e0bd8fc970c6437"><code>4cc9873</code></a> [maven-release-plugin] prepare release netty-4.2.10.Final</li> <li><a href="https://github.com/netty/netty/commit/54b8663619577749511269a4149adf018438c8b0"><code>54b8663</code></a> Remove unnecessary allocations and abstractions in HttpContentCompressor (<a href="https://redirect.github.com/netty/netty/issues/16">#16</a>...</li> <li><a href="https://github.com/netty/netty/commit/961f427289730cd1ff92b734ddeea8dd0b7d276a"><code>961f427</code></a> Update to netty-tcnative 2.0.75.Final (<a href="https://redirect.github.com/netty/netty/issues/16227">#16227</a>)</li> <li><a href="https://github.com/netty/netty/commit/3007ba9d2853a03d3d0281be1ec9b358e48170b1"><code>3007ba9</code></a> Use recommanded finalize chain pattern when override finalize() method (<a href="https://redirect.github.com/netty/netty/issues/16212">#16212</a>)</li> <li><a href="https://github.com/netty/netty/commit/b91804287e0e06e8ca9da5e508f0490f9b7e4ad9"><code>b918042</code></a> Update some dependencies (<a href="https://redirect.github.com/netty/netty/issues/16198">#16198</a>) (<a href="https://redirect.github.com/netty/netty/issues/16215">#16215</a>)</li> <li><a href="https://github.com/netty/netty/commit/874c99529e1db187cc3f5346f5f8ffea94e34f0c"><code>874c995</code></a> Reduce allocations on DefaultHeaders::containsValue (<a href="https://redirect.github.com/netty/netty/issues/15843">#15843</a>)</li> <li><a href="https://github.com/netty/netty/commit/e0fe7940ce6070be48b8cb5af22ce9e7e4813ec2"><code>e0fe794</code></a> Remove unnecessary null check in WebSocketServerExtensionHandler (<a href="https://redirect.github.com/netty/netty/issues/16201">#16201</a>)</li> <li><a href="https://github.com/netty/netty/commit/1b0636b7ac773052c1fefe7f86593e655aacb1b4"><code>1b0636b</code></a> Move default compression options into static variable in HttpContentCompresso...</li> <li><a href="https://github.com/netty/netty/commit/85a3a0ee8d67bac9f6a85aa6444e0805564fffc6"><code>85a3a0e</code></a> codec-http2: move the accessors from Http2Headers to DefaultHttp2Headers (<a href="https://redirect.github.com/netty/netty/issues/16">#16</a>...</li> <li><a href="https://github.com/netty/netty/commit/f44a88d340580510cb3a94e454c10cb949dc07fd"><code>f44a88d</code></a> Improve chunk picking for the large-size buddy allocator (<a href="https://redirect.github.com/netty/netty/issues/16179">#16179</a>)</li> <li>Additional commits viewable in <a href="https://github.com/netty/netty/compare/netty-4.2.9.Final...netty-4.2.10.Final">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `httpcore5.version` from 5.4 to 5.4.1. Updates `org.apache.httpcomponents.core5:httpcore5` from 5.4 to 5.4.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/httpcomponents-core/blob/rel/v5.4.1/RELEASE_NOTES.txt">org.apache.httpcomponents.core5:httpcore5's changelog</a>.</em></p> <blockquote> <h2>Release 5.4.1</h2> <p>This maintenance release fixes a latency regression in the async transport caused by TCP_NODELAY failing to be set. Several other bugs have also been fixed affecting connection management, HTTP/2 exception handling and propagation, and so forth.</p> <h2>Change Log</h2> <ul> <li> <p>Regression: Ensure TCP-specific socket options are set correctly in the async transport. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Prevent integer overflow in LaxConnPool so that negative numbers are not reported in the thread pool statistics. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Loop over and close expired connections in LaxConnPool instead of returning them. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Respect the PoolReusePolicy.FIFO in StrictConnPool. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Corrected exception propagation in protocol negotiators' exception handling code. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Fix SOCKS handshake to fail on EOF. (<a href="https://redirect.github.com/apache/httpcomponents-core/issues/604">#604</a>) Contributed by Arturo Bernal <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Fix race condition in ComplexCancellable. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: In MonitoringResponseOutOfOrderStrategy, always perform a blocking read to check for data. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Corrected exception propagation to individual H2 streams in case of an unexpected error with the H2 connection. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Regression: Restored SocketSupport and marked it deprecated. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/httpcomponents-core/commit/c728dd896306932c97b2bbfab88e0599759d3046"><code>c728dd8</code></a> HttpCore 5.4.1 release</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/b5e2b022c2af567ecbdaba50d3a5392dc7bd576e"><code>b5e2b02</code></a> Update release notes for HttpCore 5.4.1 release</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/17ce37aa29a47e9ec3c0674f8606a83b9d3b3037"><code>17ce37a</code></a> Ensure TCP-specific socket options are set</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/a33904a4761d04e841fbcd1732f0bcf3975e5093"><code>a33904a</code></a> LaxConnPool: Prevent integer overflow in getTotalStats()</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/92dbfea5c96c2228d5f4a55696e74a72f85df152"><code>92dbfea</code></a> LaxConnPool: Loop over expired connections</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/0d9d1aa069e25c159bba4ca2aacac4803a87d094"><code>0d9d1aa</code></a> StrictConnPool: Fix FIFO implementation</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/7230a04e797c8a88b201c36ef21e63c54323be97"><code>7230a04</code></a> Bug fix: Corrected exception propagation in protocol negotiators exception ha...</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/2b8615d7d8c4e15f67890a1892280c96615f0eec"><code>2b8615d</code></a> Fix SOCKS handshake to fail on EOF. (<a href="https://redirect.github.com/apache/httpcomponents-core/issues/604">#604</a>)</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/5d96debcbd03a0a0fb56e3cbf77c7d95c864a38a"><code>5d96deb</code></a> Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/15e9de48fa13f269879cadb729b5c017d47e9c93"><code>15e9de4</code></a> ComplexCancellable: Fix race condition</li> <li>Additional commits viewable in <a href="https://github.com/apache/httpcomponents-core/compare/rel/v5.4...rel/v5.4.1">compare view</a></li> </ul> </details> <br /> Updates `org.apache.httpcomponents.core5:httpcore5-h2` from 5.4 to 5.4.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/httpcomponents-core/blob/rel/v5.4.1/RELEASE_NOTES.txt">org.apache.httpcomponents.core5:httpcore5-h2's changelog</a>.</em></p> <blockquote> <h2>Release 5.4.1</h2> <p>This maintenance release fixes a latency regression in the async transport caused by TCP_NODELAY failing to be set. Several other bugs have also been fixed affecting connection management, HTTP/2 exception handling and propagation, and so forth.</p> <h2>Change Log</h2> <ul> <li> <p>Regression: Ensure TCP-specific socket options are set correctly in the async transport. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Prevent integer overflow in LaxConnPool so that negative numbers are not reported in the thread pool statistics. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Loop over and close expired connections in LaxConnPool instead of returning them. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Respect the PoolReusePolicy.FIFO in StrictConnPool. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Corrected exception propagation in protocol negotiators' exception handling code. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Fix SOCKS handshake to fail on EOF. (<a href="https://redirect.github.com/apache/httpcomponents-core/issues/604">#604</a>) Contributed by Arturo Bernal <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Fix race condition in ComplexCancellable. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: In MonitoringResponseOutOfOrderStrategy, always perform a blocking read to check for data. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Corrected exception propagation to individual H2 streams in case of an unexpected error with the H2 connection. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Regression: Restored SocketSupport and marked it deprecated. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/httpcomponents-core/commit/c728dd896306932c97b2bbfab88e0599759d3046"><code>c728dd8</code></a> HttpCore 5.4.1 release</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/b5e2b022c2af567ecbdaba50d3a5392dc7bd576e"><code>b5e2b02</code></a> Update release notes for HttpCore 5.4.1 release</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/17ce37aa29a47e9ec3c0674f8606a83b9d3b3037"><code>17ce37a</code></a> Ensure TCP-specific socket options are set</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/a33904a4761d04e841fbcd1732f0bcf3975e5093"><code>a33904a</code></a> LaxConnPool: Prevent integer overflow in getTotalStats()</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/92dbfea5c96c2228d5f4a55696e74a72f85df152"><code>92dbfea</code></a> LaxConnPool: Loop over expired connections</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/0d9d1aa069e25c159bba4ca2aacac4803a87d094"><code>0d9d1aa</code></a> StrictConnPool: Fix FIFO implementation</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/7230a04e797c8a88b201c36ef21e63c54323be97"><code>7230a04</code></a> Bug fix: Corrected exception propagation in protocol negotiators exception ha...</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/2b8615d7d8c4e15f67890a1892280c96615f0eec"><code>2b8615d</code></a> Fix SOCKS handshake to fail on EOF. (<a href="https://redirect.github.com/apache/httpcomponents-core/issues/604">#604</a>)</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/5d96debcbd03a0a0fb56e3cbf77c7d95c864a38a"><code>5d96deb</code></a> Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/15e9de48fa13f269879cadb729b5c017d47e9c93"><code>15e9de4</code></a> ComplexCancellable: Fix race condition</li> <li>Additional commits viewable in <a href="https://github.com/apache/httpcomponents-core/compare/rel/v5.4...rel/v5.4.1">compare view</a></li> </ul> </details> <br /> Updates `org.apache.httpcomponents.core5:httpcore5-reactive` from 5.4 to 5.4.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/httpcomponents-core/blob/rel/v5.4.1/RELEASE_NOTES.txt">org.apache.httpcomponents.core5:httpcore5-reactive's changelog</a>.</em></p> <blockquote> <h2>Release 5.4.1</h2> <p>This maintenance release fixes a latency regression in the async transport caused by TCP_NODELAY failing to be set. Several other bugs have also been fixed affecting connection management, HTTP/2 exception handling and propagation, and so forth.</p> <h2>Change Log</h2> <ul> <li> <p>Regression: Ensure TCP-specific socket options are set correctly in the async transport. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Prevent integer overflow in LaxConnPool so that negative numbers are not reported in the thread pool statistics. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Loop over and close expired connections in LaxConnPool instead of returning them. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Respect the PoolReusePolicy.FIFO in StrictConnPool. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Corrected exception propagation in protocol negotiators' exception handling code. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Fix SOCKS handshake to fail on EOF. (<a href="https://redirect.github.com/apache/httpcomponents-core/issues/604">#604</a>) Contributed by Arturo Bernal <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Fix race condition in ComplexCancellable. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: In MonitoringResponseOutOfOrderStrategy, always perform a blocking read to check for data. Contributed by Ryan Schmitt <!-- raw HTML omitted --></p> </li> <li> <p>Bug fix: Corrected exception propagation to individual H2 streams in case of an unexpected error with the H2 connection. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> <li> <p>Regression: Restored SocketSupport and marked it deprecated. Contributed by Oleg Kalnichevski <!-- raw HTML omitted --></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/httpcomponents-core/commit/c728dd896306932c97b2bbfab88e0599759d3046"><code>c728dd8</code></a> HttpCore 5.4.1 release</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/b5e2b022c2af567ecbdaba50d3a5392dc7bd576e"><code>b5e2b02</code></a> Update release notes for HttpCore 5.4.1 release</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/17ce37aa29a47e9ec3c0674f8606a83b9d3b3037"><code>17ce37a</code></a> Ensure TCP-specific socket options are set</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/a33904a4761d04e841fbcd1732f0bcf3975e5093"><code>a33904a</code></a> LaxConnPool: Prevent integer overflow in getTotalStats()</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/92dbfea5c96c2228d5f4a55696e74a72f85df152"><code>92dbfea</code></a> LaxConnPool: Loop over expired connections</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/0d9d1aa069e25c159bba4ca2aacac4803a87d094"><code>0d9d1aa</code></a> StrictConnPool: Fix FIFO implementation</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/7230a04e797c8a88b201c36ef21e63c54323be97"><code>7230a04</code></a> Bug fix: Corrected exception propagation in protocol negotiators exception ha...</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/2b8615d7d8c4e15f67890a1892280c96615f0eec"><code>2b8615d</code></a> Fix SOCKS handshake to fail on EOF. (<a href="https://redirect.github.com/apache/httpcomponents-core/issues/604">#604</a>)</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/5d96debcbd03a0a0fb56e3cbf77c7d95c864a38a"><code>5d96deb</code></a> Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream</li> <li><a href="https://github.com/apache/httpcomponents-core/commit/15e9de48fa13f269879cadb729b5c017d47e9c93"><code>15e9de4</code></a> ComplexCancellable: Fix race condition</li> <li>Additional commits viewable in <a href="https://github.com/apache/httpcomponents-core/compare/rel/v5.4...rel/v5.4.1">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… /meta-bom/bom-deamon (#861) Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.51.1.0 to 3.51.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/xerial/sqlite-jdbc/releases">org.xerial:sqlite-jdbc's releases</a>.</em></p> <blockquote> <h2>Release 3.51.2.0</h2> <h2>Changelog</h2> <h2>🚀 Features</h2> <p><strong>sqlite</strong></p> <ul> <li>upgrade to sqlite 3.51.2 (<a href="https://github.com/xerial/sqlite-jdbc/commits/63a45e7">63a45e7</a>)</li> </ul> <h2>🛠 Build</h2> <ul> <li>update location for 2026 (<a href="https://github.com/xerial/sqlite-jdbc/commits/1a7c2a0">1a7c2a0</a>)</li> </ul> <h2>Contributors</h2> <p>We'd like to thank the following people for their contributions: Gauthier Roebroeck</p> <h2>Release 3.51.1.1</h2> <h2>Changelog</h2> <h2>🚀 Features</h2> <p><strong>sqlite</strong></p> <ul> <li>enable percentile extension (<a href="https://github.com/xerial/sqlite-jdbc/commits/470c78c">470c78c</a>), closes <a href="https://redirect.github.com/xerial/sqlite-jdbc/issues/1360">#1360</a></li> </ul> <h2>🛠 Build</h2> <p><strong>deps</strong></p> <ul> <li>bump org.graalvm.sdk:nativeimage from 25.0.1 to 25.0.2 (<a href="https://github.com/xerial/sqlite-jdbc/commits/e5e8aca">e5e8aca</a>)</li> <li>bump org.graalvm.buildtools:native-maven-plugin (<a href="https://github.com/xerial/sqlite-jdbc/commits/92e995c">92e995c</a>)</li> <li>bump org.jreleaser:jreleaser-maven-plugin (<a href="https://github.com/xerial/sqlite-jdbc/commits/1ba2ff1">1ba2ff1</a>)</li> <li>bump actions/upload-artifact from 5 to 6 (<a href="https://github.com/xerial/sqlite-jdbc/commits/77e1e27">77e1e27</a>)</li> <li>bump actions/download-artifact from 6 to 7 (<a href="https://github.com/xerial/sqlite-jdbc/commits/1f35b97">1f35b97</a>)</li> <li>bump org.apache.maven.plugins:maven-source-plugin (<a href="https://github.com/xerial/sqlite-jdbc/commits/8384f5b">8384f5b</a>)</li> </ul> <p><strong>deps-dev</strong></p> <ul> <li>bump org.apache.maven.plugins:maven-compiler-plugin (<a href="https://github.com/xerial/sqlite-jdbc/commits/0d07829">0d07829</a>)</li> <li>bump org.codehaus.mojo:versions-maven-plugin (<a href="https://github.com/xerial/sqlite-jdbc/commits/2a61f25">2a61f25</a>)</li> <li>bump org.mockito:mockito-core from 5.20.0 to 5.21.0 (<a href="https://github.com/xerial/sqlite-jdbc/commits/f8de260">f8de260</a>)</li> </ul> <h2>Contributors</h2> <p>We'd like to thank the following people for their contributions: Gauthier, Gauthier Roebroeck</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/1bda4118f447acba34a57915a31619d2b6e7c961"><code>1bda411</code></a> chore(release): 3.51.2.0 [skip ci]</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/9a84abd7f24aaedd431a290a49ad8bc08f090714"><code>9a84abd</code></a> chore: update native libraries</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/1a7c2a0c0a3b809d3899f8f892ec9a5e7c38009e"><code>1a7c2a0</code></a> build: update location for 2026</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/63a45e74f45a6c3590ad48a5eafca6803f336c7d"><code>63a45e7</code></a> feat(sqlite): upgrade to sqlite 3.51.2</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/92e40c170c0be280f87dd33302c57d384fb994d4"><code>92e40c1</code></a> chore(release): prepare next snapshot [skip ci]</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/5e1a6a4c8897f6699eed259948a04fcdf44c242a"><code>5e1a6a4</code></a> chore(release): 3.51.1.1 [skip ci]</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/0d0782958c785c81638068456e26430568fca148"><code>0d07829</code></a> build(deps-dev): bump org.apache.maven.plugins:maven-compiler-plugin</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/e5e8acad569c8a0aff27a62c72fbba5aa6079f9f"><code>e5e8aca</code></a> build(deps): bump org.graalvm.sdk:nativeimage from 25.0.1 to 25.0.2</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/92e995c043763b3f25064dc5dea6f4b7fcdf29f5"><code>92e995c</code></a> build(deps): bump org.graalvm.buildtools:native-maven-plugin</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/2a61f252a1aa343cc04435c85586e2744dcd45d7"><code>2a61f25</code></a> build(deps-dev): bump org.codehaus.mojo:versions-maven-plugin</li> <li>Additional commits viewable in <a href="https://github.com/xerial/sqlite-jdbc/compare/3.51.1.0...3.51.2.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… 7.0.4] (#859) Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 7.0.3 to 7.0.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">org.springframework:spring-framework-bom's releases</a>.</em></p> <blockquote> <h2>v7.0.4</h2> <h2>:star: New Features</h2> <ul> <li>Cache method annotations in <code>MethodParameter</code> and <code>AnnotatedMethod</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36307">#36307</a></li> <li>Consistently support <code>@lazy</code> as a meta-annotation at arbitrary depths <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36306">#36306</a></li> <li>Consistently support <code>@validated</code> as a meta-annotation at arbitrary depths <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36305">#36305</a></li> <li>Let developers disable default registrations in HttpMessageConverters <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36303">#36303</a></li> <li>Log which HandlerInterceptor threw the exception <a href="https://redirect.github.com/spring-projects/spring-framework/pull/36281">#36281</a></li> <li>Improve performance of hashcode calculations for request mappings <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36279">#36279</a></li> <li>Improve performance of HandlerMethod bean lookup <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36278">#36278</a></li> <li>Improve performance of version mapping <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36276">#36276</a></li> <li>Improve performance of single pattern request mappings <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36275">#36275</a></li> <li>Improve performance of validation groups determination <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36274">#36274</a></li> <li>Add <code>setPackagesToScan</code> configuration method to <code>LocalEntityManagerFactoryBean</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36270">#36270</a></li> <li>Remove outdated GraalVM substitution <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36257">#36257</a></li> <li>Introduce <code>beforeRetry</code> callback with <code>RetryState</code> argument <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36245">#36245</a></li> <li>Optimize NamedParameterUtils#buildValueArray by lazily fetching SqlParameter <a href="https://redirect.github.com/spring-projects/spring-framework/pull/36230">#36230</a></li> <li>Allow customization of the <code>ProxyFactory</code> in <code>HttpServiceProxyFactory</code> used to create HTTP service proxies <a href="https://redirect.github.com/spring-projects/spring-framework/pull/36225">#36225</a></li> <li>Consistently close streams through try-with-resources in FileCopyUtils <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36223">#36223</a></li> <li>Use Java Files utilities in FileCopyUtils <a href="https://redirect.github.com/spring-projects/spring-framework/pull/36221">#36221</a></li> <li>SqlBinaryValue and SqlCharacterValue should support InputStream content with undetermined length <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36219">#36219</a></li> <li>Support JtaTransactionManager and SpringBeanContainer configuration on HibernateJpaVendorAdapter <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36216">#36216</a></li> <li>Add TaskCallback/Callable/Runnable wrapper for retryable tasks <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36208">#36208</a></li> <li>Refine YamlProcessor to allow different empty values <a href="https://redirect.github.com/spring-projects/spring-framework/pull/36207">#36207</a></li> <li>Anticipate fixing Kotlin 2.3 compilation warning <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36203">#36203</a></li> <li>Allow YAML processors to create a flattened map with nulls included <a href="https://redirect.github.com/spring-projects/spring-framework/pull/36197">#36197</a></li> <li>Use Reader.transferTo in FileCopyUtils <a href="https://redirect.github.com/spring-projects/spring-framework/pull/36196">#36196</a></li> <li><code>DataBufferUtils.write()</code> with NettyDataBuffer on JDK 25 hangs indefinitely <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36184">#36184</a></li> <li>Make SendToMethodReturnValueHandler and SubscriptionMethodReturnValueHandler customizable, to allow for pass-through of message headers <a href="https://redirect.github.com/spring-projects/spring-framework/pull/36179">#36179</a></li> <li>Introduce <code>RestClient.ResponseSpec#requiredBody</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36173">#36173</a></li> <li>Make scope fully configurable in BeanRegistry/BeanRegistrar <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36171">#36171</a></li> <li>ConcurrencyThrottleSupport and thread interruption <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36167">#36167</a></li> <li>Add overloaded sendAndReceive methods to JmsTemplate to use explicit response queue <a href="https://redirect.github.com/spring-projects/spring-framework/pull/36162">#36162</a></li> <li>WebClient (Reactor) attributes on Netty channel do not clear after connection release <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36158">#36158</a></li> <li>Support HttpEntity on ContentRequestMatchers.multipartData <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36154">#36154</a></li> <li>Reintroduce WebLogicJtaTransactionManager in Spring Framework 6.2.x <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36151">#36151</a></li> <li>Back-off for <code>DefaultMessageListenerContainer</code> is not applied consistently in case of listener setup failure <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36143">#36143</a></li> <li>Early support for JPA 4.0 EntityAgent (autowiring a shared proxy) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36025">#36025</a></li> <li>Early compatibility with JPA 4.0 and Hibernate ORM 8.0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/35705">#35705</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Resolved HttpEntity Controller argument does not reflect mutated HTTP headers <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36298">#36298</a></li> <li>Avoid lock congestion in ConcurrentReferenceHashMap <a href="https://redirect.github.com/spring-projects/spring-framework/pull/36293">#36293</a></li> <li>AbstractMessageConverter does not support wildcards in supported MIME types <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36285">#36285</a></li> <li>Make <code>LocalEntityManagerFactoryBean#setDataSource</code> work on Hibernate as well as EclipseLink <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36271">#36271</a></li> <li><code>StompBrokerRelayMessageHandler</code> fails to restart due to test context pausing <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36266">#36266</a></li> <li>Deadlock might occur when calling <code>System.exit</code> on startup (against multiple shutdown hooks) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36260">#36260</a></li> <li>Missing resource hint for <code>BeanRegistrar</code> implementing <code>ImportAware</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36242">#36242</a></li> <li>Inconsistent behavior with <code>@retryable</code> on annotated interfaces <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36233">#36233</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-framework/commit/006c0bc4188ed16d4e595518259717bda8ca20d0"><code>006c0bc</code></a> Release v7.0.4</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/4734837fe4c37aed214d24a83706e9d6e9dd290d"><code>4734837</code></a> Upgrade to Netty 4.2.10, Hibernate ORM 7.2.4, Checkstyle 13.2</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/4a13655aa517542cc71b163fd91f016a8b6fb50d"><code>4a13655</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/5ef9972528716afdec0450a0e1befa1250fe88d8"><code>5ef9972</code></a> Allow to disable defaults in HttpMessageConverters</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/a9b1d6335ef568f7587f0d3a6479a3db3fdd15f5"><code>a9b1d63</code></a> avoid unnecessary locking in ConcurrentReferenceHashMap's implementation of c...</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/98d4046e4b848e288559a7041c393d12fef83ee6"><code>98d4046</code></a> Document that @Validated & @Lazy may be used as meta-annotations</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/282fee5c95dc26522e1073308c8cf38c7ab30607"><code>282fee5</code></a> Consistently find @Lazy as a meta-annotation at arbitrary depths</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/0d4737aeec48da0f5e870d3b7ce99f3a85be25c0"><code>0d4737a</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/1ef8734881468fcdd5e1927a6516455a2fdf5e5d"><code>1ef8734</code></a> Cache method annotations in AnnotatedMethod as well</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/6dfa54b8ea6058835ebf0e618e6ffcdd8570704d"><code>6dfa54b</code></a> Cache method annotations in MethodParameter</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v7.0.3...v7.0.4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…[7.0.2 => 7.0.3] (#855) Bumps [org.springframework.security:spring-security-core](https://github.com/spring-projects/spring-security) from 7.0.2 to 7.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-security/releases">org.springframework.security:spring-security-core's releases</a>.</em></p> <blockquote> <h2>7.0.3</h2> <h2>:star: New Features</h2> <ul> <li>Fix Javadoc warnings in spring-security-web <a href="https://redirect.github.com/spring-projects/spring-security/pull/18473">#18473</a></li> <li>Fix/gradle 9 deprecations <a href="https://redirect.github.com/spring-projects/spring-security/issues/18485">#18485</a></li> <li>Fix/gradle 9 deprecations <a href="https://redirect.github.com/spring-projects/spring-security/pull/18477">#18477</a></li> <li>Replace method call with 'Builder.configureMessageConverters()' <a href="https://redirect.github.com/spring-projects/spring-security/pull/18378">#18378</a></li> <li>Replacing use of deprecated 'check' in authorization documentation <a href="https://redirect.github.com/spring-projects/spring-security/pull/18390">#18390</a></li> <li>Use DefaultParameterNameDiscoverer#getSharedInstance <a href="https://redirect.github.com/spring-projects/spring-security/pull/18481">#18481</a></li> </ul> <h2>:beetle: Bug Fixes</h2> <ul> <li>Authorization Server fails to start with multiple PasswordEncoder beans <a href="https://redirect.github.com/spring-projects/spring-security/issues/18645">#18645</a></li> <li>BearerTokenAuthenticationEntryPoint uses context path <a href="https://redirect.github.com/spring-projects/spring-security/pull/18528">#18528</a></li> <li>Create SHA-1 MessageDigest for every new check request in Compromised Password Checker <a href="https://redirect.github.com/spring-projects/spring-security/issues/18594">#18594</a></li> <li>Document Client PKCE settings <a href="https://redirect.github.com/spring-projects/spring-security/pull/18304">#18304</a></li> <li>Fix docs typo X-Requested-By -> X-Requested-With <a href="https://redirect.github.com/spring-projects/spring-security/pull/18123">#18123</a></li> <li>Fix Formatting in mfa.adoc <a href="https://redirect.github.com/spring-projects/spring-security/pull/18134">#18134</a></li> <li>Fix typo in documentation <a href="https://redirect.github.com/spring-projects/spring-security/pull/18344">#18344</a></li> <li>Fix typos <a href="https://redirect.github.com/spring-projects/spring-security/pull/18121">#18121</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Bump ch.qos.logback:logback-classic from 1.5.22 to 1.5.24 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18384">#18384</a></li> <li>Bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.28 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18684">#18684</a></li> <li>Bump ch.qos.logback:logback-classic from 1.5.28 to 1.5.29 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18711">#18711</a></li> <li>Bump com.fasterxml.jackson:jackson-bom from 2.20.1 to 2.20.2 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18660">#18660</a></li> <li>Bump com.webauthn4j:webauthn4j-core from 0.29.7.RELEASE to 0.31.0.RELEASE <a href="https://redirect.github.com/spring-projects/spring-security/pull/18687">#18687</a></li> <li>Bump gradle-wrapper from 8.14 to 8.14.4 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18705">#18705</a></li> <li>Bump io.mockk:mockk from 1.14.7 to 1.14.9 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18681">#18681</a></li> <li>Bump io.projectreactor:reactor-bom from 2025.0.1 to 2025.0.2 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18658">#18658</a></li> <li>Bump io.projectreactor:reactor-bom from 2025.0.2 to 2025.0.3 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18717">#18717</a></li> <li>Bump io.spring.develocity.conventions from 0.0.24 to 0.0.25 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18683">#18683</a></li> <li>Bump io.spring.gradle:spring-security-release-plugin from 1.0.13 to 1.0.14 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18725">#18725</a></li> <li>Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.4 to 4.0.5 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18706">#18706</a></li> <li>Bump org-apache-maven-resolver from 1.9.24 to 1.9.25 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18309">#18309</a></li> <li>Bump org-aspectj from 1.9.25 to 1.9.25.1 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18326">#18326</a></li> <li>Bump org.apache.httpcomponents.client5:httpclient5 from 5.5.1 to 5.5.2 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18346">#18346</a></li> <li>Bump org.apache.maven:maven-resolver-provider from 3.9.11 to 3.9.12 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18327">#18327</a></li> <li>Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18682">#18682</a></li> <li>Bump org.junit:junit-bom from 6.0.1 to 6.0.2 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18385">#18385</a></li> <li>Bump org.springframework.data:spring-data-bom from 2025.1.1 to 2025.1.2 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18655">#18655</a></li> <li>Bump org.springframework.ldap:spring-ldap-core from 4.0.0 to 4.0.1 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18316">#18316</a></li> <li>Bump org.springframework.ldap:spring-ldap-core from 4.0.1 to 4.0.2 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18733">#18733</a></li> <li>Bump org.springframework:spring-framework-bom from 7.0.3 to 7.0.4 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18732">#18732</a></li> <li>Bump org.springframework:spring-framework-bom from 7.0.3-SNAPSHOT to 7.0.4-SNAPSHOT <a href="https://redirect.github.com/spring-projects/spring-security/pull/18657">#18657</a></li> <li>Bump spring-io/spring-doc-actions from 0.0.20 to 0.0.22 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18651">#18651</a></li> <li>Bump tools.jackson:jackson-bom from 3.0.3 to 3.0.4 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18659">#18659</a></li> <li>Update Antora UI Spring to v0.4.25 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18249">#18249</a></li> <li>Update to Spring Framework 7.0.3 <a href="https://redirect.github.com/spring-projects/spring-security/pull/18667">#18667</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-security/commit/ffe73b492025f456bd30af9323fce95c0d684332"><code>ffe73b4</code></a> Release 7.0.3</li> <li><a href="https://github.com/spring-projects/spring-security/commit/f0ffda89e07569266c642ef4defa79df40b6443d"><code>f0ffda8</code></a> Update to spring-data-bom 2025.1.3</li> <li><a href="https://github.com/spring-projects/spring-security/commit/746c6e124e7ae0a2941adb27d23fe8f23c7082b6"><code>746c6e1</code></a> Bump org.springframework:spring-framework-bom from 7.0.3 to 7.0.4</li> <li><a href="https://github.com/spring-projects/spring-security/commit/123a2d79cfe7718b7089a29438f1df0ff1302867"><code>123a2d7</code></a> Bump io.projectreactor:reactor-bom from 2025.0.2 to 2025.0.3</li> <li><a href="https://github.com/spring-projects/spring-security/commit/0c3e4834322c967c87af163280ccc945f724a71d"><code>0c3e483</code></a> Bump org.springframework.ldap:spring-ldap-core from 4.0.1 to 4.0.2</li> <li><a href="https://github.com/spring-projects/spring-security/commit/b804da974dde362b680524989df4db9a5527f9fe"><code>b804da9</code></a> Update Test to Align with webauthn4j</li> <li><a href="https://github.com/spring-projects/spring-security/commit/b9bb5e0b524ce23333f7f3f31a9efaf227b1f5ba"><code>b9bb5e0</code></a> Bump com.webauthn4j:webauthn4j-core</li> <li><a href="https://github.com/spring-projects/spring-security/commit/4fd8e1d5967883d34538f7c7fe3698adddbf3376"><code>4fd8e1d</code></a> Remove Trailing Bytes from AttestationStatement</li> <li><a href="https://github.com/spring-projects/spring-security/commit/c59fb0cd353334ae78b135599a91065c621d9c7f"><code>c59fb0c</code></a> Add Jackson 2 Databind as Optional Dependency</li> <li><a href="https://github.com/spring-projects/spring-security/commit/50aba3aaf39b0afe722665d41d3c564974083c4b"><code>50aba3a</code></a> Bump io.spring.gradle:spring-security-release-plugin</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-security/compare/7.0.2...7.0.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…3.5.7 to 4.0.0 in /meta-bom/bom-deamon (#860) Bumps [de.codecentric:spring-boot-admin-dependencies](https://github.com/codecentric/spring-boot-admin) from 3.5.7 to 4.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/codecentric/spring-boot-admin/releases">de.codecentric:spring-boot-admin-dependencies's releases</a>.</em></p> <blockquote> <h2>4.0.0</h2> <h1>Spring Boot Admin 4 - The Unlucky Lucky Release</h1> <p>Friday the 13th, February 2026 - A date that strikes fear into the hearts of the superstitious, but not into ours! We're either incredibly brave or incredibly foolish (probably both) to announce this on today of all days, but here we are...</p> <p>We are thrilled (and slightly terrified) to announce the release of Spring Boot Admin 4!</p> <p>After countless cups of coffee, several existential crises, and one too many "it works on my machine" moments, we've finally done it: Spring Boot Admin 4 now supports Spring Boot 4!</p> <p>Some say releasing on Friday the 13th is bad luck. We say it's just another day ending in "y" where we ship code and hope for the best. What could possibly go wrong? (Please don't answer that.)</p> <p>So grab your lucky rabbit's foot, avoid any black cats, and give Spring Boot Admin 4 a try! We promise it's been thoroughly tested... mostly... okay, we're pretty confident about it.</p> <p>Happy (un)lucky Friday the 13th, and happy upgrading!</p> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Features</h3> <ul> <li>Add missing factory and helper methods for OUT_OF_SERVICE and RESTRICTED status by <a href="https://github.com/csbiy"><code>@csbiy</code></a> in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5012">codecentric/spring-boot-admin#5012</a></li> <li>feat(i18n): improve zh-TW translations and add missing entries by <a href="https://github.com/tan9"><code>@tan9</code></a> in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5034">codecentric/spring-boot-admin#5034</a></li> <li>fix(<a href="https://redirect.github.com/codecentric/spring-boot-admin/issues/4341">#4341</a>): add resize observer to dynamically adjust thread timelines on element resize by <a href="https://github.com/SteKoe"><code>@SteKoe</code></a> in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5035">codecentric/spring-boot-admin#5035</a></li> <li>fix(<a href="https://redirect.github.com/codecentric/spring-boot-admin/issues/4858">#4858</a>): deduplicate events by <a href="https://github.com/teja2"><code>@teja2</code></a> in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/4872">codecentric/spring-boot-admin#4872</a></li> <li>feat: Spring Boot 4 support by <a href="https://github.com/SteKoe"><code>@SteKoe</code></a> in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/4838">codecentric/spring-boot-admin#4838</a></li> </ul> <h3>Dependencies</h3> <ul> <li>fix(deps): update revision to v3.5.7 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5004">codecentric/spring-boot-admin#5004</a></li> <li>chore(deps): update dependency happy-dom to v20.3.3 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5005">codecentric/spring-boot-admin#5005</a></li> <li>fix(deps): update dependency vue to v3.5.27 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5006">codecentric/spring-boot-admin#5006</a></li> <li>chore(deps): update dependency vite-plugin-static-copy to v3.1.5 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5007">codecentric/spring-boot-admin#5007</a></li> <li>chore(deps): update dependency vite-plugin-static-copy to v3.1.5 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5008">codecentric/spring-boot-admin#5008</a></li> <li>chore(deps): update dependency <code>@primeuix/themes</code> to v2.0.3 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5009">codecentric/spring-boot-admin#5009</a></li> <li>chore(deps): update typescript-eslint monorepo to v8.53.1 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5010">codecentric/spring-boot-admin#5010</a></li> <li>chore(deps): update dependency happy-dom to v20.3.4 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5011">codecentric/spring-boot-admin#5011</a></li> <li>chore(deps): update storybook monorepo to v10.2.0 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5013">codecentric/spring-boot-admin#5013</a></li> <li>chore(deps): update dependency prettier to v3.8.1 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5014">codecentric/spring-boot-admin#5014</a></li> <li>chore(deps): update dependency sass to v1.97.3 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5015">codecentric/spring-boot-admin#5015</a></li> <li>chore(deps): update dependency vitest to v4.0.18 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5017">codecentric/spring-boot-admin#5017</a></li> <li>chore(deps): update dependency happy-dom to v20.3.7 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5018">codecentric/spring-boot-admin#5018</a></li> <li>chore(deps): update dependency globals to v17.1.0 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5019">codecentric/spring-boot-admin#5019</a></li> <li>chore(deps): update dependency vite-plugin-static-copy to v3.1.6 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5020">codecentric/spring-boot-admin#5020</a></li> <li>chore(deps): update dependency vite-plugin-static-copy to v3.1.6 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5021">codecentric/spring-boot-admin#5021</a></li> <li>fix(deps): update dependency axios to v1.13.3 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5022">codecentric/spring-boot-admin#5022</a></li> <li>chore(deps): update dependency happy-dom to v20.3.9 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5023">codecentric/spring-boot-admin#5023</a></li> <li>fix(deps): update react monorepo to v19.2.4 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5024">codecentric/spring-boot-admin#5024</a></li> <li>chore(deps): update typescript-eslint monorepo to v8.54.0 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5025">codecentric/spring-boot-admin#5025</a></li> <li>chore(deps): update storybook monorepo to v10.2.1 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5026">codecentric/spring-boot-admin#5026</a></li> <li>chore(deps): update dependency globals to v17.2.0 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5027">codecentric/spring-boot-admin#5027</a></li> <li>chore(deps): update dependency vite-plugin-static-copy to v3.2.0 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5028">codecentric/spring-boot-admin#5028</a></li> <li>chore(deps): update dependency vite-plugin-static-copy to v3.2.0 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5029">codecentric/spring-boot-admin#5029</a></li> <li>fix(deps): update dependency axios to v1.13.4 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/codecentric/spring-boot-admin/pull/5031">codecentric/spring-boot-admin#5031</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codecentric/spring-boot-admin/commit/2252139e2dae6f7611458feeb152e65a7316f65c"><code>2252139</code></a> chore: update workflow scripts</li> <li><a href="https://github.com/codecentric/spring-boot-admin/commit/e686293f3fcca5a71e9b694c7b6c464ee5516a06"><code>e686293</code></a> chore: update workflow scripts</li> <li><a href="https://github.com/codecentric/spring-boot-admin/commit/8c933b7ee1c7206ff468a56176dee009a9dc2f3f"><code>8c933b7</code></a> docs: update README to reflect Maven Central badge and Spring Boot version su...</li> <li><a href="https://github.com/codecentric/spring-boot-admin/commit/775c62464ee99a1ec01f4521d0607726a63e59be"><code>775c624</code></a> chore: update workflow scripts</li> <li><a href="https://github.com/codecentric/spring-boot-admin/commit/021d8d6f93bd10c5f5497950ca8973e3b2bb04a0"><code>021d8d6</code></a> chore(deps): update dependency qs to v6.14.2 [security] (<a href="https://redirect.github.com/codecentric/spring-boot-admin/issues/5064">#5064</a>)</li> <li><a href="https://github.com/codecentric/spring-boot-admin/commit/1e4f9c94c366d8d0dc7877003b1cd10120762e94"><code>1e4f9c9</code></a> feat: Spring Boot 4 support (<a href="https://redirect.github.com/codecentric/spring-boot-admin/issues/4838">#4838</a>)</li> <li><a href="https://github.com/codecentric/spring-boot-admin/commit/531b030b17441d7fc123bb1b044f3ef8b9d5169f"><code>531b030</code></a> chore(deps): update eslint monorepo to v10 (major) (<a href="https://redirect.github.com/codecentric/spring-boot-admin/issues/5061">#5061</a>)</li> <li><a href="https://github.com/codecentric/spring-boot-admin/commit/5ef937caa6a5ce9a95b400bd28d32960672d2859"><code>5ef937c</code></a> chore(deps): update dependency msw to v2.12.9 (<a href="https://redirect.github.com/codecentric/spring-boot-admin/issues/5060">#5060</a>)</li> <li><a href="https://github.com/codecentric/spring-boot-admin/commit/d1df02975057014e815398e55fa87247c84a5a2e"><code>d1df029</code></a> chore(deps): update dependency org.apache.maven.plugins:maven-dependency-plug...</li> <li><a href="https://github.com/codecentric/spring-boot-admin/commit/c327aedb6e9faf4aa21eaa9cd27d3a26f5f480ea"><code>c327aed</code></a> chore(deps): update dependency esbuild to v0.27.3 (<a href="https://redirect.github.com/codecentric/spring-boot-admin/issues/5058">#5058</a>)</li> <li>Additional commits viewable in <a href="https://github.com/codecentric/spring-boot-admin/compare/3.5.7...4.0.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.18.4 to 1.18.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/releases">net.bytebuddy:byte-buddy's releases</a>.</em></p> <blockquote> <h2>Byte Buddy 1.18.5</h2> <ul> <li>Eagerly resolve of canonical files during attach emulation to avoid failure when process ends before file can be deleted.</li> <li>Add super classes to hash code / equals computation in <code>Advice</code> that were missing.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/blob/master/release-notes.md">net.bytebuddy:byte-buddy's changelog</a>.</em></p> <blockquote> <h3>15. February 2026: version 1.18.5</h3> <ul> <li>Eagerly resolve of canonical files during attach emulation to avoid failure when process ends before file can be deleted.</li> <li>Add super classes to hash code / equals computation in <code>Advice</code> that were missing.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raphw/byte-buddy/commit/e01d09a59b78bb2bac9f70484c81823e8afe8bc6"><code>e01d09a</code></a> [maven-release-plugin] prepare release byte-buddy-1.18.5</li> <li><a href="https://github.com/raphw/byte-buddy/commit/0cef4be038605bf310c5176cc4db7c53f46043bd"><code>0cef4be</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/c880bab5e215637549ef8393e7523c7809d9f9c2"><code>c880bab</code></a> Fix hashcode equals generation.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/05dc85e3e3fda00dfa5f39e03073cf4cf62d664d"><code>05dc85e</code></a> Instana attachpid file removal handling (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1884">#1884</a>)</li> <li><a href="https://github.com/raphw/byte-buddy/commit/71448e372a94db56de268a4be914438709fb43d9"><code>71448e3</code></a> Add ASM URL for copyright note.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/9689261b67934371b8f3860a055153e944ea6491"><code>9689261</code></a> Update checksums and internal Byte Buddy.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/87c13681d97d795995dadb1f75e802f2d62c058e"><code>87c1368</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.18.4...byte-buddy-1.18.5">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…> 6.0.3] (#863) Bumps [org.junit.platform:junit-platform-commons](https://github.com/junit-team/junit-framework) from 6.0.2 to 6.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit-framework/releases">org.junit.platform:junit-platform-commons's releases</a>.</em></p> <blockquote> <p>JUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3</p> <p>See <a href="https://docs.junit.org/6.0.3/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/36e3253b726fa13cb9a1d29e94b9119575078c4a"><code>36e3253</code></a> Release 6.0.3</li> <li><a href="https://github.com/junit-team/junit-framework/commit/295561f38592f1682feceb64d361987da1d0fc9b"><code>295561f</code></a> Finalize 6.0.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/ea18076da11599c1467929bf75bc260e13c611b9"><code>ea18076</code></a> Fix deadlock in NamespacedHierarchicalStore.computeIfAbsent() (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5348">#5348</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/869e232420f1c1c64ab9be29609fe3e241c3675e"><code>869e232</code></a> Add 5.14.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d4b34c468ddb697ff3fe4096b3d67c28751ddab2"><code>d4b34c4</code></a> Fix links to User Guide</li> <li><a href="https://github.com/junit-team/junit-framework/commit/5c8fb0f2151fc277c3a0de7c3237d05c919439bb"><code>5c8fb0f</code></a> Reliably support JRE.OTHER with @EnabledOnJre and @DisabledOnJre</li> <li><a href="https://github.com/junit-team/junit-framework/commit/febb13f70272a243742ea63d0f85535f7c51a67c"><code>febb13f</code></a> Check out entire repo so switching to <code>main</code> branch works in last step</li> <li><a href="https://github.com/junit-team/junit-framework/commit/71fba9098655387c82d8ddbf137442bcb1fa56a0"><code>71fba90</code></a> Install <code>poppler-utils</code> for <code>pdfinfo</code></li> <li><a href="https://github.com/junit-team/junit-framework/commit/740e9e050964c66da7cb5386f89a450985d51941"><code>740e9e0</code></a> Update API baseline</li> <li><a href="https://github.com/junit-team/junit-framework/commit/2ba535f0c108ef5f8252578ee4c70547ff10d752"><code>2ba535f</code></a> Use release branch of examples repo</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `junit-jupiter.version` from 6.0.2 to 6.0.3. Updates `org.junit.jupiter:junit-jupiter-api` from 6.0.2 to 6.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit-framework/releases">org.junit.jupiter:junit-jupiter-api's releases</a>.</em></p> <blockquote> <p>JUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3</p> <p>See <a href="https://docs.junit.org/6.0.3/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/36e3253b726fa13cb9a1d29e94b9119575078c4a"><code>36e3253</code></a> Release 6.0.3</li> <li><a href="https://github.com/junit-team/junit-framework/commit/295561f38592f1682feceb64d361987da1d0fc9b"><code>295561f</code></a> Finalize 6.0.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/ea18076da11599c1467929bf75bc260e13c611b9"><code>ea18076</code></a> Fix deadlock in NamespacedHierarchicalStore.computeIfAbsent() (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5348">#5348</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/869e232420f1c1c64ab9be29609fe3e241c3675e"><code>869e232</code></a> Add 5.14.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d4b34c468ddb697ff3fe4096b3d67c28751ddab2"><code>d4b34c4</code></a> Fix links to User Guide</li> <li><a href="https://github.com/junit-team/junit-framework/commit/5c8fb0f2151fc277c3a0de7c3237d05c919439bb"><code>5c8fb0f</code></a> Reliably support JRE.OTHER with @EnabledOnJre and @DisabledOnJre</li> <li><a href="https://github.com/junit-team/junit-framework/commit/febb13f70272a243742ea63d0f85535f7c51a67c"><code>febb13f</code></a> Check out entire repo so switching to <code>main</code> branch works in last step</li> <li><a href="https://github.com/junit-team/junit-framework/commit/71fba9098655387c82d8ddbf137442bcb1fa56a0"><code>71fba90</code></a> Install <code>poppler-utils</code> for <code>pdfinfo</code></li> <li><a href="https://github.com/junit-team/junit-framework/commit/740e9e050964c66da7cb5386f89a450985d51941"><code>740e9e0</code></a> Update API baseline</li> <li><a href="https://github.com/junit-team/junit-framework/commit/2ba535f0c108ef5f8252578ee4c70547ff10d752"><code>2ba535f</code></a> Use release branch of examples repo</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">compare view</a></li> </ul> </details> <br /> Updates `org.junit.platform:junit-platform-commons` from 6.0.2 to 6.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit-framework/releases">org.junit.platform:junit-platform-commons's releases</a>.</em></p> <blockquote> <p>JUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3</p> <p>See <a href="https://docs.junit.org/6.0.3/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/36e3253b726fa13cb9a1d29e94b9119575078c4a"><code>36e3253</code></a> Release 6.0.3</li> <li><a href="https://github.com/junit-team/junit-framework/commit/295561f38592f1682feceb64d361987da1d0fc9b"><code>295561f</code></a> Finalize 6.0.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/ea18076da11599c1467929bf75bc260e13c611b9"><code>ea18076</code></a> Fix deadlock in NamespacedHierarchicalStore.computeIfAbsent() (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5348">#5348</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/869e232420f1c1c64ab9be29609fe3e241c3675e"><code>869e232</code></a> Add 5.14.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d4b34c468ddb697ff3fe4096b3d67c28751ddab2"><code>d4b34c4</code></a> Fix links to User Guide</li> <li><a href="https://github.com/junit-team/junit-framework/commit/5c8fb0f2151fc277c3a0de7c3237d05c919439bb"><code>5c8fb0f</code></a> Reliably support JRE.OTHER with @EnabledOnJre and @DisabledOnJre</li> <li><a href="https://github.com/junit-team/junit-framework/commit/febb13f70272a243742ea63d0f85535f7c51a67c"><code>febb13f</code></a> Check out entire repo so switching to <code>main</code> branch works in last step</li> <li><a href="https://github.com/junit-team/junit-framework/commit/71fba9098655387c82d8ddbf137442bcb1fa56a0"><code>71fba90</code></a> Install <code>poppler-utils</code> for <code>pdfinfo</code></li> <li><a href="https://github.com/junit-team/junit-framework/commit/740e9e050964c66da7cb5386f89a450985d51941"><code>740e9e0</code></a> Update API baseline</li> <li><a href="https://github.com/junit-team/junit-framework/commit/2ba535f0c108ef5f8252578ee4c70547ff10d752"><code>2ba535f</code></a> Use release branch of examples repo</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `awssdk.version` from 2.41.22 to 2.41.29. Updates `software.amazon.awssdk:s3` from 2.41.22 to 2.41.29 Updates `software.amazon.awssdk:lambda` from 2.41.22 to 2.41.29 Updates `software.amazon.awssdk:ses` from 2.41.22 to 2.41.29 Updates `software.amazon.awssdk:cloudwatch` from 2.41.22 to 2.41.29 Updates `software.amazon.awssdk:costexplorer` from 2.41.22 to 2.41.29 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…[3.1.186 => 3.1.187] (#870) Bumps com.huaweicloud.sdk:huaweicloud-sdk-functiongraph from 3.1.186 to 3.1.187. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `junit-platform.version` from 6.0.2 to 6.0.3. Updates `org.junit.platform:junit-platform-commons` from 6.0.2 to 6.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit-framework/releases">org.junit.platform:junit-platform-commons's releases</a>.</em></p> <blockquote> <p>JUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3</p> <p>See <a href="https://docs.junit.org/6.0.3/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/36e3253b726fa13cb9a1d29e94b9119575078c4a"><code>36e3253</code></a> Release 6.0.3</li> <li><a href="https://github.com/junit-team/junit-framework/commit/295561f38592f1682feceb64d361987da1d0fc9b"><code>295561f</code></a> Finalize 6.0.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/ea18076da11599c1467929bf75bc260e13c611b9"><code>ea18076</code></a> Fix deadlock in NamespacedHierarchicalStore.computeIfAbsent() (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5348">#5348</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/869e232420f1c1c64ab9be29609fe3e241c3675e"><code>869e232</code></a> Add 5.14.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d4b34c468ddb697ff3fe4096b3d67c28751ddab2"><code>d4b34c4</code></a> Fix links to User Guide</li> <li><a href="https://github.com/junit-team/junit-framework/commit/5c8fb0f2151fc277c3a0de7c3237d05c919439bb"><code>5c8fb0f</code></a> Reliably support JRE.OTHER with @EnabledOnJre and @DisabledOnJre</li> <li><a href="https://github.com/junit-team/junit-framework/commit/febb13f70272a243742ea63d0f85535f7c51a67c"><code>febb13f</code></a> Check out entire repo so switching to <code>main</code> branch works in last step</li> <li><a href="https://github.com/junit-team/junit-framework/commit/71fba9098655387c82d8ddbf137442bcb1fa56a0"><code>71fba90</code></a> Install <code>poppler-utils</code> for <code>pdfinfo</code></li> <li><a href="https://github.com/junit-team/junit-framework/commit/740e9e050964c66da7cb5386f89a450985d51941"><code>740e9e0</code></a> Update API baseline</li> <li><a href="https://github.com/junit-team/junit-framework/commit/2ba535f0c108ef5f8252578ee4c70547ff10d752"><code>2ba535f</code></a> Use release branch of examples repo</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">compare view</a></li> </ul> </details> <br /> Updates `org.junit.platform:junit-platform-engine` from 6.0.2 to 6.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit-framework/releases">org.junit.platform:junit-platform-engine's releases</a>.</em></p> <blockquote> <p>JUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3</p> <p>See <a href="https://docs.junit.org/6.0.3/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/36e3253b726fa13cb9a1d29e94b9119575078c4a"><code>36e3253</code></a> Release 6.0.3</li> <li><a href="https://github.com/junit-team/junit-framework/commit/295561f38592f1682feceb64d361987da1d0fc9b"><code>295561f</code></a> Finalize 6.0.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/ea18076da11599c1467929bf75bc260e13c611b9"><code>ea18076</code></a> Fix deadlock in NamespacedHierarchicalStore.computeIfAbsent() (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5348">#5348</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/869e232420f1c1c64ab9be29609fe3e241c3675e"><code>869e232</code></a> Add 5.14.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d4b34c468ddb697ff3fe4096b3d67c28751ddab2"><code>d4b34c4</code></a> Fix links to User Guide</li> <li><a href="https://github.com/junit-team/junit-framework/commit/5c8fb0f2151fc277c3a0de7c3237d05c919439bb"><code>5c8fb0f</code></a> Reliably support JRE.OTHER with @EnabledOnJre and @DisabledOnJre</li> <li><a href="https://github.com/junit-team/junit-framework/commit/febb13f70272a243742ea63d0f85535f7c51a67c"><code>febb13f</code></a> Check out entire repo so switching to <code>main</code> branch works in last step</li> <li><a href="https://github.com/junit-team/junit-framework/commit/71fba9098655387c82d8ddbf137442bcb1fa56a0"><code>71fba90</code></a> Install <code>poppler-utils</code> for <code>pdfinfo</code></li> <li><a href="https://github.com/junit-team/junit-framework/commit/740e9e050964c66da7cb5386f89a450985d51941"><code>740e9e0</code></a> Update API baseline</li> <li><a href="https://github.com/junit-team/junit-framework/commit/2ba535f0c108ef5f8252578ee4c70547ff10d752"><code>2ba535f</code></a> Use release branch of examples repo</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">compare view</a></li> </ul> </details> <br /> Updates `org.junit.platform:junit-platform-launcher` from 6.0.2 to 6.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit-framework/releases">org.junit.platform:junit-platform-launcher's releases</a>.</em></p> <blockquote> <p>JUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3</p> <p>See <a href="https://docs.junit.org/6.0.3/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/36e3253b726fa13cb9a1d29e94b9119575078c4a"><code>36e3253</code></a> Release 6.0.3</li> <li><a href="https://github.com/junit-team/junit-framework/commit/295561f38592f1682feceb64d361987da1d0fc9b"><code>295561f</code></a> Finalize 6.0.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/ea18076da11599c1467929bf75bc260e13c611b9"><code>ea18076</code></a> Fix deadlock in NamespacedHierarchicalStore.computeIfAbsent() (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5348">#5348</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/869e232420f1c1c64ab9be29609fe3e241c3675e"><code>869e232</code></a> Add 5.14.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d4b34c468ddb697ff3fe4096b3d67c28751ddab2"><code>d4b34c4</code></a> Fix links to User Guide</li> <li><a href="https://github.com/junit-team/junit-framework/commit/5c8fb0f2151fc277c3a0de7c3237d05c919439bb"><code>5c8fb0f</code></a> Reliably support JRE.OTHER with @EnabledOnJre and @DisabledOnJre</li> <li><a href="https://github.com/junit-team/junit-framework/commit/febb13f70272a243742ea63d0f85535f7c51a67c"><code>febb13f</code></a> Check out entire repo so switching to <code>main</code> branch works in last step</li> <li><a href="https://github.com/junit-team/junit-framework/commit/71fba9098655387c82d8ddbf137442bcb1fa56a0"><code>71fba90</code></a> Install <code>poppler-utils</code> for <code>pdfinfo</code></li> <li><a href="https://github.com/junit-team/junit-framework/commit/740e9e050964c66da7cb5386f89a450985d51941"><code>740e9e0</code></a> Update API baseline</li> <li><a href="https://github.com/junit-team/junit-framework/commit/2ba535f0c108ef5f8252578ee4c70547ff10d752"><code>2ba535f</code></a> Use release branch of examples repo</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps org.apache.kafka:kafka_2.13 from 4.1.1 to 4.2.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
) Bumps org.apache.kafka:kafka-clients from 4.1.1 to 4.2.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `junit-jupiter.version` from 6.0.2 to 6.0.3. Updates `org.junit.jupiter:junit-jupiter-api` from 6.0.2 to 6.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit-framework/releases">org.junit.jupiter:junit-jupiter-api's releases</a>.</em></p> <blockquote> <p>JUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3</p> <p>See <a href="https://docs.junit.org/6.0.3/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/36e3253b726fa13cb9a1d29e94b9119575078c4a"><code>36e3253</code></a> Release 6.0.3</li> <li><a href="https://github.com/junit-team/junit-framework/commit/295561f38592f1682feceb64d361987da1d0fc9b"><code>295561f</code></a> Finalize 6.0.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/ea18076da11599c1467929bf75bc260e13c611b9"><code>ea18076</code></a> Fix deadlock in NamespacedHierarchicalStore.computeIfAbsent() (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5348">#5348</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/869e232420f1c1c64ab9be29609fe3e241c3675e"><code>869e232</code></a> Add 5.14.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d4b34c468ddb697ff3fe4096b3d67c28751ddab2"><code>d4b34c4</code></a> Fix links to User Guide</li> <li><a href="https://github.com/junit-team/junit-framework/commit/5c8fb0f2151fc277c3a0de7c3237d05c919439bb"><code>5c8fb0f</code></a> Reliably support JRE.OTHER with @EnabledOnJre and @DisabledOnJre</li> <li><a href="https://github.com/junit-team/junit-framework/commit/febb13f70272a243742ea63d0f85535f7c51a67c"><code>febb13f</code></a> Check out entire repo so switching to <code>main</code> branch works in last step</li> <li><a href="https://github.com/junit-team/junit-framework/commit/71fba9098655387c82d8ddbf137442bcb1fa56a0"><code>71fba90</code></a> Install <code>poppler-utils</code> for <code>pdfinfo</code></li> <li><a href="https://github.com/junit-team/junit-framework/commit/740e9e050964c66da7cb5386f89a450985d51941"><code>740e9e0</code></a> Update API baseline</li> <li><a href="https://github.com/junit-team/junit-framework/commit/2ba535f0c108ef5f8252578ee4c70547ff10d752"><code>2ba535f</code></a> Use release branch of examples repo</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">compare view</a></li> </ul> </details> <br /> Updates `org.junit.platform:junit-platform-commons` from 6.0.2 to 6.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit-framework/releases">org.junit.platform:junit-platform-commons's releases</a>.</em></p> <blockquote> <p>JUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3</p> <p>See <a href="https://docs.junit.org/6.0.3/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/36e3253b726fa13cb9a1d29e94b9119575078c4a"><code>36e3253</code></a> Release 6.0.3</li> <li><a href="https://github.com/junit-team/junit-framework/commit/295561f38592f1682feceb64d361987da1d0fc9b"><code>295561f</code></a> Finalize 6.0.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/ea18076da11599c1467929bf75bc260e13c611b9"><code>ea18076</code></a> Fix deadlock in NamespacedHierarchicalStore.computeIfAbsent() (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5348">#5348</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/869e232420f1c1c64ab9be29609fe3e241c3675e"><code>869e232</code></a> Add 5.14.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d4b34c468ddb697ff3fe4096b3d67c28751ddab2"><code>d4b34c4</code></a> Fix links to User Guide</li> <li><a href="https://github.com/junit-team/junit-framework/commit/5c8fb0f2151fc277c3a0de7c3237d05c919439bb"><code>5c8fb0f</code></a> Reliably support JRE.OTHER with @EnabledOnJre and @DisabledOnJre</li> <li><a href="https://github.com/junit-team/junit-framework/commit/febb13f70272a243742ea63d0f85535f7c51a67c"><code>febb13f</code></a> Check out entire repo so switching to <code>main</code> branch works in last step</li> <li><a href="https://github.com/junit-team/junit-framework/commit/71fba9098655387c82d8ddbf137442bcb1fa56a0"><code>71fba90</code></a> Install <code>poppler-utils</code> for <code>pdfinfo</code></li> <li><a href="https://github.com/junit-team/junit-framework/commit/740e9e050964c66da7cb5386f89a450985d51941"><code>740e9e0</code></a> Update API baseline</li> <li><a href="https://github.com/junit-team/junit-framework/commit/2ba535f0c108ef5f8252578ee4c70547ff10d752"><code>2ba535f</code></a> Use release branch of examples repo</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `junit-jupiter.version` from 6.0.2 to 6.0.3. Updates `org.junit.jupiter:junit-jupiter-api` from 6.0.2 to 6.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit-framework/releases">org.junit.jupiter:junit-jupiter-api's releases</a>.</em></p> <blockquote> <p>JUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3</p> <p>See <a href="https://docs.junit.org/6.0.3/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/36e3253b726fa13cb9a1d29e94b9119575078c4a"><code>36e3253</code></a> Release 6.0.3</li> <li><a href="https://github.com/junit-team/junit-framework/commit/295561f38592f1682feceb64d361987da1d0fc9b"><code>295561f</code></a> Finalize 6.0.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/ea18076da11599c1467929bf75bc260e13c611b9"><code>ea18076</code></a> Fix deadlock in NamespacedHierarchicalStore.computeIfAbsent() (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5348">#5348</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/869e232420f1c1c64ab9be29609fe3e241c3675e"><code>869e232</code></a> Add 5.14.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d4b34c468ddb697ff3fe4096b3d67c28751ddab2"><code>d4b34c4</code></a> Fix links to User Guide</li> <li><a href="https://github.com/junit-team/junit-framework/commit/5c8fb0f2151fc277c3a0de7c3237d05c919439bb"><code>5c8fb0f</code></a> Reliably support JRE.OTHER with @EnabledOnJre and @DisabledOnJre</li> <li><a href="https://github.com/junit-team/junit-framework/commit/febb13f70272a243742ea63d0f85535f7c51a67c"><code>febb13f</code></a> Check out entire repo so switching to <code>main</code> branch works in last step</li> <li><a href="https://github.com/junit-team/junit-framework/commit/71fba9098655387c82d8ddbf137442bcb1fa56a0"><code>71fba90</code></a> Install <code>poppler-utils</code> for <code>pdfinfo</code></li> <li><a href="https://github.com/junit-team/junit-framework/commit/740e9e050964c66da7cb5386f89a450985d51941"><code>740e9e0</code></a> Update API baseline</li> <li><a href="https://github.com/junit-team/junit-framework/commit/2ba535f0c108ef5f8252578ee4c70547ff10d752"><code>2ba535f</code></a> Use release branch of examples repo</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">compare view</a></li> </ul> </details> <br /> Updates `org.junit.platform:junit-platform-commons` from 6.0.2 to 6.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit-framework/releases">org.junit.platform:junit-platform-commons's releases</a>.</em></p> <blockquote> <p>JUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3</p> <p>See <a href="https://docs.junit.org/6.0.3/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/36e3253b726fa13cb9a1d29e94b9119575078c4a"><code>36e3253</code></a> Release 6.0.3</li> <li><a href="https://github.com/junit-team/junit-framework/commit/295561f38592f1682feceb64d361987da1d0fc9b"><code>295561f</code></a> Finalize 6.0.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/ea18076da11599c1467929bf75bc260e13c611b9"><code>ea18076</code></a> Fix deadlock in NamespacedHierarchicalStore.computeIfAbsent() (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5348">#5348</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/869e232420f1c1c64ab9be29609fe3e241c3675e"><code>869e232</code></a> Add 5.14.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d4b34c468ddb697ff3fe4096b3d67c28751ddab2"><code>d4b34c4</code></a> Fix links to User Guide</li> <li><a href="https://github.com/junit-team/junit-framework/commit/5c8fb0f2151fc277c3a0de7c3237d05c919439bb"><code>5c8fb0f</code></a> Reliably support JRE.OTHER with @EnabledOnJre and @DisabledOnJre</li> <li><a href="https://github.com/junit-team/junit-framework/commit/febb13f70272a243742ea63d0f85535f7c51a67c"><code>febb13f</code></a> Check out entire repo so switching to <code>main</code> branch works in last step</li> <li><a href="https://github.com/junit-team/junit-framework/commit/71fba9098655387c82d8ddbf137442bcb1fa56a0"><code>71fba90</code></a> Install <code>poppler-utils</code> for <code>pdfinfo</code></li> <li><a href="https://github.com/junit-team/junit-framework/commit/740e9e050964c66da7cb5386f89a450985d51941"><code>740e9e0</code></a> Update API baseline</li> <li><a href="https://github.com/junit-team/junit-framework/commit/2ba535f0c108ef5f8252578ee4c70547ff10d752"><code>2ba535f</code></a> Use release branch of examples repo</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `junit-jupiter.version` from 6.0.2 to 6.0.3. Updates `org.junit.jupiter:junit-jupiter-api` from 6.0.2 to 6.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit-framework/releases">org.junit.jupiter:junit-jupiter-api's releases</a>.</em></p> <blockquote> <p>JUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3</p> <p>See <a href="https://docs.junit.org/6.0.3/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/36e3253b726fa13cb9a1d29e94b9119575078c4a"><code>36e3253</code></a> Release 6.0.3</li> <li><a href="https://github.com/junit-team/junit-framework/commit/295561f38592f1682feceb64d361987da1d0fc9b"><code>295561f</code></a> Finalize 6.0.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/ea18076da11599c1467929bf75bc260e13c611b9"><code>ea18076</code></a> Fix deadlock in NamespacedHierarchicalStore.computeIfAbsent() (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5348">#5348</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/869e232420f1c1c64ab9be29609fe3e241c3675e"><code>869e232</code></a> Add 5.14.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d4b34c468ddb697ff3fe4096b3d67c28751ddab2"><code>d4b34c4</code></a> Fix links to User Guide</li> <li><a href="https://github.com/junit-team/junit-framework/commit/5c8fb0f2151fc277c3a0de7c3237d05c919439bb"><code>5c8fb0f</code></a> Reliably support JRE.OTHER with @EnabledOnJre and @DisabledOnJre</li> <li><a href="https://github.com/junit-team/junit-framework/commit/febb13f70272a243742ea63d0f85535f7c51a67c"><code>febb13f</code></a> Check out entire repo so switching to <code>main</code> branch works in last step</li> <li><a href="https://github.com/junit-team/junit-framework/commit/71fba9098655387c82d8ddbf137442bcb1fa56a0"><code>71fba90</code></a> Install <code>poppler-utils</code> for <code>pdfinfo</code></li> <li><a href="https://github.com/junit-team/junit-framework/commit/740e9e050964c66da7cb5386f89a450985d51941"><code>740e9e0</code></a> Update API baseline</li> <li><a href="https://github.com/junit-team/junit-framework/commit/2ba535f0c108ef5f8252578ee4c70547ff10d752"><code>2ba535f</code></a> Use release branch of examples repo</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">compare view</a></li> </ul> </details> <br /> Updates `org.junit.platform:junit-platform-commons` from 6.0.2 to 6.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit-framework/releases">org.junit.platform:junit-platform-commons's releases</a>.</em></p> <blockquote> <p>JUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3</p> <p>See <a href="https://docs.junit.org/6.0.3/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/36e3253b726fa13cb9a1d29e94b9119575078c4a"><code>36e3253</code></a> Release 6.0.3</li> <li><a href="https://github.com/junit-team/junit-framework/commit/295561f38592f1682feceb64d361987da1d0fc9b"><code>295561f</code></a> Finalize 6.0.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/ea18076da11599c1467929bf75bc260e13c611b9"><code>ea18076</code></a> Fix deadlock in NamespacedHierarchicalStore.computeIfAbsent() (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5348">#5348</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/869e232420f1c1c64ab9be29609fe3e241c3675e"><code>869e232</code></a> Add 5.14.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d4b34c468ddb697ff3fe4096b3d67c28751ddab2"><code>d4b34c4</code></a> Fix links to User Guide</li> <li><a href="https://github.com/junit-team/junit-framework/commit/5c8fb0f2151fc277c3a0de7c3237d05c919439bb"><code>5c8fb0f</code></a> Reliably support JRE.OTHER with @EnabledOnJre and @DisabledOnJre</li> <li><a href="https://github.com/junit-team/junit-framework/commit/febb13f70272a243742ea63d0f85535f7c51a67c"><code>febb13f</code></a> Check out entire repo so switching to <code>main</code> branch works in last step</li> <li><a href="https://github.com/junit-team/junit-framework/commit/71fba9098655387c82d8ddbf137442bcb1fa56a0"><code>71fba90</code></a> Install <code>poppler-utils</code> for <code>pdfinfo</code></li> <li><a href="https://github.com/junit-team/junit-framework/commit/740e9e050964c66da7cb5386f89a450985d51941"><code>740e9e0</code></a> Update API baseline</li> <li><a href="https://github.com/junit-team/junit-framework/commit/2ba535f0c108ef5f8252578ee4c70547ff10d752"><code>2ba535f</code></a> Use release branch of examples repo</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
….0.3] (#873) Bumps [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit-framework) from 6.0.2 to 6.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit-framework/releases">org.junit.vintage:junit-vintage-engine's releases</a>.</em></p> <blockquote> <p>JUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3</p> <p>See <a href="https://docs.junit.org/6.0.3/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/36e3253b726fa13cb9a1d29e94b9119575078c4a"><code>36e3253</code></a> Release 6.0.3</li> <li><a href="https://github.com/junit-team/junit-framework/commit/295561f38592f1682feceb64d361987da1d0fc9b"><code>295561f</code></a> Finalize 6.0.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/ea18076da11599c1467929bf75bc260e13c611b9"><code>ea18076</code></a> Fix deadlock in NamespacedHierarchicalStore.computeIfAbsent() (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5348">#5348</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/869e232420f1c1c64ab9be29609fe3e241c3675e"><code>869e232</code></a> Add 5.14.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d4b34c468ddb697ff3fe4096b3d67c28751ddab2"><code>d4b34c4</code></a> Fix links to User Guide</li> <li><a href="https://github.com/junit-team/junit-framework/commit/5c8fb0f2151fc277c3a0de7c3237d05c919439bb"><code>5c8fb0f</code></a> Reliably support JRE.OTHER with @EnabledOnJre and @DisabledOnJre</li> <li><a href="https://github.com/junit-team/junit-framework/commit/febb13f70272a243742ea63d0f85535f7c51a67c"><code>febb13f</code></a> Check out entire repo so switching to <code>main</code> branch works in last step</li> <li><a href="https://github.com/junit-team/junit-framework/commit/71fba9098655387c82d8ddbf137442bcb1fa56a0"><code>71fba90</code></a> Install <code>poppler-utils</code> for <code>pdfinfo</code></li> <li><a href="https://github.com/junit-team/junit-framework/commit/740e9e050964c66da7cb5386f89a450985d51941"><code>740e9e0</code></a> Update API baseline</li> <li><a href="https://github.com/junit-team/junit-framework/commit/2ba535f0c108ef5f8252578ee4c70547ff10d752"><code>2ba535f</code></a> Use release branch of examples repo</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…878) Bumps [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) from 7.0.4 to 7.0.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">org.springframework:spring-core's releases</a>.</em></p> <blockquote> <h2>v7.0.5</h2> <h2>:warning: Attention Required</h2> <ul> <li>Optimize request and response header handling in Spring MVC <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36334">#36334</a></li> </ul> <h2>:star: New Features</h2> <ul> <li>Consistent adaptation of HTTP headers on Servlet responses <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36343">#36343</a></li> <li>Copy methodAnnotations in MethodParameter copy constructor <a href="https://redirect.github.com/spring-projects/spring-framework/pull/36342">#36342</a></li> <li>Improve performance of validation groups determination in WebFlux <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36336">#36336</a></li> <li>Reuse <code>AnnotatedMethod</code> annotation cache in derived instances <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36322">#36322</a></li> <li>Optimize the addition of a charset to the MediaType in AbstractHttpMessageConverter <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36320">#36320</a></li> <li>Optimize <code>MediaType(MediaType, Charset)</code> constructor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36318">#36318</a></li> <li>Detect all common size exceptions from Tomcat and Commons FileUpload 2.x <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36317">#36317</a></li> <li>Consistently support <code>@Autowired</code> as a meta-annotation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36315">#36315</a></li> <li>Avoid duplicate <code>required</code> attribute lookup for <code>@Autowired</code> annotations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36314">#36314</a></li> <li>Cache <code>@responsebody</code> presence per controller class in <code>RequestResponseBodyMethodProcessor</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36311">#36311</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>ResolvableType#getGenerics() breaks serialization <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36346">#36346</a></li> <li>DefaultHttpMessageConverters not adding provided configurer <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36332">#36332</a></li> <li>Restore early MessageConsumer creation for temporary queue <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36321">#36321</a></li> <li>Multipart upload leak on client abort (ByteBuf.release() not called) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36262">#36262</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Document that SpEL expressions using <code>Optional</code> with null-safe and Elvis operators are not compilable <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36331">#36331</a></li> <li>Improve documentation of baseline API version to emphasize version must be supported <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36316">#36316</a></li> <li>Stop referring to obsolete <code>ListenableFuture</code> in documentation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36313">#36313</a></li> <li>Stop referring to standard Java features as "Java 8" features in documentation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36310">#36310</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/Niravil"><code>@Niravil</code></a> and <a href="https://github.com/TAKETODAY"><code>@TAKETODAY</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-framework/commit/16ecbfc9fe2a3bfa2cd9196ce3508de297c4171c"><code>16ecbfc</code></a> Release v7.0.5</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/85c18caf25cb436d51daa974d8d3cf85ffb5cbb2"><code>85c18ca</code></a> Update docs on supported versions with baseline notation</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/22bd8bd704390ee618f19d32e5ecc6ad1cd0b39c"><code>22bd8bd</code></a> Skip serialization of potentially non-serializable cached state</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/9b10bb5e08cef036e1933ce75feb5ab83e44d57d"><code>9b10bb5</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/727ccd04efe70d94973e26cfe75e0f2de833880d"><code>727ccd0</code></a> Avoid setCharacterEncoding(Charset) call with null value</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/a9f447e8d780a9eabe67c323da394c9b04a3503f"><code>a9f447e</code></a> Consistent adaptation of HTTP headers on Servlet responses</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/0841e79e32c817db409e4263b6129b288a724b0d"><code>0841e79</code></a> Copy methodAnnotations in MethodParameter copy constructor</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/a1868d3e9e9f16ce1f9475f1cab3cfceab5cdbc2"><code>a1868d3</code></a> fix TransactionAspectSupport#currentTransactionStatus javadoc</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/e5aac66157f0c5c8f5b36c9684ca3164d5cf1cb1"><code>e5aac66</code></a> ServletResponseHeadersAdapter checks contentType property</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/8bf85d2596729b50ce1cec0f5f1b683ba2e9d894"><code>8bf85d2</code></a> Polishing</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v7.0.4...v7.0.5">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `junit-jupiter.version` from 6.0.2 to 6.0.3. Updates `org.junit.jupiter:junit-jupiter-engine` from 6.0.2 to 6.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit-framework/releases">org.junit.jupiter:junit-jupiter-engine's releases</a>.</em></p> <blockquote> <p>JUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3</p> <p>See <a href="https://docs.junit.org/6.0.3/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/36e3253b726fa13cb9a1d29e94b9119575078c4a"><code>36e3253</code></a> Release 6.0.3</li> <li><a href="https://github.com/junit-team/junit-framework/commit/295561f38592f1682feceb64d361987da1d0fc9b"><code>295561f</code></a> Finalize 6.0.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/ea18076da11599c1467929bf75bc260e13c611b9"><code>ea18076</code></a> Fix deadlock in NamespacedHierarchicalStore.computeIfAbsent() (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5348">#5348</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/869e232420f1c1c64ab9be29609fe3e241c3675e"><code>869e232</code></a> Add 5.14.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d4b34c468ddb697ff3fe4096b3d67c28751ddab2"><code>d4b34c4</code></a> Fix links to User Guide</li> <li><a href="https://github.com/junit-team/junit-framework/commit/5c8fb0f2151fc277c3a0de7c3237d05c919439bb"><code>5c8fb0f</code></a> Reliably support JRE.OTHER with @EnabledOnJre and @DisabledOnJre</li> <li><a href="https://github.com/junit-team/junit-framework/commit/febb13f70272a243742ea63d0f85535f7c51a67c"><code>febb13f</code></a> Check out entire repo so switching to <code>main</code> branch works in last step</li> <li><a href="https://github.com/junit-team/junit-framework/commit/71fba9098655387c82d8ddbf137442bcb1fa56a0"><code>71fba90</code></a> Install <code>poppler-utils</code> for <code>pdfinfo</code></li> <li><a href="https://github.com/junit-team/junit-framework/commit/740e9e050964c66da7cb5386f89a450985d51941"><code>740e9e0</code></a> Update API baseline</li> <li><a href="https://github.com/junit-team/junit-framework/commit/2ba535f0c108ef5f8252578ee4c70547ff10d752"><code>2ba535f</code></a> Use release branch of examples repo</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">compare view</a></li> </ul> </details> <br /> Updates `org.junit.jupiter:junit-jupiter-api` from 6.0.2 to 6.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit-framework/releases">org.junit.jupiter:junit-jupiter-api's releases</a>.</em></p> <blockquote> <p>JUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3</p> <p>See <a href="https://docs.junit.org/6.0.3/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/36e3253b726fa13cb9a1d29e94b9119575078c4a"><code>36e3253</code></a> Release 6.0.3</li> <li><a href="https://github.com/junit-team/junit-framework/commit/295561f38592f1682feceb64d361987da1d0fc9b"><code>295561f</code></a> Finalize 6.0.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/ea18076da11599c1467929bf75bc260e13c611b9"><code>ea18076</code></a> Fix deadlock in NamespacedHierarchicalStore.computeIfAbsent() (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5348">#5348</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/869e232420f1c1c64ab9be29609fe3e241c3675e"><code>869e232</code></a> Add 5.14.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d4b34c468ddb697ff3fe4096b3d67c28751ddab2"><code>d4b34c4</code></a> Fix links to User Guide</li> <li><a href="https://github.com/junit-team/junit-framework/commit/5c8fb0f2151fc277c3a0de7c3237d05c919439bb"><code>5c8fb0f</code></a> Reliably support JRE.OTHER with @EnabledOnJre and @DisabledOnJre</li> <li><a href="https://github.com/junit-team/junit-framework/commit/febb13f70272a243742ea63d0f85535f7c51a67c"><code>febb13f</code></a> Check out entire repo so switching to <code>main</code> branch works in last step</li> <li><a href="https://github.com/junit-team/junit-framework/commit/71fba9098655387c82d8ddbf137442bcb1fa56a0"><code>71fba90</code></a> Install <code>poppler-utils</code> for <code>pdfinfo</code></li> <li><a href="https://github.com/junit-team/junit-framework/commit/740e9e050964c66da7cb5386f89a450985d51941"><code>740e9e0</code></a> Update API baseline</li> <li><a href="https://github.com/junit-team/junit-framework/commit/2ba535f0c108ef5f8252578ee4c70547ff10d752"><code>2ba535f</code></a> Use release branch of examples repo</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `junit-jupiter.version` from 6.0.2 to 6.0.3. Updates `org.junit.jupiter:junit-jupiter-api` from 6.0.2 to 6.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit-framework/releases">org.junit.jupiter:junit-jupiter-api's releases</a>.</em></p> <blockquote> <p>JUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3</p> <p>See <a href="https://docs.junit.org/6.0.3/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/36e3253b726fa13cb9a1d29e94b9119575078c4a"><code>36e3253</code></a> Release 6.0.3</li> <li><a href="https://github.com/junit-team/junit-framework/commit/295561f38592f1682feceb64d361987da1d0fc9b"><code>295561f</code></a> Finalize 6.0.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/ea18076da11599c1467929bf75bc260e13c611b9"><code>ea18076</code></a> Fix deadlock in NamespacedHierarchicalStore.computeIfAbsent() (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5348">#5348</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/869e232420f1c1c64ab9be29609fe3e241c3675e"><code>869e232</code></a> Add 5.14.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d4b34c468ddb697ff3fe4096b3d67c28751ddab2"><code>d4b34c4</code></a> Fix links to User Guide</li> <li><a href="https://github.com/junit-team/junit-framework/commit/5c8fb0f2151fc277c3a0de7c3237d05c919439bb"><code>5c8fb0f</code></a> Reliably support JRE.OTHER with @EnabledOnJre and @DisabledOnJre</li> <li><a href="https://github.com/junit-team/junit-framework/commit/febb13f70272a243742ea63d0f85535f7c51a67c"><code>febb13f</code></a> Check out entire repo so switching to <code>main</code> branch works in last step</li> <li><a href="https://github.com/junit-team/junit-framework/commit/71fba9098655387c82d8ddbf137442bcb1fa56a0"><code>71fba90</code></a> Install <code>poppler-utils</code> for <code>pdfinfo</code></li> <li><a href="https://github.com/junit-team/junit-framework/commit/740e9e050964c66da7cb5386f89a450985d51941"><code>740e9e0</code></a> Update API baseline</li> <li><a href="https://github.com/junit-team/junit-framework/commit/2ba535f0c108ef5f8252578ee4c70547ff10d752"><code>2ba535f</code></a> Use release branch of examples repo</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">compare view</a></li> </ul> </details> <br /> Updates `org.junit.jupiter:junit-jupiter` from 6.0.2 to 6.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit-framework/releases">org.junit.jupiter:junit-jupiter's releases</a>.</em></p> <blockquote> <p>JUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3</p> <p>See <a href="https://docs.junit.org/6.0.3/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/36e3253b726fa13cb9a1d29e94b9119575078c4a"><code>36e3253</code></a> Release 6.0.3</li> <li><a href="https://github.com/junit-team/junit-framework/commit/295561f38592f1682feceb64d361987da1d0fc9b"><code>295561f</code></a> Finalize 6.0.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/ea18076da11599c1467929bf75bc260e13c611b9"><code>ea18076</code></a> Fix deadlock in NamespacedHierarchicalStore.computeIfAbsent() (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5348">#5348</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/869e232420f1c1c64ab9be29609fe3e241c3675e"><code>869e232</code></a> Add 5.14.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d4b34c468ddb697ff3fe4096b3d67c28751ddab2"><code>d4b34c4</code></a> Fix links to User Guide</li> <li><a href="https://github.com/junit-team/junit-framework/commit/5c8fb0f2151fc277c3a0de7c3237d05c919439bb"><code>5c8fb0f</code></a> Reliably support JRE.OTHER with @EnabledOnJre and @DisabledOnJre</li> <li><a href="https://github.com/junit-team/junit-framework/commit/febb13f70272a243742ea63d0f85535f7c51a67c"><code>febb13f</code></a> Check out entire repo so switching to <code>main</code> branch works in last step</li> <li><a href="https://github.com/junit-team/junit-framework/commit/71fba9098655387c82d8ddbf137442bcb1fa56a0"><code>71fba90</code></a> Install <code>poppler-utils</code> for <code>pdfinfo</code></li> <li><a href="https://github.com/junit-team/junit-framework/commit/740e9e050964c66da7cb5386f89a450985d51941"><code>740e9e0</code></a> Update API baseline</li> <li><a href="https://github.com/junit-team/junit-framework/commit/2ba535f0c108ef5f8252578ee4c70547ff10d752"><code>2ba535f</code></a> Use release branch of examples repo</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">compare view</a></li> </ul> </details> <br /> Updates `org.junit.jupiter:junit-jupiter-params` from 6.0.2 to 6.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit-framework/releases">org.junit.jupiter:junit-jupiter-params's releases</a>.</em></p> <blockquote> <p>JUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3</p> <p>See <a href="https://docs.junit.org/6.0.3/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/36e3253b726fa13cb9a1d29e94b9119575078c4a"><code>36e3253</code></a> Release 6.0.3</li> <li><a href="https://github.com/junit-team/junit-framework/commit/295561f38592f1682feceb64d361987da1d0fc9b"><code>295561f</code></a> Finalize 6.0.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/ea18076da11599c1467929bf75bc260e13c611b9"><code>ea18076</code></a> Fix deadlock in NamespacedHierarchicalStore.computeIfAbsent() (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5348">#5348</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/869e232420f1c1c64ab9be29609fe3e241c3675e"><code>869e232</code></a> Add 5.14.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d4b34c468ddb697ff3fe4096b3d67c28751ddab2"><code>d4b34c4</code></a> Fix links to User Guide</li> <li><a href="https://github.com/junit-team/junit-framework/commit/5c8fb0f2151fc277c3a0de7c3237d05c919439bb"><code>5c8fb0f</code></a> Reliably support JRE.OTHER with @EnabledOnJre and @DisabledOnJre</li> <li><a href="https://github.com/junit-team/junit-framework/commit/febb13f70272a243742ea63d0f85535f7c51a67c"><code>febb13f</code></a> Check out entire repo so switching to <code>main</code> branch works in last step</li> <li><a href="https://github.com/junit-team/junit-framework/commit/71fba9098655387c82d8ddbf137442bcb1fa56a0"><code>71fba90</code></a> Install <code>poppler-utils</code> for <code>pdfinfo</code></li> <li><a href="https://github.com/junit-team/junit-framework/commit/740e9e050964c66da7cb5386f89a450985d51941"><code>740e9e0</code></a> Update API baseline</li> <li><a href="https://github.com/junit-team/junit-framework/commit/2ba535f0c108ef5f8252578ee4c70547ff10d752"><code>2ba535f</code></a> Use release branch of examples repo</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">compare view</a></li> </ul> </details> <br /> Updates `org.junit.jupiter:junit-jupiter-engine` from 6.0.2 to 6.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit-framework/releases">org.junit.jupiter:junit-jupiter-engine's releases</a>.</em></p> <blockquote> <p>JUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3</p> <p>See <a href="https://docs.junit.org/6.0.3/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/36e3253b726fa13cb9a1d29e94b9119575078c4a"><code>36e3253</code></a> Release 6.0.3</li> <li><a href="https://github.com/junit-team/junit-framework/commit/295561f38592f1682feceb64d361987da1d0fc9b"><code>295561f</code></a> Finalize 6.0.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/ea18076da11599c1467929bf75bc260e13c611b9"><code>ea18076</code></a> Fix deadlock in NamespacedHierarchicalStore.computeIfAbsent() (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5348">#5348</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/869e232420f1c1c64ab9be29609fe3e241c3675e"><code>869e232</code></a> Add 5.14.3 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d4b34c468ddb697ff3fe4096b3d67c28751ddab2"><code>d4b34c4</code></a> Fix links to User Guide</li> <li><a href="https://github.com/junit-team/junit-framework/commit/5c8fb0f2151fc277c3a0de7c3237d05c919439bb"><code>5c8fb0f</code></a> Reliably support JRE.OTHER with @EnabledOnJre and @DisabledOnJre</li> <li><a href="https://github.com/junit-team/junit-framework/commit/febb13f70272a243742ea63d0f85535f7c51a67c"><code>febb13f</code></a> Check out entire repo so switching to <code>main</code> branch works in last step</li> <li><a href="https://github.com/junit-team/junit-framework/commit/71fba9098655387c82d8ddbf137442bcb1fa56a0"><code>71fba90</code></a> Install <code>poppler-utils</code> for <code>pdfinfo</code></li> <li><a href="https://github.com/junit-team/junit-framework/commit/740e9e050964c66da7cb5386f89a450985d51941"><code>740e9e0</code></a> Update API baseline</li> <li><a href="https://github.com/junit-team/junit-framework/commit/2ba535f0c108ef5f8252578ee4c70547ff10d752"><code>2ba535f</code></a> Use release branch of examples repo</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `awssdk.version` from 2.41.29 to 2.41.31. Updates `software.amazon.awssdk:s3` from 2.41.29 to 2.41.31 Updates `software.amazon.awssdk:lambda` from 2.41.29 to 2.41.31 Updates `software.amazon.awssdk:ses` from 2.41.29 to 2.41.31 Updates `software.amazon.awssdk:cloudwatch` from 2.41.29 to 2.41.31 Updates `software.amazon.awssdk:costexplorer` from 2.41.29 to 2.41.31 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…4.0.3 in /os-dependencies (#879) Bumps [org.springframework.boot:spring-boot](https://github.com/spring-projects/spring-boot) from 4.0.2 to 4.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">org.springframework.boot:spring-boot's releases</a>.</em></p> <blockquote> <h2>v4.0.3</h2> <h2>:star: New Features</h2> <ul> <li>Add TWENTY_SIX to JavaVersion enum <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49193">#49193</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Jackson properties may not be applied correctly to RestClients <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49223">#49223</a></li> <li>ClassNotFoundException when using Actuator without spring-boot-health <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49196">#49196</a></li> <li>Using the OTel and Zipkin starters together creates invalid configuration <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49183">#49183</a></li> <li>Whitespace can be incorrectly removed when spring-boot-configuration-processor runs on multi-line javadoc <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49060">#49060</a></li> <li>Jackson2HttpMessageConvertersConfiguration uses ConditionOn Jackson3 XMLMapper class <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49015">#49015</a></li> <li>server.jetty.threads.max is ignored when using virtual threads <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48989">#48989</a></li> <li>Slice test includes fail to load when using spring-boot-starter-test-classic <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48981">#48981</a></li> <li>Docker credential helpers with file extensions cannot be executed on Windows <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48979">#48979</a></li> <li>Java version requirement check for native image is confusing if AOT didn't run <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48963">#48963</a></li> <li>TestPropertyValues.Pair.fromMapEntry(Entry<String, String>) does not comply with its nullability contract <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48948">#48948</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Couchbase and Kafka are incorrectly listed as supporting SSL with Docker Compose <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49212">#49212</a></li> <li>Document that use of non idiomatic format for '<code>@value</code>' still apply for environment variables <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49109">#49109</a></li> <li>Document naming convention for custom test-scoped starters <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49017">#49017</a></li> <li>Delay removal of Jackson 2 support until 4.3 at the earliest <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49010">#49010</a></li> <li>LICENSE.txt and NOTICE.txt files have the wrong content in the latest releases <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49003">#49003</a></li> <li>ApplicationContextAssert documents a non-existent assertion in getFailure() <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48977">#48977</a></li> <li>Highlight the importance of the preStop hook when configuring Kubernetes probes <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48946">#48946</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to AssertJ 3.27.7 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49095">#49095</a></li> <li>Upgrade to Elasticsearch Client 9.2.5 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49184">#49184</a></li> <li>Upgrade to Groovy 5.0.4 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49097">#49097</a></li> <li>Upgrade to Hibernate 7.2.3.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49098">#49098</a></li> <li>Upgrade to Hibernate 7.2.4.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49167">#49167</a></li> <li>Upgrade to Jaybird 6.0.4 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49099">#49099</a></li> <li>Upgrade to JBoss Logging 3.6.2.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49100">#49100</a></li> <li>Upgrade to Jersey 4.0.2 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49101">#49101</a></li> <li>Upgrade to Jetty 12.1.6 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49102">#49102</a></li> <li>Upgrade to jOOQ 3.19.30 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49103">#49103</a></li> <li>Upgrade to JUnit Jupiter 6.0.3 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49233">#49233</a></li> <li>Upgrade to Logback 1.5.29 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49169">#49169</a></li> <li>Upgrade to Logback 1.5.32 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49245">#49245</a></li> <li>Upgrade to Micrometer 1.16.3 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49111">#49111</a></li> <li>Upgrade to Micrometer Tracing 1.6.3 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49112">#49112</a></li> <li>Upgrade to MongoDB 5.6.3 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49105">#49105</a></li> <li>Upgrade to MySQL 9.6.0 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49106">#49106</a></li> <li>Upgrade to Netty 4.2.10.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49107">#49107</a></li> <li>Upgrade to Postgresql 42.7.10 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49202">#49202</a></li> <li>Upgrade to Reactor Bom 2025.0.3 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49087">#49087</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/1ab1436051b69288adb802afffd73aef94460ff1"><code>1ab1436</code></a> Release v4.0.3</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/5cc488dea1493e80380eec286592da5c690f3be3"><code>5cc488d</code></a> Merge branch '3.5.x' into 4.0.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/9138ae29d301468a7b6eda129a37f97124a927bb"><code>9138ae2</code></a> Next development version (v3.5.12-SNAPSHOT)</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/a7e63a7cbc6d3ea8d62f060ffac48d33fd6558df"><code>a7e63a7</code></a> Merge branch '3.5.x' into 4.0.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/54ab3c5a617cd4538f454c2c2fd68e26dd7a680a"><code>54ab3c5</code></a> Align "noteworthy" issues in release notes with Spring Framework</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/b3ae5b1f96a16c320be49174b4544471459aea09"><code>b3ae5b1</code></a> Merge branch '3.5.x' into 4.0.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/996664f3821ec7fd8216d404223eaca9582fb96b"><code>996664f</code></a> Temporarily switch Docker to overlay2</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/1ce8743841f998bddc3bf181de15426c7d429cea"><code>1ce8743</code></a> Revert "Temporarily disable containerd snapshotter"</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/5ba88c69bba7dfa0941000a0a0fdea0ff9d58ff5"><code>5ba88c6</code></a> Temporarily disable containerd snapshotter</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/1f1a88cf7b2db7c9f4b78347d6e55c3be4686184"><code>1f1a88c</code></a> Revert "Temporarily update system tests to use specific platform"</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v4.0.2...v4.0.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…/bom-sdk (#880) Bumps `awssdk.version` from 2.41.31 to 2.41.33. Updates `software.amazon.awssdk:s3` from 2.41.31 to 2.41.33 Updates `software.amazon.awssdk:lambda` from 2.41.31 to 2.41.33 Updates `software.amazon.awssdk:ses` from 2.41.31 to 2.41.33 Updates `software.amazon.awssdk:cloudwatch` from 2.41.31 to 2.41.33 Updates `software.amazon.awssdk:costexplorer` from 2.41.31 to 2.41.33 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… 7.0.5] (#883) Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 7.0.4 to 7.0.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">org.springframework:spring-framework-bom's releases</a>.</em></p> <blockquote> <h2>v7.0.5</h2> <h2>:warning: Attention Required</h2> <ul> <li>Optimize request and response header handling in Spring MVC <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36334">#36334</a></li> </ul> <h2>:star: New Features</h2> <ul> <li>Consistent adaptation of HTTP headers on Servlet responses <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36343">#36343</a></li> <li>Copy methodAnnotations in MethodParameter copy constructor <a href="https://redirect.github.com/spring-projects/spring-framework/pull/36342">#36342</a></li> <li>Improve performance of validation groups determination in WebFlux <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36336">#36336</a></li> <li>Reuse <code>AnnotatedMethod</code> annotation cache in derived instances <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36322">#36322</a></li> <li>Optimize the addition of a charset to the MediaType in AbstractHttpMessageConverter <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36320">#36320</a></li> <li>Optimize <code>MediaType(MediaType, Charset)</code> constructor <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36318">#36318</a></li> <li>Detect all common size exceptions from Tomcat and Commons FileUpload 2.x <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36317">#36317</a></li> <li>Consistently support <code>@Autowired</code> as a meta-annotation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36315">#36315</a></li> <li>Avoid duplicate <code>required</code> attribute lookup for <code>@Autowired</code> annotations <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36314">#36314</a></li> <li>Cache <code>@responsebody</code> presence per controller class in <code>RequestResponseBodyMethodProcessor</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36311">#36311</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>ResolvableType#getGenerics() breaks serialization <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36346">#36346</a></li> <li>DefaultHttpMessageConverters not adding provided configurer <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36332">#36332</a></li> <li>Restore early MessageConsumer creation for temporary queue <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36321">#36321</a></li> <li>Multipart upload leak on client abort (ByteBuf.release() not called) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36262">#36262</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Document that SpEL expressions using <code>Optional</code> with null-safe and Elvis operators are not compilable <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36331">#36331</a></li> <li>Improve documentation of baseline API version to emphasize version must be supported <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36316">#36316</a></li> <li>Stop referring to obsolete <code>ListenableFuture</code> in documentation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36313">#36313</a></li> <li>Stop referring to standard Java features as "Java 8" features in documentation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/36310">#36310</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/Niravil"><code>@Niravil</code></a> and <a href="https://github.com/TAKETODAY"><code>@TAKETODAY</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-framework/commit/16ecbfc9fe2a3bfa2cd9196ce3508de297c4171c"><code>16ecbfc</code></a> Release v7.0.5</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/85c18caf25cb436d51daa974d8d3cf85ffb5cbb2"><code>85c18ca</code></a> Update docs on supported versions with baseline notation</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/22bd8bd704390ee618f19d32e5ecc6ad1cd0b39c"><code>22bd8bd</code></a> Skip serialization of potentially non-serializable cached state</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/9b10bb5e08cef036e1933ce75feb5ab83e44d57d"><code>9b10bb5</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/727ccd04efe70d94973e26cfe75e0f2de833880d"><code>727ccd0</code></a> Avoid setCharacterEncoding(Charset) call with null value</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/a9f447e8d780a9eabe67c323da394c9b04a3503f"><code>a9f447e</code></a> Consistent adaptation of HTTP headers on Servlet responses</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/0841e79e32c817db409e4263b6129b288a724b0d"><code>0841e79</code></a> Copy methodAnnotations in MethodParameter copy constructor</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/a1868d3e9e9f16ce1f9475f1cab3cfceab5cdbc2"><code>a1868d3</code></a> fix TransactionAspectSupport#currentTransactionStatus javadoc</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/e5aac66157f0c5c8f5b36c9684ca3164d5cf1cb1"><code>e5aac66</code></a> ServletResponseHeadersAdapter checks contentType property</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/8bf85d2596729b50ce1cec0f5f1b683ba2e9d894"><code>8bf85d2</code></a> Polishing</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v7.0.4...v7.0.5">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…[4.0.2 => 4.0.3] (#881) [//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 4.0.2 to 4.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">org.springframework.boot:spring-boot-dependencies's releases</a>.</em></p> <blockquote> <h2>v4.0.3</h2> <h2>:star: New Features</h2> <ul> <li>Add TWENTY_SIX to JavaVersion enum <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49193">#49193</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Jackson properties may not be applied correctly to RestClients <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49223">#49223</a></li> <li>ClassNotFoundException when using Actuator without spring-boot-health <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49196">#49196</a></li> <li>Using the OTel and Zipkin starters together creates invalid configuration <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49183">#49183</a></li> <li>Whitespace can be incorrectly removed when spring-boot-configuration-processor runs on multi-line javadoc <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49060">#49060</a></li> <li>Jackson2HttpMessageConvertersConfiguration uses ConditionOn Jackson3 XMLMapper class <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49015">#49015</a></li> <li>server.jetty.threads.max is ignored when using virtual threads <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48989">#48989</a></li> <li>Slice test includes fail to load when using spring-boot-starter-test-classic <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48981">#48981</a></li> <li>Docker credential helpers with file extensions cannot be executed on Windows <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48979">#48979</a></li> <li>Java version requirement check for native image is confusing if AOT didn't run <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48963">#48963</a></li> <li>TestPropertyValues.Pair.fromMapEntry(Entry<String, String>) does not comply with its nullability contract <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48948">#48948</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Couchbase and Kafka are incorrectly listed as supporting SSL with Docker Compose <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49212">#49212</a></li> <li>Document that use of non idiomatic format for '<code>@value</code>' still apply for environment variables <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49109">#49109</a></li> <li>Document naming convention for custom test-scoped starters <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49017">#49017</a></li> <li>Delay removal of Jackson 2 support until 4.3 at the earliest <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49010">#49010</a></li> <li>LICENSE.txt and NOTICE.txt files have the wrong content in the latest releases <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49003">#49003</a></li> <li>ApplicationContextAssert documents a non-existent assertion in getFailure() <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48977">#48977</a></li> <li>Highlight the importance of the preStop hook when configuring Kubernetes probes <a href="https://redirect.github.com/spring-projects/spring-boot/issues/48946">#48946</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to AssertJ 3.27.7 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49095">#49095</a></li> <li>Upgrade to Elasticsearch Client 9.2.5 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49184">#49184</a></li> <li>Upgrade to Groovy 5.0.4 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49097">#49097</a></li> <li>Upgrade to Hibernate 7.2.3.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49098">#49098</a></li> <li>Upgrade to Hibernate 7.2.4.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49167">#49167</a></li> <li>Upgrade to Jaybird 6.0.4 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49099">#49099</a></li> <li>Upgrade to JBoss Logging 3.6.2.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49100">#49100</a></li> <li>Upgrade to Jersey 4.0.2 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49101">#49101</a></li> <li>Upgrade to Jetty 12.1.6 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49102">#49102</a></li> <li>Upgrade to jOOQ 3.19.30 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49103">#49103</a></li> <li>Upgrade to JUnit Jupiter 6.0.3 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49233">#49233</a></li> <li>Upgrade to Logback 1.5.29 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49169">#49169</a></li> <li>Upgrade to Logback 1.5.32 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49245">#49245</a></li> <li>Upgrade to Micrometer 1.16.3 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49111">#49111</a></li> <li>Upgrade to Micrometer Tracing 1.6.3 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49112">#49112</a></li> <li>Upgrade to MongoDB 5.6.3 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49105">#49105</a></li> <li>Upgrade to MySQL 9.6.0 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49106">#49106</a></li> <li>Upgrade to Netty 4.2.10.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49107">#49107</a></li> <li>Upgrade to Postgresql 42.7.10 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49202">#49202</a></li> <li>Upgrade to Reactor Bom 2025.0.3 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/49087">#49087</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/1ab1436051b69288adb802afffd73aef94460ff1"><code>1ab1436</code></a> Release v4.0.3</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/5cc488dea1493e80380eec286592da5c690f3be3"><code>5cc488d</code></a> Merge branch '3.5.x' into 4.0.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/9138ae29d301468a7b6eda129a37f97124a927bb"><code>9138ae2</code></a> Next development version (v3.5.12-SNAPSHOT)</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/a7e63a7cbc6d3ea8d62f060ffac48d33fd6558df"><code>a7e63a7</code></a> Merge branch '3.5.x' into 4.0.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/54ab3c5a617cd4538f454c2c2fd68e26dd7a680a"><code>54ab3c5</code></a> Align "noteworthy" issues in release notes with Spring Framework</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/b3ae5b1f96a16c320be49174b4544471459aea09"><code>b3ae5b1</code></a> Merge branch '3.5.x' into 4.0.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/996664f3821ec7fd8216d404223eaca9582fb96b"><code>996664f</code></a> Temporarily switch Docker to overlay2</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/1ce8743841f998bddc3bf181de15426c7d429cea"><code>1ce8743</code></a> Revert "Temporarily disable containerd snapshotter"</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/5ba88c69bba7dfa0941000a0a0fdea0ff9d58ff5"><code>5ba88c6</code></a> Temporarily disable containerd snapshotter</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/1f1a88cf7b2db7c9f4b78347d6e55c3be4686184"><code>1f1a88c</code></a> Revert "Temporarily update system tests to use specific platform"</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v4.0.2...v4.0.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ACANX <acanx@qq.com>
….0 => 4.0.1] (#882) [//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [de.codecentric:spring-boot-admin-dependencies](https://github.com/codecentric/spring-boot-admin) from 4.0.0 to 4.0.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codecentric/spring-boot-admin/commit/77afb03340d9194420340f091f37dd90368e568c"><code>77afb03</code></a> fix(<a href="https://redirect.github.com/codecentric/spring-boot-admin/issues/5079">#5079</a>): Enable the KubernetesConverterConfiguration configuration only if...</li> <li><a href="https://github.com/codecentric/spring-boot-admin/commit/6efdfd63e95d0cf4f9ba7e8bd268693f411822b0"><code>6efdfd6</code></a> chore(deps): update dependency qs to v6.15.0 (<a href="https://redirect.github.com/codecentric/spring-boot-admin/issues/5089">#5089</a>)</li> <li><a href="https://github.com/codecentric/spring-boot-admin/commit/ea64b0b0aa79670aa697a2cd0364d286ae59cd4c"><code>ea64b0b</code></a> chore: update to 4.1.0-SNAPSHOT</li> <li><a href="https://github.com/codecentric/spring-boot-admin/commit/6a78b8aee79e1558414478fffde954b96d0a3bdc"><code>6a78b8a</code></a> chore(deps): update dependency jsdom to v28.1.0 (<a href="https://redirect.github.com/codecentric/spring-boot-admin/issues/5088">#5088</a>)</li> <li><a href="https://github.com/codecentric/spring-boot-admin/commit/527bca1f5b59a664f9ad30ac4f22114d65dc68c0"><code>527bca1</code></a> chore(deps): update dependency vue-eslint-parser to v10.4.0 (<a href="https://redirect.github.com/codecentric/spring-boot-admin/issues/5087">#5087</a>)</li> <li><a href="https://github.com/codecentric/spring-boot-admin/commit/2cf1cc59ec23daeecb4522d6f0d07ec14f522271"><code>2cf1cc5</code></a> chore(deps): update dependency eslint-plugin-vue to v10.8.0 (<a href="https://redirect.github.com/codecentric/spring-boot-admin/issues/5086">#5086</a>)</li> <li><a href="https://github.com/codecentric/spring-boot-admin/commit/cf8a92f9663600a13dd3b8d415f77bd9faf3f9ad"><code>cf8a92f</code></a> chore(deps): update dependency primelocale to v2.3.0 (<a href="https://redirect.github.com/codecentric/spring-boot-admin/issues/5085">#5085</a>)</li> <li><a href="https://github.com/codecentric/spring-boot-admin/commit/8e3156978008203f39ec50bd83478398d116ed93"><code>8e31569</code></a> chore(deps): update dependency vue-eslint-parser to v10.3.0 (<a href="https://redirect.github.com/codecentric/spring-boot-admin/issues/5084">#5084</a>)</li> <li><a href="https://github.com/codecentric/spring-boot-admin/commit/52594494596dc6347a64328d48097dcef7da04d8"><code>5259449</code></a> fix(deps): update revision to v4.0.0 (<a href="https://redirect.github.com/codecentric/spring-boot-admin/issues/5082">#5082</a>)</li> <li><a href="https://github.com/codecentric/spring-boot-admin/commit/0daada8a7e47363d34521f99fb80241a8849c15d"><code>0daada8</code></a> chore(deps): update dependency dotenv to v17.3.1 (<a href="https://redirect.github.com/codecentric/spring-boot-admin/issues/5081">#5081</a>)</li> <li>Additional commits viewable in <a href="https://github.com/codecentric/spring-boot-admin/compare/4.0.0...4.0.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ACANX <acanx@qq.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.