Skip to content

Commit

Permalink
Bump snakeyaml and jackson-databind to latest versions (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrad authored May 16, 2024
1 parent 5e8da41 commit 426cc38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dart-lang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.0</version>
<version>2.2</version>
</dependency>
<dependency>
<groupId>com.vdurmont</groupId>
Expand All @@ -34,8 +34,8 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.4.2</version>
<version>2.16.0</version>
</dependency>
</dependencies>

</project>
</project>

0 comments on commit 426cc38

Please sign in to comment.