Skip to content

Commit

Permalink
Update depends and add annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens-Co committed Jul 31, 2024
1 parent b7a8def commit 4f575e0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,20 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.3</version>
<version>2.17.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.13.3</version>
<version>2.17.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.1.0</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 4f575e0

Please sign in to comment.