Skip to content

Commit

Permalink
Merge pull request #170 from bugsnag/tom/bump-jackson-2.9.x-dep
Browse files Browse the repository at this point in the history
[PLAT-7255] bump jackson dep from 2.9.1 to latest stable
  • Loading branch information
tomlongridge authored Oct 11, 2021
2 parents 81abe4c + c1a92cd commit 52720c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## TBD

* Bump Jackson from 2.9.1 for critical vulnerability fixes
[#170](https://github.com/bugsnag/bugsnag-java/pull/170)

## 3.6.2 (2020-11-10)

* Fix JVM hang when System.exit or bugsnag.close is not called
Expand Down
2 changes: 1 addition & 1 deletion bugsnag/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
compile "com.fasterxml.jackson.core:jackson-databind:2.9.1"
compile "com.fasterxml.jackson.core:jackson-databind:2.12.5"
compile "org.slf4j:slf4j-api:1.7.25"
compileOnly "javax.servlet:javax.servlet-api:${servletApiVersion}"
compileOnly("ch.qos.logback:logback-classic:${logbackVersion}") {
Expand Down

0 comments on commit 52720c0

Please sign in to comment.