Skip to content

Commit

Permalink
Issue #323: Enforce jackson-dataformat-cbor to aligned version (#326)
Browse files Browse the repository at this point in the history
* Issue #323: Enforce jackson-dataformat-cbor to aligned version

* Issue #323: Enforce jackson-dataformat-yaml
  • Loading branch information
ALRubinger authored Jun 27, 2024
1 parent 489ca78 commit d9a3c15
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,16 @@
<artifactId>jackson-databind</artifactId>
<version>${version.com.fasterxml.jackson}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-cbor</artifactId>
<version>${version.com.fasterxml.jackson}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>${version.com.fasterxml.jackson}</version>
</dependency>
<!-- Addresss https://github.com/TBD54566975/web5-kt/issues/243 -->
<dependency>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit d9a3c15

Please sign in to comment.