File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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,
Original file line number Diff line number Diff line change 2121 * Project-specific settings. Unfortunately we cannot put the name in there!
2222 */
2323group = " com.github.java-json-tools" ;
24- version = " 1.10-SNAPSHOT " ;
24+ version = " 1.10" ;
2525sourceCompatibility = JavaVersion . VERSION_1_6 ;
2626targetCompatibility = JavaVersion . VERSION_1_6 ; // defaults to sourceCompatibility
2727
You can’t perform that action at this time.
0 commit comments