Skip to content

Commit d433f18

Browse files
committed
Merge branch '2.7.x'
2 parents 7de3b6e + 4166429 commit d433f18

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,17 +226,19 @@ bom {
226226
]
227227
}
228228
}
229-
library("Embedded Mongo", "3.2.5") {
229+
library("Embedded Mongo", "3.2.8") {
230230
group("de.flapdoodle.embed") {
231231
modules = [
232232
"de.flapdoodle.embed.mongo"
233233
]
234234
}
235235
}
236-
library("Flyway", "8.3.0") {
236+
library("Flyway", "8.4.1") {
237237
group("org.flywaydb") {
238238
modules = [
239239
"flyway-core",
240+
"flyway-firebird",
241+
"flyway-mysql",
240242
"flyway-sqlserver"
241243
]
242244
plugins = [
@@ -776,7 +778,7 @@ bom {
776778
]
777779
}
778780
}
779-
library("Liquibase", "4.6.2") {
781+
library("Liquibase", "4.7.0") {
780782
group("org.liquibase") {
781783
modules = [
782784
"liquibase-core"
@@ -988,7 +990,7 @@ bom {
988990
]
989991
}
990992
}
991-
library("MySQL", "8.0.27") {
993+
library("MySQL", "8.0.28") {
992994
group("mysql") {
993995
modules = [
994996
"mysql-connector-java" {

0 commit comments

Comments
 (0)