Skip to content

Commit c645c1d

Browse files
Update jackson version and add java 11
1 parent 86b4b58 commit c645c1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/java.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
fail-fast: false
5151
matrix:
52-
jdk: [8, 9]
52+
jdk: [8, 9, 11]
5353
optimizely_default_parser: [GSON_CONFIG_PARSER, JACKSON_CONFIG_PARSER, JSON_CONFIG_PARSER, JSON_SIMPLE_CONFIG_PARSER]
5454
steps:
5555
- name: checkout

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gsonVersion = 2.10.1
1414
guavaVersion = 22.0
1515
hamcrestVersion = 1.3
1616
# NOTE: jackson 2.14+ uses Java8 stream apis not supported in android
17-
jacksonVersion = 2.14.2
17+
jacksonVersion = 2.15.2
1818
jsonVersion = 20190722
1919
jsonSimpleVersion = 1.1.1
2020
logbackVersion = 1.2.3

0 commit comments

Comments
 (0)