Skip to content

Commit f3b9542

Browse files
authoredApr 18, 2025
Update jsoncons to 1.3.2 and nlohmann-json to 3.12.0
1 parent efaaeba commit f3b9542

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎.github/actions/install/danielaparker-jsoncons/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
version:
55
description: The desired jsoncons version to install
66
required: false
7-
default: "1.3.0"
7+
default: "1.3.2"
88
runs:
99
using: composite
1010
steps:

‎.github/actions/install/nlohmann-json/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
version:
55
description: The desired nlohmann-json version to install
66
required: false
7-
default: "3.11.2"
7+
default: "3.12.0"
88
runs:
99
using: composite
1010
steps:

‎.github/workflows/traits.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
strategy:
1414
matrix:
1515
target:
16-
- { name: "danielaparker-jsoncons", tag: "1.3.0", version: "v1.3.0" }
16+
- { name: "danielaparker-jsoncons", tag: "1.3.2", version: "v1.3.2" }
1717
- { name: "boost-json", tag: "1.78.0", version: "v1.80.0" }
18-
- { name: "nlohmann-json", tag: "3.11.2", version: "v3.11.2" }
18+
- { name: "nlohmann-json", tag: "3.12.0", version: "v3.12.0" }
1919
- { name: "kazuho-picojson", tag: "111c9be5188f7350c2eac9ddaedd8cca3d7bf394", version: "111c9be" }
2020
- { name: "open-source-parsers-jsoncpp", tag: "1.9.5", version: "v1.9.5" }
2121
steps:

0 commit comments

Comments
 (0)