mirror of
https://github.com/apple/pkl.git
synced 2026-05-24 23:59:16 +02:00
Bump org.snakeyaml:snakeyaml-engine from 2.10 to 3.0.1 (#1538)
Bumps [org.snakeyaml:snakeyaml-engine](https://bitbucket.org/snakeyaml/snakeyaml-engine) from 2.10 to 3.0.1. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml-engine/branches/compare/snakeyaml-engine-3.0.1..snakeyaml-engine-2.10) --- updated-dependencies: - dependency-name: org.snakeyaml:snakeyaml-engine dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dan Chao <dan.chao@apple.com>
This commit is contained in:
@@ -61,7 +61,7 @@ nuValidator = "26.4.2"
|
|||||||
paguro = "3.10.3"
|
paguro = "3.10.3"
|
||||||
shadowPlugin = "9.4.1"
|
shadowPlugin = "9.4.1"
|
||||||
slf4j = "2.0.17"
|
slf4j = "2.0.17"
|
||||||
snakeYaml = "2.10"
|
snakeYaml = "3.0.1"
|
||||||
spotlessPlugin = "8.4.0"
|
spotlessPlugin = "8.4.0"
|
||||||
wiremock = "3.13.2"
|
wiremock = "3.13.2"
|
||||||
|
|
||||||
|
|||||||
@@ -134,6 +134,7 @@ public final class ParserNodes {
|
|||||||
var settings =
|
var settings =
|
||||||
LoadSettings.builder()
|
LoadSettings.builder()
|
||||||
.setMaxAliasesForCollections(getMaxCollectionAliases(self))
|
.setMaxAliasesForCollections(getMaxCollectionAliases(self))
|
||||||
|
.setAllowNonScalarKeys(true)
|
||||||
.setSchema(
|
.setSchema(
|
||||||
new Schema() {
|
new Schema() {
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user