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

[PLAT-7255] bump jackson dep from 2.9.1 to latest stable #170

Merged
merged 1 commit into from
Oct 11, 2021
Merged
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
fix: bump jackson dep from 2.9.1 to latest stable
tomlongridge committed Oct 6, 2021
commit c1a92cdb26f156ee04b30c5200208fe8c744edbc
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
2 changes: 1 addition & 1 deletion bugsnag/build.gradle
Original file line number Diff line number Diff line change
@@ -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}") {