Skip to content

Commit

Permalink
bumping up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
psenin-sanofi committed Dec 27, 2021
1 parent d2c511f commit f4d259c
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,35 @@
</properties>

<dependencies>
<dependency>
<groupId>net.seninp</groupId>
<artifactId>jmotif-sax</artifactId>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.9.7</version>
<version>2.10.13</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.23</version>
<version>1.7.32</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.32</version>
</dependency>
<dependency>
<groupId>net.seninp</groupId>
<artifactId>jmotif-sax</artifactId>
<version>1.1.4</version>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
</dependency>
<dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
<version>1.58</version>
<version>1.78</version>
</dependency>
<dependency>
<groupId>com.apporiented</groupId>
Expand Down

0 comments on commit f4d259c

Please sign in to comment.