File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ object Dependencies {
8181 val antlrParser : ModuleID = " org.antlr" % " antlr4-runtime" % " 4.13.2"
8282 // protobuf is only need to use the MySQL X DevAPI which we don't. exclude it to avoid interference with Google client libraries
8383 val mysqlConnector : ModuleID = " com.mysql" % " mysql-connector-j" % " 9.4.0" exclude(" com.google.protobuf" , " protobuf-java" )
84- val liquibaseCore : ModuleID = " org.liquibase" % " liquibase-core" % " 4.33.0 "
84+ val liquibaseCore : ModuleID = " org.liquibase" % " liquibase-core" % " 5.0.1 "
8585 val jakartaWsRs : ModuleID = " jakarta.ws.rs" % " jakarta.ws.rs-api" % " 4.0.0"
8686 val jerseyJnhConnector : ModuleID = " org.glassfish.jersey.connectors" % " jersey-jnh-connector" % " 3.1.11"
8787 val janino : ModuleID = " org.codehaus.janino" % " janino" % " 3.1.12" // For if-else logic in logging config
You can’t perform that action at this time.
0 commit comments