Skip to content

Commit 3f8d2e9

Browse files
committed
Update dependencies with security issues
1 parent 6e878d0 commit 3f8d2e9

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

cdt-java-client/THIRD-PARTY.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Lists of 37 third-party dependencies.
33
(ASF 2.0) Code Generation Library (cglib:cglib-nodep:2.2.2 - http://cglib.sourceforge.net/)
44
(Eclipse Public License v1.0) (GNU Lesser General Public License) Logback Classic Module (ch.qos.logback:logback-classic:1.2.3 - http://logback.qos.ch/logback-classic)
55
(Eclipse Public License v1.0) (GNU Lesser General Public License) Logback Core Module (ch.qos.logback:logback-core:1.2.3 - http://logback.qos.ch/logback-core)
6-
(The Apache Software License, Version 2.0) Jackson-annotations (com.fasterxml.jackson.core:jackson-annotations:2.9.9 - http://github.com/FasterXML/jackson)
7-
(The Apache Software License, Version 2.0) Jackson-core (com.fasterxml.jackson.core:jackson-core:2.9.9 - https://github.com/FasterXML/jackson-core)
8-
(The Apache Software License, Version 2.0) jackson-databind (com.fasterxml.jackson.core:jackson-databind:2.9.9 - http://github.com/FasterXML/jackson)
6+
(The Apache Software License, Version 2.0) Jackson-annotations (com.fasterxml.jackson.core:jackson-annotations:2.9.10 - http://github.com/FasterXML/jackson)
7+
(The Apache Software License, Version 2.0) Jackson-core (com.fasterxml.jackson.core:jackson-core:2.9.10 - https://github.com/FasterXML/jackson-core)
8+
(The Apache Software License, Version 2.0) jackson-databind (com.fasterxml.jackson.core:jackson-databind:2.9.10 - http://github.com/FasterXML/jackson)
99
(The Apache Software License, Version 2.0) MockWebServer (com.squareup.okhttp:mockwebserver:2.7.5 - https://github.com/square/okhttp/mockwebserver)
1010
(The Apache Software License, Version 2.0) OkHttp (com.squareup.okhttp:okhttp:2.7.5 - https://github.com/square/okhttp/okhttp)
1111
(The Apache Software License, Version 2.0) OkHttp Web Sockets (com.squareup.okhttp:okhttp-ws:2.7.5 - https://github.com/square/okhttp/okhttp-ws)

cdt-java-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<maven.compiler.source>1.8</maven.compiler.source>
4848
<maven.compiler.target>1.8</maven.compiler.target>
4949

50-
<jackson.version>2.9.9</jackson.version>
50+
<jackson.version>2.9.10</jackson.version>
5151
<websocket.api.version>1.1</websocket.api.version>
5252
<tyrus.version>1.13.1</tyrus.version>
5353
<javassist.version>3.24.1-GA</javassist.version>

cdt-java-protocol-builder/THIRD-PARTY.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Lists of 74 third-party dependencies.
55
(Eclipse Public License v1.0) (GNU Lesser General Public License) Logback Classic Module (ch.qos.logback:logback-classic:1.2.3 - http://logback.qos.ch/logback-classic)
66
(Eclipse Public License v1.0) (GNU Lesser General Public License) Logback Core Module (ch.qos.logback:logback-core:1.2.3 - http://logback.qos.ch/logback-core)
77
(The Apache Software License, Version 2.0) classworlds (classworlds:classworlds:1.1-alpha-2 - http://classworlds.codehaus.org/)
8-
(The Apache Software License, Version 2.0) Jackson-annotations (com.fasterxml.jackson.core:jackson-annotations:2.9.9 - http://github.com/FasterXML/jackson)
9-
(The Apache Software License, Version 2.0) Jackson-core (com.fasterxml.jackson.core:jackson-core:2.9.9 - https://github.com/FasterXML/jackson-core)
10-
(The Apache Software License, Version 2.0) jackson-databind (com.fasterxml.jackson.core:jackson-databind:2.9.9 - http://github.com/FasterXML/jackson)
8+
(The Apache Software License, Version 2.0) Jackson-annotations (com.fasterxml.jackson.core:jackson-annotations:2.9.10 - http://github.com/FasterXML/jackson)
9+
(The Apache Software License, Version 2.0) Jackson-core (com.fasterxml.jackson.core:jackson-core:2.9.10 - https://github.com/FasterXML/jackson-core)
10+
(The Apache Software License, Version 2.0) jackson-databind (com.fasterxml.jackson.core:jackson-databind:2.9.10 - http://github.com/FasterXML/jackson)
1111
(GNU Lesser General Public License) (The Apache Software License, Version 2.0) javaparser-core (com.github.javaparser:javaparser-core:3.5.11 - https://github.com/javaparser/javaparser-core)
1212
(The Apache Software License, Version 2.0) cdt-protocol-parser (com.github.kklisura.cdt:cdt-protocol-parser:1.0-SNAPSHOT - https://github.com/kklisura/chrome-devtools-java-client)
1313
(The Apache Software License, Version 2.0) FindBugs-jsr305 (com.google.code.findbugs:jsr305:1.3.9 - http://findbugs.sourceforge.net/)

cdt-java-protocol-builder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<maven.compiler.target>1.8</maven.compiler.target>
3232

3333
<java.parser.core.version>3.5.11</java.parser.core.version>
34-
<jackson.version>2.9.9</jackson.version>
34+
<jackson.version>2.9.10</jackson.version>
3535
<apache.collections.version>4.1</apache.collections.version>
3636
<apache.lang3.version>3.7</apache.lang3.version>
3737
<lombok.version>1.16.18</lombok.version>

cdt-protocol-parser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<lombok.version>1.16.18</lombok.version>
3535
<java.parser.core.version>3.5.11</java.parser.core.version>
36-
<jackson.version>2.9.9</jackson.version>
36+
<jackson.version>2.9.10</jackson.version>
3737
<junit.version>4.12</junit.version>
3838
<jsonassert.version>1.5.0</jsonassert.version>
3939
</properties>

0 commit comments

Comments
 (0)