File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 2020 env :
2121 JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2222 steps :
23- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424 - name : Set up JDK
25- uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
25+ uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
2626 with :
2727 distribution : ' temurin'
2828 java-version : ${{ matrix.java_version }}
Original file line number Diff line number Diff line change @@ -7,12 +7,16 @@ For more on concept of BOMs, see:
77* [ Using Maven’s Bill of Materials (BOM)] ( https://reflectoring.io/maven-bom/ )
88
99But the basic idea is that instead of specifying version explicitly for every Jackson
10- component, as part of dependency definition, one can use a BOM to get a full, complete
11- set of consistent versions to use.
10+ component, as part of the dependency definition, one can use a BOM to get a full, complete
11+ set of compatible versions to use by specifying a single version number .
1212
1313## Status
1414
15- [ ![ Tidelift] ( https://tidelift.com/badges/package/maven/com.fasterxml.jackson:jackson-bom )] ( https://tidelift.com/subscription/pkg/maven-com-fasterxml-jackson-jackson-bom?utm_source=maven-com-fasterxml-jackson-jackson-bom&utm_medium=referral&utm_campaign=readme )
15+ | Type | Status |
16+ | ---- | ------ |
17+ | Build (CI) | [ ![ Build (github)] ( https://github.com/FasterXML/jackson-bom/actions/workflows/main.yml/badge.svg )] ( https://github.com/FasterXML/jackson-bom/actions/workflows/main.yml ) |
18+ | Artifact | [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.fasterxml.jackson/jackson-bom/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.fasterxml.jackson/jackson-bom ) |
19+ | OSS Sponsorship | [ ![ Tidelift] ( https://tidelift.com/badges/package/maven/com.fasterxml.jackson:jackson-bom )] ( https://tidelift.com/subscription/pkg/maven-com-fasterxml-jackson-jackson-bom?utm_source=maven-com-fasterxml-jackson-jackson-bom&utm_medium=referral&utm_campaign=readme ) |
1620
1721## Usage
1822
You can’t perform that action at this time.
0 commit comments