Skip to content

Commit 723343d

Browse files
committed
Update snakeyaml to 2.0
1 parent ed0bd04 commit 723343d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ dependencies {
292292
implementation "com.github.docker-java:docker-java-transport-httpclient5:${dockerJavaVersion}"
293293

294294
implementation 'org.springframework.boot:spring-boot-starter'
295+
implementation 'org.yaml:snakeyaml:2.0'
295296
implementation group: 'org.freemarker', name: 'freemarker', version: '2.3.31'
296297

297298
testImplementation 'org.springframework.boot:spring-boot-starter-test'

0 commit comments

Comments
 (0)