Skip to content

Commit f7ff2f2

Browse files
author
Pedro González Marcos
committed
build: update snakeyaml dep
1 parent 896e318 commit f7ff2f2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
<dependency>
165165
<groupId>org.yaml</groupId>
166166
<artifactId>snakeyaml</artifactId>
167-
<version>1.33</version>
167+
<version>2.3</version>
168168
</dependency>
169169

170170
<!-- API, java.xml.bind module -->
@@ -242,7 +242,6 @@
242242
</consoleOutputReporter>
243243
<statelessTestsetInfoReporter
244244
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
245-
246245
<printStacktraceOnError>true</printStacktraceOnError>
247246
<printStacktraceOnFailure>true</printStacktraceOnFailure>
248247
<printStdoutOnError>true</printStdoutOnError>

0 commit comments

Comments
 (0)