File tree Expand file tree Collapse file tree
src/main/java/com/bugsnag Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.6.3 (2021-10-12)
4+
5+ * Bump Jackson from 2.9.1 for critical vulnerability fixes
6+ [ #170 ] ( https://github.com/bugsnag/bugsnag-java/pull/170 )
7+
38## 3.6.2 (2020-11-10)
49
510* Fix JVM hang when System.exit or bugsnag.close is not called
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repositories {
1010}
1111
1212dependencies {
13- compile " com.fasterxml.jackson.core:jackson-databind:2.9.1 "
13+ compile " com.fasterxml.jackson.core:jackson-databind:2.12.5 "
1414 compile " org.slf4j:slf4j-api:1.7.25"
1515 compileOnly " javax.servlet:javax.servlet-api:${ servletApiVersion} "
1616 compileOnly(" ch.qos.logback:logback-classic:${ logbackVersion} " ) {
Original file line number Diff line number Diff line change 55class Notifier {
66
77 private static final String NOTIFIER_NAME = "Bugsnag Java" ;
8- private static final String NOTIFIER_VERSION = "3.6.2 " ;
8+ private static final String NOTIFIER_VERSION = "3.6.3 " ;
99 private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java" ;
1010
1111 private String notifierName = NOTIFIER_NAME ;
Original file line number Diff line number Diff line change 1- version =3.6.2
1+ version =3.6.3
22group =com.bugsnag
33
44# Default properties
You can’t perform that action at this time.
0 commit comments