Skip to content

Commit 1f73bff

Browse files
committed
Merge branch '2.7.x'
2 parents 7579785 + e26e74f commit 1f73bff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ bom {
233233
]
234234
}
235235
}
236-
library("Flyway", "8.4.1") {
236+
library("Flyway", "8.4.2") {
237237
group("org.flywaydb") {
238238
modules = [
239239
"flyway-core",
@@ -337,7 +337,7 @@ bom {
337337
]
338338
}
339339
}
340-
library("Hibernate", "5.6.3.Final") {
340+
library("Hibernate", "5.6.4.Final") {
341341
group("org.hibernate") {
342342
modules = [
343343
"hibernate-c3p0",
@@ -811,7 +811,7 @@ bom {
811811
]
812812
}
813813
}
814-
library("MariaDB", "2.7.4") {
814+
library("MariaDB", "2.7.5") {
815815
group("org.mariadb.jdbc") {
816816
modules = [
817817
"mariadb-java-client"

0 commit comments

Comments
 (0)