diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..3cf273cb --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @broadinstitute/dsp-core-services diff --git a/build.sbt b/build.sbt index 716eaba2..dd90b628 100644 --- a/build.sbt +++ b/build.sbt @@ -46,13 +46,13 @@ libraryDependencies ++= Seq( "commons-io" % "commons-io" % "2.11.0", "commons-codec" % "commons-codec" % "1.15", "mysql" % "mysql-connector-java" % "8.0.28", - "org.liquibase" % "liquibase-core" % "4.7.1", - "org.hsqldb" % "hsqldb" % "2.6.1", + "org.liquibase" % "liquibase-core" % "4.30.0", + "org.hsqldb" % "hsqldb" % "2.7.4", "com.sendgrid" % "sendgrid-java" % "2.2.2", "ch.qos.logback" % "logback-classic" % "1.5.12", "org.broadinstitute.dsde.workbench" %% "sam-client" % "0.1-4cde1ff", "com.azure" % "azure-identity" % "1.12.2", - "com.azure" % "azure-core-management" % "1.15.0", + "com.azure" % "azure-core-management" % "1.15.5", //---------- Test libraries -------------------// "org.broadinstitute.dsde.workbench" %% "workbench-google" % workbenchGoogleV % Test classifier "tests", "com.typesafe.akka" %% "akka-testkit" % akkaV % Test,