Skip to content

Commit 426cc38

Browse files
authored
Bump snakeyaml and jackson-databind to latest versions (#201)
1 parent 5e8da41 commit 426cc38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dart-lang/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.yaml</groupId>
2020
<artifactId>snakeyaml</artifactId>
21-
<version>2.0</version>
21+
<version>2.2</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>com.vdurmont</groupId>
@@ -34,8 +34,8 @@
3434
<dependency>
3535
<groupId>com.fasterxml.jackson.core</groupId>
3636
<artifactId>jackson-databind</artifactId>
37-
<version>2.13.4.2</version>
37+
<version>2.16.0</version>
3838
</dependency>
3939
</dependencies>
4040

41-
</project>
41+
</project>

0 commit comments

Comments
 (0)