No description
Find a file
Renovate Bot eeee5c7c0e
All checks were successful
/ release (push) Successful in 1m18s
fix(deps): update all dependencies (#10)
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [org.assertj:assertj-core](https://assertj.github.io/doc/#assertj-core) ([source](https://github.com/assertj/assertj)) | `3.27.6` → `3.27.7` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.assertj:assertj-core/3.27.7?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.assertj:assertj-core/3.27.6/3.27.7?slim=true) |
| [io.mockk:mockk-jvm](https://mockk.io) ([source](https://github.com/mockk/mockk)) | `1.14.7` → `1.14.9` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.mockk:mockk-jvm/1.14.9?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.mockk:mockk-jvm/1.14.7/1.14.9?slim=true) |
| [org.junit.jupiter:junit-jupiter](https://junit.org/) ([source](https://github.com/junit-team/junit-framework)) | `6.0.1` → `6.0.3` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.junit.jupiter:junit-jupiter/6.0.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.junit.jupiter:junit-jupiter/6.0.1/6.0.3?slim=true) |
| [org.springframework.boot:spring-boot-dependencies](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | `4.0.1` → `4.0.3` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.springframework.boot:spring-boot-dependencies/4.0.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.springframework.boot:spring-boot-dependencies/4.0.1/4.0.3?slim=true) |
| [tools.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `3.0.3` → `3.1.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/tools.jackson:jackson-bom/3.1.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/tools.jackson:jackson-bom/3.0.3/3.1.0?slim=true) |
| [de.loosetie.utils:lt-utils-parent](https://loosetie.de) | `1.1.7` → `2.0.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/de.loosetie.utils:lt-utils-parent/2.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/de.loosetie.utils:lt-utils-parent/1.1.7/2.0.1?slim=true) |

---

### Release Notes

<details>
<summary>mockk/mockk (io.mockk:mockk-jvm)</summary>

### [`v1.14.9`](https://github.com/mockk/mockk/releases/tag/1.14.9)

[Compare Source](https://github.com/mockk/mockk/compare/1.14.7...1.14.9)

#### What's Changed

- fix: normalize value class arguments in EqMatcher for consistent comparison by [@&#8203;edwardmp](https://github.com/edwardmp) in [#&#8203;1440](https://github.com/mockk/mockk/pull/1440)
- Add configurable logging to withArg & withNullableArg by [@&#8203;OsaSoft](https://github.com/OsaSoft) in [#&#8203;1441](https://github.com/mockk/mockk/pull/1441)
- docs(readme): document suppressing superclass calls by [@&#8203;ch200203](https://github.com/ch200203) in [#&#8203;1444](https://github.com/mockk/mockk/pull/1444)
- Fix for issue [#&#8203;1103](https://github.com/mockk/mockk/issues/1103). by [@&#8203;sdetilly](https://github.com/sdetilly) in [#&#8203;1449](https://github.com/mockk/mockk/pull/1449)
- Fix configuration option example for restricted classes by [@&#8203;TWiStErRob](https://github.com/TWiStErRob) in [#&#8203;1465](https://github.com/mockk/mockk/pull/1465)
- Fix InaccessibleObjectException when spying on JDK interfaces on JDK 16+ by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;1457](https://github.com/mockk/mockk/pull/1457)
- Fix Java 11 compatibility: replace Random.nextLong(long, long) with Java 8 compatible alternative by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;1456](https://github.com/mockk/mockk/pull/1456)
- Add optional restricted mock system property by [@&#8203;nishatoma](https://github.com/nishatoma) in [#&#8203;1454](https://github.com/mockk/mockk/pull/1454)
- Fix StackOverflowError when mocking methods returning ArrayList by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;1464](https://github.com/mockk/mockk/pull/1464)
- Change JUnit 4/5 dependencies from implementation to compileOnly by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;1455](https://github.com/mockk/mockk/pull/1455)
- bump dependencies, bump dexter by [@&#8203;jgrnrt](https://github.com/jgrnrt) in [#&#8203;1477](https://github.com/mockk/mockk/pull/1477)
- Fix issue 1475: nullable value class verification by [@&#8203;sdetilly](https://github.com/sdetilly) in [#&#8203;1480](https://github.com/mockk/mockk/pull/1480)
- Migrate build configuration to version catalog by [@&#8203;jgrnrt](https://github.com/jgrnrt) in [#&#8203;1481](https://github.com/mockk/mockk/pull/1481)
- Clean up CI configuration and build artifacts by [@&#8203;jgrnrt](https://github.com/jgrnrt) in [#&#8203;1482](https://github.com/mockk/mockk/pull/1482)
- Add Spotless formatting plugin by [@&#8203;jgrnrt](https://github.com/jgrnrt) in [#&#8203;1483](https://github.com/mockk/mockk/pull/1483)
- Enable ktlint unused-imports rule and clean up code by [@&#8203;jgrnrt](https://github.com/jgrnrt) in [#&#8203;1489](https://github.com/mockk/mockk/pull/1489)
- chore: enable no-wildcard-imports in ktlint by [@&#8203;jgrnrt](https://github.com/jgrnrt) in [#&#8203;1491](https://github.com/mockk/mockk/pull/1491)
- Add List injection support for [@&#8203;InjectMockKs](https://github.com/InjectMockKs) ([#&#8203;1356](https://github.com/mockk/mockk/issues/1356)) by [@&#8203;h2jinee](https://github.com/h2jinee) in [#&#8203;1492](https://github.com/mockk/mockk/pull/1492)
- Unify settings files by prioritizing mockk.properties in MockKSettings by [@&#8203;snowykte0426](https://github.com/snowykte0426) in [#&#8203;1474](https://github.com/mockk/mockk/pull/1474)
- Fix type matching for any() when parameter is Any  ([#&#8203;1296](https://github.com/mockk/mockk/issues/1296)) by [@&#8203;chapakook](https://github.com/chapakook) in [#&#8203;1494](https://github.com/mockk/mockk/pull/1494)
- Upgrade Dokka to 2.1.0 and Refactor Documentation Setup by [@&#8203;jgrnrt](https://github.com/jgrnrt) in [#&#8203;1499](https://github.com/mockk/mockk/pull/1499)
- chore: bump gradle to 9.3.0, add .gitattributes by [@&#8203;jgrnrt](https://github.com/jgrnrt) in [#&#8203;1502](https://github.com/mockk/mockk/pull/1502)
- Fix [#&#8203;1342](https://github.com/mockk/mockk/issues/1342): Handle value classes for type parameters and don't unbox value classes returned as interface/supertype by [@&#8203;ianbrandt](https://github.com/ianbrandt) in [#&#8203;1442](https://github.com/mockk/mockk/pull/1442)
- Introduce clearAllStubsFromMemory by [@&#8203;nishatoma](https://github.com/nishatoma) in [#&#8203;1503](https://github.com/mockk/mockk/pull/1503)
- Bump dokka to 2.2.0-Beta by [@&#8203;jgrnrt](https://github.com/jgrnrt) in [#&#8203;1505](https://github.com/mockk/mockk/pull/1505)
- fix: resolve [@&#8203;InjectMockKs](https://github.com/InjectMockKs) initialization order based on dependencies by [@&#8203;neungs-2](https://github.com/neungs-2) in [#&#8203;1500](https://github.com/mockk/mockk/pull/1500)

#### New Contributors

- [@&#8203;edwardmp](https://github.com/edwardmp) made their first contribution in [#&#8203;1440](https://github.com/mockk/mockk/pull/1440)
- [@&#8203;OsaSoft](https://github.com/OsaSoft) made their first contribution in [#&#8203;1441](https://github.com/mockk/mockk/pull/1441)
- [@&#8203;sdetilly](https://github.com/sdetilly) made their first contribution in [#&#8203;1449](https://github.com/mockk/mockk/pull/1449)
- [@&#8203;Copilot](https://github.com/Copilot) made their first contribution in [#&#8203;1457](https://github.com/mockk/mockk/pull/1457)
- [@&#8203;nishatoma](https://github.com/nishatoma) made their first contribution in [#&#8203;1454](https://github.com/mockk/mockk/pull/1454)
- [@&#8203;jgrnrt](https://github.com/jgrnrt) made their first contribution in [#&#8203;1477](https://github.com/mockk/mockk/pull/1477)
- [@&#8203;h2jinee](https://github.com/h2jinee) made their first contribution in [#&#8203;1492](https://github.com/mockk/mockk/pull/1492)
- [@&#8203;snowykte0426](https://github.com/snowykte0426) made their first contribution in [#&#8203;1474](https://github.com/mockk/mockk/pull/1474)
- [@&#8203;chapakook](https://github.com/chapakook) made their first contribution in [#&#8203;1494](https://github.com/mockk/mockk/pull/1494)
- [@&#8203;ianbrandt](https://github.com/ianbrandt) made their first contribution in [#&#8203;1442](https://github.com/mockk/mockk/pull/1442)
- [@&#8203;neungs-2](https://github.com/neungs-2) made their first contribution in [#&#8203;1500](https://github.com/mockk/mockk/pull/1500)

**Full Changelog**: <https://github.com/mockk/mockk/compare/1.14.6...1.14.9>

</details>

<details>
<summary>spring-projects/spring-boot (org.springframework.boot:spring-boot-dependencies)</summary>

### [`v4.0.3`](https://github.com/spring-projects/spring-boot/releases/tag/v4.0.3)

[Compare Source](https://github.com/spring-projects/spring-boot/compare/v4.0.2...v4.0.3)

####  New Features

- Add TWENTY\_SIX to JavaVersion enum [#&#8203;49193](https://github.com/spring-projects/spring-boot/issues/49193)

#### :lady\_beetle: Bug Fixes

- Jackson properties may not be applied correctly to RestClients [#&#8203;49223](https://github.com/spring-projects/spring-boot/issues/49223)
- ClassNotFoundException when using Actuator without spring-boot-health [#&#8203;49196](https://github.com/spring-projects/spring-boot/issues/49196)
- Using the OTel and Zipkin starters together creates invalid configuration [#&#8203;49183](https://github.com/spring-projects/spring-boot/issues/49183)
- Whitespace can be incorrectly removed when spring-boot-configuration-processor runs on multi-line javadoc [#&#8203;49060](https://github.com/spring-projects/spring-boot/issues/49060)
- Jackson2HttpMessageConvertersConfiguration uses ConditionOn Jackson3 XMLMapper class [#&#8203;49015](https://github.com/spring-projects/spring-boot/issues/49015)
- server.jetty.threads.max is ignored when using virtual threads [#&#8203;48989](https://github.com/spring-projects/spring-boot/issues/48989)
- Slice test includes fail to load when using spring-boot-starter-test-classic [#&#8203;48981](https://github.com/spring-projects/spring-boot/issues/48981)
- Docker credential helpers with file extensions cannot be executed on Windows [#&#8203;48979](https://github.com/spring-projects/spring-boot/issues/48979)
- Java version requirement check for native image is confusing if AOT didn't run [#&#8203;48963](https://github.com/spring-projects/spring-boot/issues/48963)
- TestPropertyValues.Pair.fromMapEntry(Entry\<String, String>) does not comply with its nullability contract [#&#8203;48948](https://github.com/spring-projects/spring-boot/issues/48948)

#### :notebook\_with\_decorative\_cover: Documentation

- Couchbase and Kafka are incorrectly listed as supporting SSL with Docker Compose [#&#8203;49212](https://github.com/spring-projects/spring-boot/issues/49212)
- Document that use of non idiomatic format for '`@Value`' still apply for environment variables [#&#8203;49109](https://github.com/spring-projects/spring-boot/issues/49109)
- Document naming convention for custom test-scoped starters [#&#8203;49017](https://github.com/spring-projects/spring-boot/issues/49017)
- Delay removal of Jackson 2 support until 4.3 at the earliest [#&#8203;49010](https://github.com/spring-projects/spring-boot/issues/49010)
- LICENSE.txt and NOTICE.txt files have the wrong content in the latest releases [#&#8203;49003](https://github.com/spring-projects/spring-boot/issues/49003)
- ApplicationContextAssert documents a non-existent assertion in getFailure() [#&#8203;48977](https://github.com/spring-projects/spring-boot/issues/48977)
- Highlight the importance of the preStop hook when configuring Kubernetes probes [#&#8203;48946](https://github.com/spring-projects/spring-boot/issues/48946)

#### 🔨 Dependency Upgrades

- Upgrade to AssertJ 3.27.7 [#&#8203;49095](https://github.com/spring-projects/spring-boot/issues/49095)
- Upgrade to Elasticsearch Client 9.2.5 [#&#8203;49184](https://github.com/spring-projects/spring-boot/issues/49184)
- Upgrade to Groovy 5.0.4 [#&#8203;49097](https://github.com/spring-projects/spring-boot/issues/49097)
- Upgrade to Hibernate 7.2.3.Final [#&#8203;49098](https://github.com/spring-projects/spring-boot/issues/49098)
- Upgrade to Hibernate 7.2.4.Final [#&#8203;49167](https://github.com/spring-projects/spring-boot/issues/49167)
- Upgrade to Jaybird 6.0.4 [#&#8203;49099](https://github.com/spring-projects/spring-boot/issues/49099)
- Upgrade to JBoss Logging 3.6.2.Final [#&#8203;49100](https://github.com/spring-projects/spring-boot/issues/49100)
- Upgrade to Jersey 4.0.2 [#&#8203;49101](https://github.com/spring-projects/spring-boot/issues/49101)
- Upgrade to Jetty 12.1.6 [#&#8203;49102](https://github.com/spring-projects/spring-boot/issues/49102)
- Upgrade to jOOQ 3.19.30 [#&#8203;49103](https://github.com/spring-projects/spring-boot/issues/49103)
- Upgrade to JUnit Jupiter 6.0.3 [#&#8203;49233](https://github.com/spring-projects/spring-boot/issues/49233)
- Upgrade to Logback 1.5.29 [#&#8203;49169](https://github.com/spring-projects/spring-boot/issues/49169)
- Upgrade to Logback 1.5.32 [#&#8203;49245](https://github.com/spring-projects/spring-boot/issues/49245)
- Upgrade to Micrometer 1.16.3 [#&#8203;49111](https://github.com/spring-projects/spring-boot/issues/49111)
- Upgrade to Micrometer Tracing 1.6.3 [#&#8203;49112](https://github.com/spring-projects/spring-boot/issues/49112)
- Upgrade to MongoDB 5.6.3 [#&#8203;49105](https://github.com/spring-projects/spring-boot/issues/49105)
- Upgrade to MySQL 9.6.0 [#&#8203;49106](https://github.com/spring-projects/spring-boot/issues/49106)
- Upgrade to Netty 4.2.10.Final [#&#8203;49107](https://github.com/spring-projects/spring-boot/issues/49107)
- Upgrade to Postgresql 42.7.10 [#&#8203;49202](https://github.com/spring-projects/spring-boot/issues/49202)
- Upgrade to Reactor Bom 2025.0.3 [#&#8203;49087](https://github.com/spring-projects/spring-boot/issues/49087)
- Upgrade to Spring Data Bom 2025.1.3 [#&#8203;49088](https://github.com/spring-projects/spring-boot/issues/49088)
- Upgrade to Spring Framework 7.0.5 [#&#8203;49216](https://github.com/spring-projects/spring-boot/issues/49216)
- Upgrade to Spring Integration 7.0.3 [#&#8203;49217](https://github.com/spring-projects/spring-boot/issues/49217)
- Upgrade to Spring Kafka 4.0.3 [#&#8203;49090](https://github.com/spring-projects/spring-boot/issues/49090)
- Upgrade to Spring LDAP 4.0.2 [#&#8203;49091](https://github.com/spring-projects/spring-boot/issues/49091)
- Upgrade to Spring Pulsar 2.0.3 [#&#8203;49092](https://github.com/spring-projects/spring-boot/issues/49092)
- Upgrade to Spring Security 7.0.3 [#&#8203;49093](https://github.com/spring-projects/spring-boot/issues/49093)
- Upgrade to Spring Session 4.0.2 [#&#8203;49094](https://github.com/spring-projects/spring-boot/issues/49094)
- Upgrade to Tomcat 11.0.18 [#&#8203;49108](https://github.com/spring-projects/spring-boot/issues/49108)

#### ❤️ Contributors

Thank you to all the contributors who worked on this release:

[@&#8203;GaetanoCerciello](https://github.com/GaetanoCerciello), [@&#8203;dsyer](https://github.com/dsyer), [@&#8203;linkian209](https://github.com/linkian209), [@&#8203;nosan](https://github.com/nosan), [@&#8203;quaff](https://github.com/quaff), [@&#8203;scordio](https://github.com/scordio), and [@&#8203;srt](https://github.com/srt)

### [`v4.0.2`](https://github.com/spring-projects/spring-boot/releases/tag/v4.0.2)

[Compare Source](https://github.com/spring-projects/spring-boot/compare/v4.0.1...v4.0.2)

#### ⚠️ Noteworthy Changes

- The dependency on `org.eclipse.jetty.ee11:jetty-ee11-servlets` has been removed from `spring-boot-jetty` as it was unnecessary and unused. If your application code depends on a class from `jetty-ee11-servlets`, declare a dependency on it in your build configuration. [#&#8203;48677](https://github.com/spring-projects/spring-boot/issues/48677)

#### :lady\_beetle: Bug Fixes

- No TransactionAutoConfiguration with spring-boot-starter-kafka for Spring Boot 4 [#&#8203;48880](https://github.com/spring-projects/spring-boot/issues/48880)
- Evaluation of bean conditions unnecessarily queries the bean factory for types that are not present [#&#8203;48840](https://github.com/spring-projects/spring-boot/issues/48840)
- When a bean condition references a type that is not present, it appears as ? in the condition evaluation report [#&#8203;48838](https://github.com/spring-projects/spring-boot/issues/48838)
- SessionAutoConfiguration creates a DefaultCookieSerializer with a default SameSite of null instead of Lax [#&#8203;48830](https://github.com/spring-projects/spring-boot/issues/48830)
- Setting graphql schema location to "classpath\*:graphql/\*\*/" causes failure due to incorrectly packaged test resource [#&#8203;48829](https://github.com/spring-projects/spring-boot/pull/48829)
- Message interpolation by MVC and WebFlux's Validators does not work correctly in a native image [#&#8203;48828](https://github.com/spring-projects/spring-boot/issues/48828)
- CloudFoundry integration fails in Servlet-based web app without a dependency on spring-boot-starter-restclient [#&#8203;48826](https://github.com/spring-projects/spring-boot/issues/48826)
- RestTestClientAutoConfiguration and TestRestTemplateAutoConfiguration should be package-private [#&#8203;48820](https://github.com/spring-projects/spring-boot/issues/48820)
- SSL metrics are no longer auto-configured [#&#8203;48819](https://github.com/spring-projects/spring-boot/issues/48819)
- Actuator /info endpoint fails in Java 25 Native Image (VirtualThreadSchedulerMXBean support) [#&#8203;48812](https://github.com/spring-projects/spring-boot/issues/48812)
- DataSourceBuilder cannot create oracle.ucp.jdbc.PoolDataSourceImpl in a native image [#&#8203;48703](https://github.com/spring-projects/spring-boot/issues/48703)
- The spring-boot-cloudfoundry module should only have an optional dependency on spring-boot-security [#&#8203;48685](https://github.com/spring-projects/spring-boot/issues/48685)
- Application JAR created by extract command is not reproductible [#&#8203;48678](https://github.com/spring-projects/spring-boot/issues/48678)
- AOT processing of tests should not be disabled when 'skipTests' is set [#&#8203;48662](https://github.com/spring-projects/spring-boot/issues/48662)
- `@SpringBootTest`(webEnvironment = WebEnvironment.RANDOM\_PORT) is no longer applied to the management server [#&#8203;48653](https://github.com/spring-projects/spring-boot/issues/48653)
- Fix zero-length byte buffer in InspectedContent [#&#8203;48650](https://github.com/spring-projects/spring-boot/issues/48650)
- Can no longer override JacksonJsonHttpMessageConverter with ServerHttpMessageConvertersCustomizer [#&#8203;48635](https://github.com/spring-projects/spring-boot/issues/48635)
- HttpServiceClientProperties incorrectly uses the `@ConfigurationProperties` annotation on a LinkedHashMap class [#&#8203;48616](https://github.com/spring-projects/spring-boot/issues/48616)
- spring-boot-micrometer-tracing-opentelemetry fails if spring-boot-opentelemetry isn't there [#&#8203;48585](https://github.com/spring-projects/spring-boot/issues/48585)
- App fails to start with starter-webmvc and starter-zipkin [#&#8203;48581](https://github.com/spring-projects/spring-boot/issues/48581)
- Micrometer test modules should have an api dependency on micrometer-observation-test  [#&#8203;48386](https://github.com/spring-projects/spring-boot/issues/48386)

#### :notebook\_with\_decorative\_cover: Documentation

- Fix typo in REST client documentation [#&#8203;48907](https://github.com/spring-projects/spring-boot/pull/48907)
- Remove duplicate word [#&#8203;48874](https://github.com/spring-projects/spring-boot/pull/48874)
- Document support for configuring arguments passed to Docker Compose [#&#8203;48806](https://github.com/spring-projects/spring-boot/issues/48806)
- The documentation related to EnvironmentPostProcessor links to deprecated interface [#&#8203;48803](https://github.com/spring-projects/spring-boot/issues/48803)
- Update documentation for Buildpack's AOT Cache support [#&#8203;48769](https://github.com/spring-projects/spring-boot/issues/48769)
- Correct docs to use new location for error handling configuration properties [#&#8203;48767](https://github.com/spring-projects/spring-boot/pull/48767)
- Document spring-boot-starter-cloudfoundry on Cloud Foundry Support Page [#&#8203;48675](https://github.com/spring-projects/spring-boot/issues/48675)
- Clarify javadoc to make it clear that HazelcastConfigCustomizer beans are only applied if Hazelcast is configured via a config file [#&#8203;48659](https://github.com/spring-projects/spring-boot/issues/48659)
- Example using excludeDevtools property should document that optional dependencies should be enabled [#&#8203;48641](https://github.com/spring-projects/spring-boot/issues/48641)
- Fix grammar and typos in the reference guide [#&#8203;48601](https://github.com/spring-projects/spring-boot/issues/48601)
- Update Tracing section for Spring Boot 4's modularity [#&#8203;48576](https://github.com/spring-projects/spring-boot/issues/48576)

#### 🔨 Dependency Upgrades

- Upgrade to Classmate 1.7.3 [#&#8203;48783](https://github.com/spring-projects/spring-boot/issues/48783)
- Upgrade to Elasticsearch Client 9.2.3 [#&#8203;48721](https://github.com/spring-projects/spring-boot/issues/48721)
- Upgrade to Hibernate 7.2.1.Final [#&#8203;48857](https://github.com/spring-projects/spring-boot/issues/48857)
- Upgrade to HttpClient5 5.5.2 [#&#8203;48784](https://github.com/spring-projects/spring-boot/issues/48784)
- Upgrade to Jackson 2 Bom 2.20.2 [#&#8203;48910](https://github.com/spring-projects/spring-boot/issues/48910)
- Upgrade to Jackson Bom 3.0.4 [#&#8203;48931](https://github.com/spring-projects/spring-boot/issues/48931)
- Upgrade to JUnit Jupiter 6.0.2 [#&#8203;48785](https://github.com/spring-projects/spring-boot/issues/48785)
- Upgrade to Lettuce 6.8.2.RELEASE [#&#8203;48859](https://github.com/spring-projects/spring-boot/issues/48859)
- Upgrade to Logback 1.5.24 [#&#8203;48786](https://github.com/spring-projects/spring-boot/issues/48786)
- Upgrade to Logback 1.5.25 [#&#8203;48885](https://github.com/spring-projects/spring-boot/issues/48885)
- Upgrade to Micrometer 1.16.2 [#&#8203;48712](https://github.com/spring-projects/spring-boot/issues/48712)
- Upgrade to Micrometer Tracing 1.6.2 [#&#8203;48713](https://github.com/spring-projects/spring-boot/issues/48713)
- Upgrade to Native Build Tools Plugin 0.11.4 [#&#8203;48911](https://github.com/spring-projects/spring-boot/issues/48911)
- Upgrade to Pooled JMS 3.1.9 [#&#8203;48787](https://github.com/spring-projects/spring-boot/issues/48787)
- Upgrade to Postgresql 42.7.9 [#&#8203;48886](https://github.com/spring-projects/spring-boot/issues/48886)
- Upgrade to R2DBC MSSQL 1.0.4.RELEASE [#&#8203;48858](https://github.com/spring-projects/spring-boot/issues/48858)
- Upgrade to Reactor Bom 2025.0.2 [#&#8203;48714](https://github.com/spring-projects/spring-boot/issues/48714)
- Upgrade to Spring AMQP 4.0.2 [#&#8203;48832](https://github.com/spring-projects/spring-boot/issues/48832)
- Upgrade to Spring Batch 6.0.2 [#&#8203;48715](https://github.com/spring-projects/spring-boot/issues/48715)
- Upgrade to Spring Data Bom 2025.1.2 [#&#8203;48716](https://github.com/spring-projects/spring-boot/issues/48716)
- Upgrade to Spring Framework 7.0.3 [#&#8203;48717](https://github.com/spring-projects/spring-boot/issues/48717)
- Upgrade to Spring GraphQL 2.0.2 [#&#8203;48718](https://github.com/spring-projects/spring-boot/issues/48718)
- Upgrade to Spring HATEOAS 3.0.2 [#&#8203;48834](https://github.com/spring-projects/spring-boot/issues/48834)
- Upgrade to Spring Integration 7.0.2 [#&#8203;48833](https://github.com/spring-projects/spring-boot/issues/48833)
- Upgrade to Spring Kafka 4.0.2 [#&#8203;48719](https://github.com/spring-projects/spring-boot/issues/48719)
- Upgrade to Spring Pulsar 2.0.2 [#&#8203;48720](https://github.com/spring-projects/spring-boot/issues/48720)
- Upgrade to WebJars Locator Lite 1.1.3 [#&#8203;48788](https://github.com/spring-projects/spring-boot/issues/48788)
- Upgrade to XML Maven Plugin 1.2.1 [#&#8203;48887](https://github.com/spring-projects/spring-boot/issues/48887)

#### ❤️ Contributors

Thank you to all the contributors who worked on this release:

[@&#8203;GaoSSR](https://github.com/GaoSSR), [@&#8203;ShaunHaldane](https://github.com/ShaunHaldane), [@&#8203;Zuohuang-Cai](https://github.com/Zuohuang-Cai), [@&#8203;izeye](https://github.com/izeye), [@&#8203;mspiess](https://github.com/mspiess), [@&#8203;ngocnhan-tran1996](https://github.com/ngocnhan-tran1996), and [@&#8203;philipbolting](https://github.com/philipbolting)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42NC4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->

Co-authored-by: Christian Keller (EXT) <christian.keller_ext@50hertz.com>
Reviewed-on: #10
Co-authored-by: Renovate Bot <renovate@denktmit.tech>
Co-committed-by: Renovate Bot <renovate@denktmit.tech>
2026-03-12 07:44:14 +00:00
.forgejo/workflows fix(deps): update all dependencies (#7) 2025-12-29 08:32:20 +00:00
_bom fix(deps): update all dependencies (#10) 2026-03-12 07:44:14 +00:00
_parent fix(deps): update all dependencies (#10) 2026-03-12 07:44:14 +00:00
assertj fix(deps): update all dependencies (#10) 2026-03-12 07:44:14 +00:00
jackson fix(deps): update all dependencies (#10) 2026-03-12 07:44:14 +00:00
kotlin fix(deps): update all dependencies (#10) 2026-03-12 07:44:14 +00:00
spring fix(deps): update all dependencies (#10) 2026-03-12 07:44:14 +00:00
.editorconfig refactor: repository split 2024-06-07 15:00:02 +02:00
.gitignore feat: added filterNotNull for Maps 2024-06-26 21:08:13 +02:00
LICENSE.txt chore: Updated dependencies 2024-10-23 15:54:03 +02:00
pom.xml fix(deps): update all dependencies (#10) 2026-03-12 07:44:14 +00:00
README.md chore: Updated dependencies 2024-10-23 15:54:03 +02:00
renovate.json fix(deps): update all dependencies (#1) 2025-02-22 20:17:08 +00:00

LT :: Utils

A collection of utils for several frameworks. Modules are structured by thier dependencies

Use the BOM to ease the use of multiple utils.

AssertJ

softAssert { /* assertions */ }

Jackson

Opinionated defaults for JSON, YAML and polymorphic mappers

Kotlin

Spring