From bfe0815cf43cc76dc03788f4e6b26cda1244e5e9 Mon Sep 17 00:00:00 2001 From: Hongchol Sinn Date: Tue, 14 Nov 2023 17:09:01 -0800 Subject: [PATCH] bump: Dependencies that we override from spring-boot bom - To latest patch versions - As they are not auto-bumped [#186037475] --- dependencies.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index 605df6b05a5..50ccb70856b 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -19,9 +19,9 @@ versions.seleniumVersion = "4.13.0" // Versions we're overriding from the Spring Boot Bom ext["flyway.version"] = "7.15.0" // flyway 8+ drops support for mysql 5.7 -ext["mariadb.version"] = "2.7.7" // 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/). -ext["snakeyaml.version"] = "2.0" // Needed to resolve CVEs in internal spring-boot 2.7.12 inclusion of snakeyaml -ext["jackson-bom.version"] = "2.14.2" // Bumping to latest version because of compatiblity to snakeyaml 2.0 +ext["mariadb.version"] = "2.7.11" // 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/). +ext["snakeyaml.version"] = "2.2" // Needed to resolve CVEs in internal spring-boot 2.7.12 inclusion of snakeyaml +ext["jackson-bom.version"] = "2.15.3" // Bumping to latest version because of compatiblity to snakeyaml 2.0 ext["selenium.version"] = "${versions.seleniumVersion}" ext {