Skip to content

Commit

Permalink
Bump reactor-netty-http to 1.0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
spenes committed Jan 8, 2024
1 parent ff41b11 commit 515a247
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 @@ -27,6 +27,7 @@ object Dependencies {
val jaxb = "2.3.1"
val awsSdk2 = "2.20.135"
val netty = "4.1.100.Final" // Version override
val reactor = "1.0.39" // Version override

// Snowplow
val streams = "0.2.0"
Expand All @@ -53,6 +54,7 @@ object Dependencies {
val jaxb = "javax.xml.bind" % "jaxb-api" % V.jaxb
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 streamsCore = "com.snowplowanalytics" %% "streams-core" % V.streams
val kinesis = "com.snowplowanalytics" %% "kinesis" % V.streams
Expand Down Expand Up @@ -89,7 +91,8 @@ object Dependencies {
slf4j % Runtime,
jaxb % Runtime,
azureIdentity,
nettyCodecHttp
nettyCodecHttp,
reactorNetty
)

val pubsubDependencies = Seq(
Expand Down

0 comments on commit 515a247

Please sign in to comment.