Skip to content

Commit

Permalink
Bump snappy-java to 1.1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
spenes committed Jan 8, 2024
1 parent 515a247 commit ba0e3d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ object Dependencies {
val awsSdk2 = "2.20.135"
val netty = "4.1.100.Final" // Version override
val reactor = "1.0.39" // Version override
val snappy = "1.1.10.4" // Version override

// Snowplow
val streams = "0.2.0"
Expand Down Expand Up @@ -55,6 +56,7 @@ object Dependencies {
val stsSdk2 = "software.amazon.awssdk" % "sts" % V.awsSdk2
val nettyCodecHttp = "io.netty" % "netty-codec-http2" % V.netty
val reactorNetty = "io.projectreactor.netty" % "reactor-netty-http" % V.reactor
val snappyJava = "org.xerial.snappy" % "snappy-java" % V.snappy

val streamsCore = "com.snowplowanalytics" %% "streams-core" % V.streams
val kinesis = "com.snowplowanalytics" %% "kinesis" % V.streams
Expand Down Expand Up @@ -92,7 +94,8 @@ object Dependencies {
jaxb % Runtime,
azureIdentity,
nettyCodecHttp,
reactorNetty
reactorNetty,
snappyJava
)

val pubsubDependencies = Seq(
Expand Down

0 comments on commit ba0e3d6

Please sign in to comment.