|
49 | 49 | <dependency>
|
50 | 50 | <groupId>org.apache.logging.log4j</groupId>
|
51 | 51 | <artifactId>log4j-slf4j-impl</artifactId>
|
52 |
| - <version>2.9.1</version> |
| 52 | + <version>2.10.0</version> |
53 | 53 | </dependency>
|
54 | 54 | <dependency>
|
55 | 55 | <groupId>org.apache.logging.log4j</groupId>
|
56 | 56 | <artifactId>log4j-api</artifactId>
|
57 |
| - <version>2.9.1</version> |
| 57 | + <version>2.10.0</version> |
58 | 58 | </dependency>
|
59 | 59 | <dependency>
|
60 | 60 | <groupId>org.apache.logging.log4j</groupId>
|
61 | 61 | <artifactId>log4j-core</artifactId>
|
62 |
| - <version>2.9.1</version> |
| 62 | + <version>2.10.0</version> |
63 | 63 | </dependency>
|
64 | 64 | <dependency>
|
65 | 65 | <groupId>commons-codec</groupId>
|
66 | 66 | <artifactId>commons-codec</artifactId>
|
67 |
| - <version>1.10</version> |
| 67 | + <version>1.11</version> |
68 | 68 | </dependency>
|
69 | 69 | <dependency>
|
70 | 70 | <groupId>org.apache.commons</groupId>
|
71 | 71 | <artifactId>commons-dbcp2</artifactId>
|
72 |
| - <version>2.1.1</version> |
| 72 | + <version>2.2.0</version> |
73 | 73 | </dependency>
|
74 | 74 | <dependency>
|
75 | 75 | <groupId>commons-configuration</groupId>
|
|
79 | 79 | <dependency>
|
80 | 80 | <groupId>com.google.zxing</groupId>
|
81 | 81 | <artifactId>core</artifactId>
|
82 |
| - <version>3.3.0</version> |
| 82 | + <version>3.3.1</version> |
83 | 83 | </dependency>
|
84 | 84 |
|
85 | 85 | <!-- provided dependencies-->
|
86 | 86 | <dependency>
|
87 | 87 | <groupId>org.eclipse.jetty</groupId>
|
88 | 88 | <artifactId>jetty-jaas</artifactId>
|
89 |
| - <version>9.4.7.v20170914</version> |
| 89 | + <version>9.4.8.v20171121</version> |
90 | 90 | <scope>provided</scope>
|
91 | 91 | </dependency>
|
92 | 92 | <dependency>
|
|
133 | 133 | <plugin>
|
134 | 134 | <groupId>org.eclipse.jetty</groupId>
|
135 | 135 | <artifactId>jetty-maven-plugin</artifactId>
|
136 |
| - <version>9.4.7.v20170914</version> |
| 136 | + <version>9.4.8.v20171121</version> |
137 | 137 | <configuration>
|
138 | 138 | <jettyXml>${basedir}/src/test/resources/jetty.xml,${basedir}/src/test/resources/jetty-ssl.xml,${basedir}/src/test/resources/jetty-https.xml</jettyXml>
|
139 | 139 | <scanIntervalSeconds>-1</scanIntervalSeconds>
|
|
0 commit comments