We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa77c79 commit 9a4bc8aCopy full SHA for 9a4bc8a
sdk/core/supported-version-matrix.json
@@ -2,8 +2,8 @@
2
"displayNames": {
3
"2.10.5": "jackson2_10",
4
"2.11.4": "jackson2_11",
5
- "2.12.4": "jackson2_12",
6
- "2.13.0-rc1": "jackson2_13_rc"
+ "2.12.5": "jackson2_12",
+ "2.13.0": "jackson2_13"
7
},
8
"matrix": {
9
"Agent": {
@@ -15,8 +15,8 @@
15
"AZURE_CORE_TEST_SUPPORTED_JACKSON_VERSION": [
16
"2.10.5",
17
"2.11.4",
18
- "2.12.4",
19
- "2.13.0-rc1"
+ "2.12.5",
+ "2.13.0"
20
],
21
"TestFromSource": true
22
}
0 commit comments