Skip to content

Commit

Permalink
for #144 version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbiam committed Jul 8, 2022
1 parent 32f293c commit 3593e09
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>net.sourceforge.myvd</groupId>
<artifactId>myvd-server</artifactId>
<version>1.0.14</version>
<version>1.0.16</version>
<packaging>jar</packaging>

<name>server</name>
Expand Down Expand Up @@ -152,13 +152,13 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.17.2</version>
<version>2.18.0</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.17.2</version>
<version>2.18.0</version>
<exclusions>
<exclusion>
<artifactId>junit</artifactId>
Expand All @@ -170,7 +170,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.2</version>
<version>2.18.0</version>
<exclusions>
<exclusion>
<artifactId>junit</artifactId>
Expand All @@ -182,7 +182,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
<version>2.17.2</version>
<version>2.18.0</version>
<exclusions>
<exclusion>
<artifactId>junit</artifactId>
Expand All @@ -208,7 +208,7 @@
<dependency>
<groupId>commons-daemon</groupId>
<artifactId>commons-daemon</artifactId>
<version>1.2.4</version>
<version>1.3.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -245,12 +245,12 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.10.13</version>
<version>2.10.14</version>
</dependency>
<dependency>
<groupId>dnsjava</groupId>
<artifactId>dnsjava</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
</dependency>


Expand Down

0 comments on commit 3593e09

Please sign in to comment.