We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6746d4 commit e7bf1abCopy full SHA for e7bf1ab
1 file changed
pom.xml
@@ -38,7 +38,12 @@
38
</dependencyManagement>
39
40
<dependencies>
41
-
+ <dependency>
42
+ <groupId>org.yaml</groupId>
43
+ <artifactId>snakeyaml</artifactId>
44
+ <version>2.0</version>
45
+ <optional>true</optional>
46
+ </dependency>
47
<dependency>
48
<groupId>org.slf4j</groupId>
49
<artifactId>slf4j-api</artifactId>
@@ -189,7 +194,7 @@
189
194
<artifactId>maven-compiler-plugin</artifactId>
190
195
<version>3.14.1</version>
191
196
<configuration>
192
- <release>21</release>
197
+ <release>25</release>
193
198
</configuration>
199
</plugin>
200
</plugins>
0 commit comments