File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,14 @@ modules had their own repositories.
2020
2121All modules are licensed under [ Apache License 2.0] ( http://www.apache.org/licenses/LICENSE-2.0.txt ) .
2222
23- ## Build Status
23+ ## Status
24+
25+ | Type | Status |
26+ | ---- | ------ |
27+ | Build (CI) | [ ![ Build (github)] ( https://github.com/FasterXML/jackson-datatypes-misc/actions/workflows/main.yml/badge.svg )] ( https://github.com/FasterXML/jackson-datatypes-misc/actions/workflows/main.yml ) |
28+ | Code coverage (2.18) | [ ![ codecov.io] ( https://codecov.io/github/FasterXML/jackson-datatypes-misc/coverage.svg?branch=2.18 )] ( https://codecov.io/github/FasterXML/jackson-datatypes-misc?branch=2.18 ) |
29+ | OpenSSF Score | [ ![ OpenSSF Scorecard] ( https://api.securityscorecards.dev/projects/github.com/FasterXML/jackson-datatypes-misc/badge )] ( https://securityscorecards.dev/viewer/?uri=github.com/FasterXML/jackson-datatypes-misc ) |
2430
25- [ ![ Build Status] ( https://travis-ci.org/FasterXML/jackson-datatypes-misc.svg )] ( https://travis-ci.org/FasterXML/jackson-datatypes-misc )
2631
2732## Usage
2833
@@ -35,7 +40,7 @@ To use module (version 2.x) on Maven-based projects, use dependency like
3540<dependency >
3641 <groupId >com.fasterxml.jackson.datatype</groupId >
3742 <artifactId >jackson-datatype-json-org</artifactId >
38- <version >2.13.0 </version >
43+ <version >2.18.3 </version >
3944</dependency >
4045```
4146
@@ -68,4 +73,4 @@ ObjectMapper mapper = JsonMapper.builder()
6873 .build();
6974```
7075
71- after which datatype read/write support is available for all normal Jackson operations,
76+ after which datatype read/write support is available for all normal Jackson operations.
You can’t perform that action at this time.
0 commit comments