Skip to content

Commit

Permalink
Merge pull request #38 from stevenbedrick/updating-dependencies
Browse files Browse the repository at this point in the history
Updating UIMA, mapdb, and jackson-dataformat-yaml to latest versions
  • Loading branch information
willjrogers authored Jan 16, 2024
2 parents 4a24d65 + ef0a09d commit 3eac19c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.8.7</version>
<version>2.16.1</version>
</dependency>
<!-- https://metamap.nlm.nih.gov/maven2 -->
<dependency>
Expand Down Expand Up @@ -192,7 +192,7 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-core</artifactId>
<version>3.3.1</version>
<version>3.5.0</version>
</dependency>

<!-- 2019.0: https://mvnrepository.com/artifact/gov.nih.nlm.nls.lvg/lvgdist -->
Expand Down Expand Up @@ -222,7 +222,7 @@
<dependency>
<groupId>org.mapdb</groupId>
<artifactId>mapdb</artifactId>
<version>3.0.7</version>
<version>3.1.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 3eac19c

Please sign in to comment.