Skip to content

Commit

Permalink
Merge pull request #118 from jacomago/update-depends
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
jacomago authored Dec 12, 2023
2 parents 9b7751d + 3e5c789 commit b88a307
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,22 +105,22 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.3</version>
<version>2.16.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.12.3</version>
<version>2.14.2</version>
</dependency>
<dependency>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
<version>2.0.1</version>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
<version>32.1.3-jre</version>
</dependency>
<dependency>
<groupId>com.google.collections</groupId>
Expand Down Expand Up @@ -156,7 +156,7 @@
<groupId>org.epics</groupId>
<artifactId>epics-core</artifactId>
<type>pom</type>
<version>7.0.2</version>
<version>7.0.8</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit b88a307

Please sign in to comment.