Release Notes / Version 11.2301
Table Of ContentsUpdated Spring Boot, Spring Security and their transitive dependencies to the latest baseline versions.
Spring Boot:
Update to version 2.7.7 - see:
Consolidated version properties to unify updates of Spring Boot dependencies and Spring Boot Maven Plugin:
replaced
spring-boot-maven-plugin.version
withspring-boot.version
replaced
spring.boot.version
withspring-boot.version
Removed obsolete dependency and plugin management
Enable new info actuator contributors
Updated auto configurations - see release note Updated auto configurations for more details
Spring Security:
Update to version 5.8.1 - see:
Renamed version properties to
spring-security.version
Replaced deprecated
WebSecurityConfigurerAdapter
- see release notes Replaced deprecated WebSecurityConfigurerAdapter ( Studio Server ) and Replaced deprecated WebSecurityConfigurerAdapter ( CAE ) for more detailsReplaced further deprecated API calls - see release note Replaced invocations of deprecated and breaking Spring Security code for more details
Further Spring dependencies:
Spring Framework to 5.3.25 - see Spring Framework Releases
Renamed version properties to
spring-framework.version
Spring Data BOM 2021.2.7 - see Spring Data BOM Releases
Spring for GraphQL 1.0.3 - see Spring for GraphQL Releases
Transitive dependencies:
Apache HTTP Client 4.5.14 - see HttpClient 4.5 Release Notes
Apache HTTP Core 4.4.16 - see HttpCore 4.4 Release Notes
AspectJ 1.9.19 - see AspectJ Releases
AssertJ 3.24.2 - see Release Notes AssertJ Core 3.24.2
Byte Buddy 1.12.22 - see Byte Buddy Releases
FasterXML Jackson 2.14.1 - see Jackson Releases
FreeMarker 2.3.32 - see FreeMarker Version history
Gson 2.10.1 - see Gson Change Log
Hibernate 5.6.14.Final - see Hibernate ORM 5.6 Releases
Hibernate Validator 6.2.5.Final - see Hibernate Validator 6.2 Releases
JAXB Runtime 2.3.7 - see Jakarta XML Binding 2.3.x Release Notes
JBoss Logging 3.4.3.Final - see JBoss Logging Releases
Janino 3.1.9 - see Janino Change Log
Jetty 9.4.50.v20221201 - see Eclipse Jetty Release
Jolokia 1.7.2 - see Jolokia Releases
JUnit Jupiter 5.9.2 JUnit 5 Release Notes
Liquibase 4.19.0 - see Liquibase Release Notes
Log4J 2.19.0 - see Apache Log4j 2 Release Changelog
MariaDB Driver 3.1.0 - see List of MariaDB Connector/J Releases
Micrometer 1.10.3 - see Micrometer Releases
Mockito 4.11.0 - see Mockito Releases
MongoDB Driver 4.8.2 - see MongoDB Java Driver Releases
MySQL Connector 8.0.32 - MySQL Connector/J 8.0 Release Notes
PostgreSQL Connector 42.5.0 - see PostgreSQL JDBC Driver Changelogs
Reactive Streams API 1.0.4 - see
XMLUnit 2.9.0 - see XMLUnit Release Notes
Further changes:
Removed obsolete dependency management for JSONassert
Removed dependency management for Embedded MongoDB and Embedded Process from thirdparty BOMs
(CMS-21715)