You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Versions we're overriding from the Spring Boot Bom (Dependabot does not issue PRs to bump these versions, so we need to manually bump them)
23
19
ext["mariadb.version"] ="2.7.12"// Bumping to v3 breaks some pipeline jobs (and compatibility with Amazon Aurora MySQL), so pinning to v2 for now. v2 (current version) is stable and will be supported until about September 2025 (https://mariadb.com/kb/en/about-mariadb-connector-j/).
24
20
ext["flyway.version"] ="7.15.0"// the next major (v8)'s community edition drops support with MySQL 5.7, which UAA still needs to support. Can bump to v8 once we solve this issue.
25
-
ext["snakeyaml.version"] ="2.4"// manual update, see because of missing in spring boot https://github.com/spring-projects/spring-boot/issues/32221
26
-
ext["jackson-bom.version"] ="${versions.jacksonVersion}"// Bumping to latest version because of compatiblity to snakeyaml 2.0
27
21
ext["hsqldb.version"] ="2.7.4"// HSQL-DB used for tests but not supported for productive usage
28
22
ext["selenium.version"] ="${versions.seleniumVersion}"// Selenium for integration tests only
29
-
ext["spring-framework.version"] ="${versions.springFrameworkVersion}"// Maintain spring until upgrade to spring boot 3.x, https://github.com/cloudfoundry/uaa/issues/2115
30
-
ext["spring-security.version"] ="${versions.springSecurityVersion}"// Maintain spring until upgrade to spring boot 3.x, https://github.com/cloudfoundry/uaa/issues/2115
31
23
ext["tomcat.version"] ="${versions.tomcatCargoVersion}"// Maintain tomcat until upgrade to spring boot 3.x, https://github.com/cloudfoundry/uaa/issues/2115
0 commit comments