$ the-wire · showcase
Spring Data tracks SLF4J, Kotlin, Jackson, Hibernate upgrades
By RepoJournal · Filed · About Spring
Spring Data's build and data modules rolled out a coordinated set of dependency upgrades across SLF4J, Kotlin, Jackson, Project Reactor, H2, and Hibernate.
Spring Data's build pipeline moved forward in lockstep. SLF4J climbs to 2.0.19 [1], Kotlin to 2.4.20 [2], and Jackson 3 to 3.1.6 [3], while the build now targets Project Reactor 2026.0.0-SNAPSHOT [4]. These are routine maintenance bumps, but they signal the compatibility baseline for the upcoming Spring Data release train. If you're building against the unreleased Spring Data snapshots, expect these versions in the next milestone.
The data modules follow with database and ORM updates. Both spring-data-relational and spring-data-jpa move to H2 2.5.250 [5][7], and spring-data-rest plus spring-data-jpa adopt Hibernate 7.4.7.Final [6][8]. The Hibernate bump is the one to watch if you're tracking a Spring Data JPA upgrade path: Hibernate 7.x is the major that changes how mapping and persistence behave compared to 6.x. These are all consistent with the configuration-driven approach Mark Paluch continues, one commit at a time.
Action items
- → If you consume Spring Data snapshots, confirm your project's dependency management accepts SLF4J 2.0.19, Kotlin 2.4.20, and Jackson 3 3.1.6. spring-projects/spring-data-build [plan]
- → Before adopting Hibernate 7.4.7.Final, review your Hibernate mapping configuration for compatibility with Hibernate 7.x. spring-projects/spring-data-jpa [plan]
- → Track the H2 2.5.250 upgrade in spring-data-jpa and spring-data-relational for any SQL dialect changes in your test suite. spring-projects/spring-data-relational [monitor]
References
- [1] Upgrade to SLF4J 2.0.19. ↗ spring-projects/spring-data-build
- [2] Upgrade to Kotlin 2.4.20. ↗ spring-projects/spring-data-build
- [3] Upgrade to Jackson 3 3.1.6. ↗ spring-projects/spring-data-build
- [4] Build against Project Reactor 2026.0.0-SNAPSHOT. ↗ spring-projects/spring-data-build
- [5] Upgrade to H2 Database 2.5.250. ↗ spring-projects/spring-data-relational
- [6] Upgrade to Hibernate 7.4.7.Final. ↗ spring-projects/spring-data-rest
- [7] Upgrade to H2 Database 2.5.250. ↗ spring-projects/spring-data-jpa
- [8] Upgrade to Hibernate 7.4.7.Final. ↗ spring-projects/spring-data-jpa