Merge branch '2.7.x'

This commit is contained in:
Stephane Nicoll 2022-01-20 16:41:40 +01:00
commit 1f73bff95b
1 changed files with 3 additions and 3 deletions

View File

@ -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"