Skip to content

Commit

Permalink
Chore/dep upgrades (#96)
Browse files Browse the repository at this point in the history
* Update google-cloud-core, ... to 2.43.0

* Update logback-classic, logback-core to 1.5.8

---------

Co-authored-by: Scala Steward <[email protected]>
  • Loading branch information
davidsloan and scala-steward authored Sep 12, 2024
1 parent 9eabf9e commit 42fa2c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ object Dependencies {

val lombokVersion = "1.18.34"

val logbackVersion = "1.5.7"
val logbackVersion = "1.5.8"
val scalaLoggingVersion = "3.9.5"

val dnsJavaVersion = "3.6.1"
Expand All @@ -85,7 +85,7 @@ object Dependencies {
val azureCoreVersion = "1.51.0"
val msal4jVersion = "1.16.0"
val msal4jPersistenceExtensionVersion = "1.3.0"
val gcpCloudVersion = "2.42.0"
val gcpCloudVersion = "2.43.0"
val gcpCloudStorageVersion = "2.42.0"

val jacksonVersion = "2.17.2"
Expand Down

0 comments on commit 42fa2c8

Please sign in to comment.