Skip to content

Commit 86f3e7f

Browse files
authored
Merge pull request #1521 from OpenAF/t8
T8
2 parents 8e1efd5 + e467130 commit 86f3e7f

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

lib/commons-cli-1.10.0.jar

-106 KB
Binary file not shown.

lib/commons-cli-1.11.0.jar

108 KB
Binary file not shown.
33.2 KB
Binary file not shown.

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
130130
<dependency>
131131
<groupId>commons-cli</groupId>
132132
<artifactId>commons-cli</artifactId>
133-
<version>1.10.0</version>
133+
<version>1.11.0</version>
134134
</dependency>
135135
<dependency>
136136
<groupId>commons-codec</groupId>
@@ -250,12 +250,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
250250
<dependency>
251251
<groupId>org.eclipse.jetty.compression</groupId>
252252
<artifactId>jetty-compression-common</artifactId>
253-
<version>12.1.3</version>
253+
<version>12.1.4</version>
254254
</dependency>
255255
<dependency>
256256
<groupId>org.eclipse.jetty.websocket</groupId>
257257
<artifactId>jetty-websocket-jetty-common</artifactId>
258-
<version>12.1.3</version>
258+
<version>12.1.4</version>
259259
</dependency>
260260
<dependency>
261261
<groupId>org.eclipse.jetty.websocket</groupId>

0 commit comments

Comments
 (0)