Skip to content

Commit

Permalink
#61 update deps for snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Feb 4, 2022
1 parent d6a9337 commit b9d223c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jargon-mdquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.3.1</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.1</version>
<version>2.3.0</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit b9d223c

Please sign in to comment.