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

Release/3.8.3 #829

Closed
wants to merge 3 commits into from
Closed
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
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.8.3 (2023-11-14)
------------------
Bump netty to 4.1.100.Final (#829)
Bump sbt-snowplow-release to 0.3.1 (#829)

3.8.2 (2023-09-07)
------------------
Update default schema versions for the Sendgrid adapter to 3-0-0 (#797)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ limitations under the License.
[coveralls]: https://coveralls.io/github/snowplow/enrich?branch=master
[coveralls-image]: https://coveralls.io/repos/github/snowplow/enrich/badge.svg?branch=master

[release-image]: https://img.shields.io/badge/release-3.8.2-blue.svg?style=flat
[release-image]: https://img.shields.io/badge/release-3.8.3-blue.svg?style=flat
[releases]: https://github.com/snowplow/enrich/releases
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ object Dependencies {
val log4j = "2.20.0"
val thrift = "0.15.0" // override transitive dependency to mitigate security vulnerabilities
val sprayJson = "1.3.6" // override transitive dependency to mitigate security vulnerabilities
val netty = "4.1.87.Final" // override transitive dependency to mitigate security vulnerabilities
val netty = "4.1.100.Final" // override transitive dependency to mitigate security vulnerabilities
val protobuf = "3.21.9" // override transitive dependency to mitigate security vulnerabilities

val refererParser = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.17")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.2")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
addSbtPlugin("com.snowplowanalytics" % "sbt-snowplow-release" % "0.2.1")
addSbtPlugin("com.snowplowanalytics" % "sbt-snowplow-release" % "0.3.1")
Loading