Skip to content

Commit

Permalink
Upgrade to SnakeYAML 1.30
Browse files Browse the repository at this point in the history
Closes gh-29240
  • Loading branch information
snicoll committed Jan 3, 2022
1 parent b76691a commit ec0dd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-boot-project/spring-boot-dependencies/build.gradle
Expand Up @@ -1602,7 +1602,7 @@ bom {
]
}
}
library("SnakeYAML", "1.29") {
library("SnakeYAML", "1.30") {
group("org.yaml") {
modules = [
"snakeyaml"
Expand Down

3 comments on commit ec0dd5b

@suryend4u
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Execution failed for task ':e2e-test-commons:compileGroovy'.

Could not resolve all files for configuration ':e2e-test-commons:compileClasspath'.
Could not find snakeyaml-1.30-android.jar (org.yaml:snakeyaml:1.30).
Searched in the following locations:
https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.30/snakeyaml-1.30-android.jar

     ------------ How to get rid of the android jar?

@suryend4u
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was present till 1.29

@wilkinsona
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please ask questions on Gitter or Stack Overflow.

Please sign in to comment.