Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump transitive jnr-posix to 3.1.8 #419

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading