Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update jackson version and add java 11
  • Loading branch information
muzahidul-opti committed Feb 27, 2025
commit c645c1d58130d2db114f8928a6e3a55fd0d114c1
2 changes: 1 addition & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: false
matrix:
jdk: [8, 9]
jdk: [8, 9, 11]
optimizely_default_parser: [GSON_CONFIG_PARSER, JACKSON_CONFIG_PARSER, JSON_CONFIG_PARSER, JSON_SIMPLE_CONFIG_PARSER]
steps:
- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gsonVersion = 2.10.1
guavaVersion = 22.0
hamcrestVersion = 1.3
# NOTE: jackson 2.14+ uses Java8 stream apis not supported in android
jacksonVersion = 2.14.2
jacksonVersion = 2.15.2
jsonVersion = 20190722
jsonSimpleVersion = 1.1.1
logbackVersion = 1.2.3
Expand Down
Loading