We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52720c0 commit 2c02486Copy full SHA for 2c02486
3 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## TBD
+## 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)
bugsnag/src/main/java/com/bugsnag/Notifier.java
@@ -5,7 +5,7 @@
class Notifier {
7
private static final String NOTIFIER_NAME = "Bugsnag Java";
8
- private static final String NOTIFIER_VERSION = "3.6.2";
+ private static final String NOTIFIER_VERSION = "3.6.3";
9
private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java";
10
11
private String notifierName = NOTIFIER_NAME;
gradle.properties
@@ -1,4 +1,4 @@
-version=3.6.2
+version=3.6.3
group=com.bugsnag
# Default properties
0 commit comments