Skip to content

Commit 232ec14

Browse files
committed
Updated dependencies
1 parent c669af3 commit 232ec14

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,27 +49,27 @@
4949
<dependency>
5050
<groupId>org.apache.logging.log4j</groupId>
5151
<artifactId>log4j-slf4j-impl</artifactId>
52-
<version>2.9.1</version>
52+
<version>2.10.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.apache.logging.log4j</groupId>
5656
<artifactId>log4j-api</artifactId>
57-
<version>2.9.1</version>
57+
<version>2.10.0</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.apache.logging.log4j</groupId>
6161
<artifactId>log4j-core</artifactId>
62-
<version>2.9.1</version>
62+
<version>2.10.0</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>commons-codec</groupId>
6666
<artifactId>commons-codec</artifactId>
67-
<version>1.10</version>
67+
<version>1.11</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>org.apache.commons</groupId>
7171
<artifactId>commons-dbcp2</artifactId>
72-
<version>2.1.1</version>
72+
<version>2.2.0</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>commons-configuration</groupId>
@@ -79,14 +79,14 @@
7979
<dependency>
8080
<groupId>com.google.zxing</groupId>
8181
<artifactId>core</artifactId>
82-
<version>3.3.0</version>
82+
<version>3.3.1</version>
8383
</dependency>
8484

8585
<!-- provided dependencies-->
8686
<dependency>
8787
<groupId>org.eclipse.jetty</groupId>
8888
<artifactId>jetty-jaas</artifactId>
89-
<version>9.4.7.v20170914</version>
89+
<version>9.4.8.v20171121</version>
9090
<scope>provided</scope>
9191
</dependency>
9292
<dependency>
@@ -133,7 +133,7 @@
133133
<plugin>
134134
<groupId>org.eclipse.jetty</groupId>
135135
<artifactId>jetty-maven-plugin</artifactId>
136-
<version>9.4.7.v20170914</version>
136+
<version>9.4.8.v20171121</version>
137137
<configuration>
138138
<jettyXml>${basedir}/src/test/resources/jetty.xml,${basedir}/src/test/resources/jetty-ssl.xml,${basedir}/src/test/resources/jetty-https.xml</jettyXml>
139139
<scanIntervalSeconds>-1</scanIntervalSeconds>

0 commit comments

Comments
 (0)