Skip to content

Commit

Permalink
Merge branch 'develop' into core-40-spend
Browse files Browse the repository at this point in the history
  • Loading branch information
calypsomatic authored Nov 21, 2024
2 parents 8f52a84 + d982f1f commit b5fa11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ object Dependencies {
val antlrParser: ModuleID = "org.antlr" % "antlr4-runtime" % "4.13.2"
// protobuf is only need to use the MySQL X DevAPI which we don't. exclude it to avoid interference with Google client libraries
val mysqlConnector: ModuleID = "com.mysql" % "mysql-connector-j" % "9.1.0" exclude("com.google.protobuf", "protobuf-java")
val liquibaseCore: ModuleID = "org.liquibase" % "liquibase-core" % "4.29.2"
val liquibaseCore: ModuleID = "org.liquibase" % "liquibase-core" % "4.30.0"
val jakartaWsRs: ModuleID = "jakarta.ws.rs" % "jakarta.ws.rs-api" % "4.0.0"
val jerseyJnhConnector: ModuleID = "org.glassfish.jersey.connectors" % "jersey-jnh-connector" % "3.1.9"

Expand Down

0 comments on commit b5fa11f

Please sign in to comment.