Skip to content

Commit

Permalink
chore(dependencies): use version 1.29 of org.yaml:snakeyaml to stay u…
Browse files Browse the repository at this point in the history
…p to date (spinnaker#60)

Don't use anything newer (current latest is 1.33) due to
spring-projects/spring-boot#32228 (comment).

Note also that Salesforce clouddriver fails to start with 1.33 since clouddriver-local.yml
is bigger than the default 3MB limit that 1.32 introduces.  See
https://bitbucket.org/snakeyaml/snakeyaml/pull-requests/22.

@W-12038518
  • Loading branch information
dbyron-sf authored and GitHub Enterprise committed Nov 14, 2022
1 parent 23d5852 commit 8f0d773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinnaker-dependencies/spinnaker-dependencies.gradle
Expand Up @@ -151,7 +151,7 @@ dependencies {
api("org.objenesis:objenesis:2.5.1")
api("org.pf4j:pf4j:3.2.0")
api("org.pf4j:pf4j-update:2.3.0")
api("org.yaml:snakeyaml:1.33") // TODO: remove when spring boot brings in at least 1.33
api("org.yaml:snakeyaml:1.29") // safe to upgrade beyond 1.29 with spring boot >= 2.6.12. See https://github.com/spring-projects/spring-boot/issues/32228#issue-1361858500.
api("org.springdoc:springdoc-openapi-webmvc-core:${versions.openapi}")
api("org.springdoc:springdoc-openapi-kotlin:${versions.openapi}")
api("org.springframework.boot:spring-boot-configuration-processor:${versions.springBoot}")
Expand Down

0 comments on commit 8f0d773

Please sign in to comment.