Skip to content

Commit 2e152d3

Browse files
committed
Update spi snakeyml to 1.32
Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
1 parent 47b747a commit 2e152d3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ configurations.all {
9696
force 'org.apache.httpcomponents.client5:httpclient5-osgi:5.0.3'
9797
force "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"
9898
force 'org.yaml:snakeyaml:1.32'
99-
>>>>>>> fe8bf44 (Update jackson to 2.13.4 (#557))
10099
force 'org.codehaus.plexus:plexus-utils:3.0.24'
101100
}
102101
}

spi/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ configurations.all {
4949
resolutionStrategy {
5050
force "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
5151
force "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}"
52+
force 'org.yaml:snakeyaml:1.32'
5253
}
5354
}
5455

0 commit comments

Comments
 (0)