Skip to content

Commit

Permalink
Merge pull request #154 from lensesio-dev/chore/update-dependencies
Browse files Browse the repository at this point in the history
Chore/update dependencies
  • Loading branch information
andrewstevenson authored Oct 25, 2024
2 parents 54853fc + 7e76815 commit d78e5be
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ object Dependencies {
val scalaCheckVersion = "1.18.1"

val mockitoJunitJupiterVersion = "5.14.2"
val junitJupiterVersion = "5.11.2"
val junitJupiterVersion = "5.11.3"
val assertjCoreVersion = "3.26.3"

val cyclopsVersion = "10.4.1"
Expand Down Expand Up @@ -73,23 +73,23 @@ object Dependencies {
val scalaLoggingVersion = "3.9.5"

val dnsJavaVersion = "3.6.2"
val wiremockVersion = "3.9.1"
val wiremockVersion = "3.9.2"
val parquetVersion = "1.14.3"

val jerseyCommonVersion = "3.1.9"

val calciteVersion = "1.34.0"
val awsSdkVersion = "2.28.23"
val awsSdkVersion = "2.28.29"

val azureDataLakeVersion = "12.21.0"
val azureIdentityVersion = "1.14.0"
val azureCoreVersion = "1.53.0"
val msal4jVersion = "1.17.2"
val msal4jPersistenceExtensionVersion = "1.3.0"
val gcpCloudVersion = "2.45.0"
val gcpCloudStorageVersion = "2.43.2"
val gcpCloudVersion = "2.46.0"
val gcpCloudStorageVersion = "2.44.0"

val woodstoxVersion = "7.0.0"
val woodstoxVersion = "7.1.0"
val jacksonVersion = "2.18.0"
val json4sVersion = "4.0.7"
val mockitoScalaVersion = "1.17.37"
Expand Down Expand Up @@ -158,7 +158,7 @@ object Dependencies {

object Elastic7Versions extends ElasticVersions {
override val elastic4sVersion: String = "7.17.4"
override val elasticSearchVersion: String = "7.17.24"
override val elasticSearchVersion: String = "7.17.25"
override val jnaVersion: String = "5.15.0"
}

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.2
sbt.version=1.10.3
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
//addDependencyTreePlugin

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")

addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.20")

addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")

addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.6.1")
addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.7.0")

//addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.13.2")

Expand Down

0 comments on commit d78e5be

Please sign in to comment.