Skip to content

Commit

Permalink
Merge pull request #37 from McCue-Software-Solutions/bump-jdk
Browse files Browse the repository at this point in the history
Bump Jackson
  • Loading branch information
bowbahdoe authored Oct 14, 2023
2 parents 0e36e63 + 53bae1f commit 8b05bde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compiler/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.2</version>
<version>2.15.3</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.15.2</version>
<version>2.15.3</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.15.2</version>
<version>2.15.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 8b05bde

Please sign in to comment.