File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
spring-boot-project/spring-boot-dependencies Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -226,17 +226,19 @@ bom {
226
226
]
227
227
}
228
228
}
229
- library(" Embedded Mongo" , " 3.2.5 " ) {
229
+ library(" Embedded Mongo" , " 3.2.8 " ) {
230
230
group(" de.flapdoodle.embed" ) {
231
231
modules = [
232
232
" de.flapdoodle.embed.mongo"
233
233
]
234
234
}
235
235
}
236
- library(" Flyway" , " 8.3.0 " ) {
236
+ library(" Flyway" , " 8.4.1 " ) {
237
237
group(" org.flywaydb" ) {
238
238
modules = [
239
239
" flyway-core" ,
240
+ " flyway-firebird" ,
241
+ " flyway-mysql" ,
240
242
" flyway-sqlserver"
241
243
]
242
244
plugins = [
@@ -776,7 +778,7 @@ bom {
776
778
]
777
779
}
778
780
}
779
- library(" Liquibase" , " 4.6.2 " ) {
781
+ library(" Liquibase" , " 4.7.0 " ) {
780
782
group(" org.liquibase" ) {
781
783
modules = [
782
784
" liquibase-core"
@@ -988,7 +990,7 @@ bom {
988
990
]
989
991
}
990
992
}
991
- library(" MySQL" , " 8.0.27 " ) {
993
+ library(" MySQL" , " 8.0.28 " ) {
992
994
group(" mysql" ) {
993
995
modules = [
994
996
" mysql-connector-java" {
You can’t perform that action at this time.
0 commit comments