Skip to content

Commit

Permalink
update TCL, CRL, grpc-core; fix assembly (#1607)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb authored Dec 10, 2024
1 parent e7f39a6 commit fd80185
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ object Dependencies {
val workbenchNotificationsV = s"0.8-$workbenchLibV"
val workbenchOauth2V = s"0.8-$workbenchLibV"
val monocleVersion = "2.0.5"
val crlVersion = "1.2.30-SNAPSHOT"
val tclVersion = "1.1.12-SNAPSHOT"
val crlVersion = "1.2.33-SNAPSHOT"
val tclVersion = "1.1.24-SNAPSHOT"
val slf4jVersion = "2.0.6"

val excludeAkkaActor = ExclusionRule(organization = "com.typesafe.akka", name = "akka-actor_2.12")
Expand Down Expand Up @@ -68,7 +68,7 @@ object Dependencies {
val reactorNetty: ModuleID = "io.projectreactor.netty" % "reactor-netty" % "1.2.0"

val excludIoGrpc = ExclusionRule(organization = "io.grpc", name = "grpc-core")
val ioGrpc: ModuleID = "io.grpc" % "grpc-core" % "1.68.1"
val ioGrpc: ModuleID = "io.grpc" % "grpc-core" % "1.68.2"

val googleOAuth2: ModuleID = "com.google.auth" % "google-auth-library-oauth2-http" % "0.18.0" excludeAll excludIoGrpc
val googleStorage: ModuleID = "com.google.apis" % "google-api-services-storage" % "v1-rev20241008-2.0.0" excludeAll excludIoGrpc // force this version
Expand Down
1 change: 1 addition & 0 deletions project/Merging.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ object Merging {
case PathList("org", "bouncycastle", _ @_*) => MergeStrategy.first
case x if x.endsWith("/ModuleUtil.class") => MergeStrategy.first
case PathList("META-INF", "versions", "9", "module-info.class") => MergeStrategy.first
case PathList("META-INF", "versions", "11", "module-info.class") => MergeStrategy.first
case PathList("META-INF", "io.netty.versions.properties") => MergeStrategy.first
case PathList("META-INF", "kotlin-result.kotlin_module") => MergeStrategy.first
case PathList("META-INF", "kotlin-stdlib.kotlin_module") => MergeStrategy.first
Expand Down

0 comments on commit fd80185

Please sign in to comment.