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 db6b083
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ lazy val core = project
Dependencies.Libraries.specs2,
Dependencies.Libraries.specs2CE,
Dependencies.Libraries.ceTestkit,
Dependencies.Libraries.jnrPosix,

//Integration tests
Dependencies.Libraries.IntegrationTests.testcontainers,
Expand Down
4 changes: 3 additions & 1 deletion 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,7 +63,8 @@ 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
val jackson = "com.fasterxml.jackson.core" % "jackson-databind" % V.jackson
Expand Down

0 comments on commit db6b083

Please sign in to comment.