Skip to content

Commit e4d3963

Browse files
committed
1.10
1 parent e64986b commit e4d3963

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

RELEASE-NOTES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 1.10
2+
3+
* Update Guava to 25.1-jre for
4+
[CVE-2018-10237](https://nvd.nist.gov/vuln/detail/CVE-2018-10237).
5+
* Update Jackson Databind to 2.9.9 for
6+
[CVE-2017-7525](https://nvd.nist.gov/vuln/detail/CVE-2017-7525).
7+
8+
## 1.9
9+
10+
* First time publishing under com.github.java-json-tools.
11+
* Fixes to allow downstream code to support Guava 21 without class/method
12+
name conflicts.
13+
114
## 1.8
215

316
* Really fix resource loading; first attempt to use the old system for loading,

project.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Project-specific settings. Unfortunately we cannot put the name in there!
2222
*/
2323
group = "com.github.java-json-tools";
24-
version = "1.10-SNAPSHOT";
24+
version = "1.10";
2525
sourceCompatibility = JavaVersion.VERSION_1_6;
2626
targetCompatibility = JavaVersion.VERSION_1_6; // defaults to sourceCompatibility
2727

0 commit comments

Comments
 (0)