We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 896e318 commit f7ff2f2Copy full SHA for f7ff2f2
1 file changed
pom.xml
@@ -164,7 +164,7 @@
164
<dependency>
165
<groupId>org.yaml</groupId>
166
<artifactId>snakeyaml</artifactId>
167
- <version>1.33</version>
+ <version>2.3</version>
168
</dependency>
169
170
<!-- API, java.xml.bind module -->
@@ -242,7 +242,6 @@
242
</consoleOutputReporter>
243
<statelessTestsetInfoReporter
244
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
245
-
246
<printStacktraceOnError>true</printStacktraceOnError>
247
<printStacktraceOnFailure>true</printStacktraceOnFailure>
248
<printStdoutOnError>true</printStdoutOnError>
0 commit comments