diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 77dd06fdf1..f0830e8ec4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -233,7 +233,7 @@ bom { ] } } - library("Flyway", "8.4.1") { + library("Flyway", "8.4.2") { group("org.flywaydb") { modules = [ "flyway-core", @@ -337,7 +337,7 @@ bom { ] } } - library("Hibernate", "5.6.3.Final") { + library("Hibernate", "5.6.4.Final") { group("org.hibernate") { modules = [ "hibernate-c3p0", @@ -811,7 +811,7 @@ bom { ] } } - library("MariaDB", "2.7.4") { + library("MariaDB", "2.7.5") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"