Skip to content

Commit

Permalink
Merge pull request #143 from lensesio-dev/chore/dependency-upgrades
Browse files Browse the repository at this point in the history
Chore/dependency upgrades
  • Loading branch information
davidsloan authored Oct 16, 2024
2 parents d5658a4 + f74a463 commit c9ab845
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object Dependencies {
val scalatestPlusScalaCheckVersion = "3.1.0.0-RC2"
val scalaCheckVersion = "1.18.1"

val mockitoJunitJupiterVersion = "5.11.0"
val mockitoJunitJupiterVersion = "5.14.1"
val junitJupiterVersion = "5.11.2"
val assertjCoreVersion = "3.26.3"

Expand All @@ -53,7 +53,7 @@ object Dependencies {

val http4sVersion = "1.0.0-M32"
val http4sJdkVersion = "1.0.0-M1"
val avroVersion = "1.11.3"
val avroVersion = "1.11.4"
val avro4sVersion = "4.1.2"

val catsEffectVersion = "3.5.4"
Expand All @@ -69,7 +69,7 @@ object Dependencies {

val lombokVersion = "1.18.34"

val logbackVersion = "1.5.9"
val logbackVersion = "1.5.10"
val scalaLoggingVersion = "3.9.5"

val dnsJavaVersion = "3.6.2"
Expand All @@ -79,7 +79,7 @@ object Dependencies {
val jerseyCommonVersion = "3.1.9"

val calciteVersion = "1.34.0"
val awsSdkVersion = "2.28.17"
val awsSdkVersion = "2.28.21"

val azureDataLakeVersion = "12.21.0"
val azureIdentityVersion = "1.14.0"
Expand Down Expand Up @@ -138,7 +138,7 @@ object Dependencies {
val jedisVersion = "5.1.5"
val gsonVersion = "2.11.0"

val classGraphVersion = "4.8.174"
val classGraphVersion = "4.8.177"
val nimbusJoseJwtVersion = "9.40"
val hadoopVersion = "3.4.0"
val hadoopShadedProtobufVersion = "1.2.0"
Expand Down

0 comments on commit c9ab845

Please sign in to comment.