Skip to content

Commit

Permalink
Bump transitive jnr-posix to 3.1.8
Browse files Browse the repository at this point in the history
Minimum Java 8 seems to be the only major change between `series/3.0.x`
and `series/3.1.x`.
  • Loading branch information
peel committed Apr 2, 2024
1 parent 0d59cf9 commit 48f0f9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ object Dependencies {
val thrift = "0.15.0" // force this version to mitigate security vulnerabilities
val tracker = "2.0.0"
val dataDog4s = "0.32.0"
val jnrPosix = "3.1.8" // force this version to mitigate security vulnerabilities
val azureIdentity = "1.11.0"
}

Expand All @@ -62,6 +63,7 @@ object Dependencies {
val trackerCore = "com.snowplowanalytics" %% "snowplow-scala-tracker-core" % V.tracker
val datadogHttp4s = "com.avast.cloud" %% "datadog4s-http4s" % V.dataDog4s
val datadogStatsd = "com.avast.cloud" %% "datadog4s-statsd" % V.dataDog4s
val jnrPosix = "com.github.jnr" % "jnr-posix" % V.jnrPosix

//sinks
val fs2PubSub = "com.permutive" %% "fs2-google-pubsub-grpc" % V.fs2PubSub
Expand Down

0 comments on commit 48f0f9b

Please sign in to comment.