Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mwullink committed Jul 23, 2021
1 parent 3fe0428 commit b9ed698
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 @@ -12,7 +12,7 @@

<groupId>nl.sidnlabs</groupId>
<artifactId>entrada</artifactId>
<version>2.3.1</version>
<version>2.4.0</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Convert en enrich DNS data to Parquet format</description>
<url>https://github.com/SIDN/entrada</url>
Expand Down Expand Up @@ -47,13 +47,13 @@
<dependency>
<groupId>nl.sidnlabs</groupId>
<artifactId>dnslib</artifactId>
<version>0.2.12-SNAPSHOT</version>
<version>0.2.12</version>
</dependency>

<dependency>
<groupId>nl.sidnlabs</groupId>
<artifactId>pcap-lib</artifactId>
<version>0.2.17-SNAPSHOT</version>
<version>0.2.17</version>
</dependency>

<dependency>
Expand Down

0 comments on commit b9ed698

Please sign in to comment.