Skip to content

Commit 13fbc27

Browse files
committed
Update junit version
1 parent 3e7cf34 commit 13fbc27

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

cdt-java-client/THIRD-PARTY.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Lists of 37 third-party dependencies.
1212
(The Apache Software License, Version 2.0) Okio (com.squareup.okio:okio:1.6.0 - https://github.com/square/okio/okio)
1313
(The Apache Software License, Version 2.0) JSON library from Android SDK (com.vaadin.external.google:android-json:0.0.20131108.vaadin1 - http://developer.android.com/sdk)
1414
(Dual license consisting of the CDDL v1.1 and GPL v2) WebSocket server API (javax.websocket:javax.websocket-api:1.1 - http://websocket-spec.java.net)
15-
(Eclipse Public License v1.0) JUnit (junit:junit:4.12 - http://junit.org)
15+
(Eclipse Public License v1.0) JUnit (junit:junit:4.13.1 - http://junit.org)
1616
(Bouncy Castle Licence) Bouncy Castle Provider (org.bouncycastle:bcprov-jdk15on:1.50 - http://www.bouncycastle.org/java.html)
1717
(The Apache Software License, Version 2.0) EasyMock (org.easymock:easymock:3.4 - http://easymock.org/easymock)
1818
(Dual license consisting of the CDDL v1.1 and GPL v2) grizzly-framework (org.glassfish.grizzly:grizzly-framework:2.3.25 - http://grizzly.java.net/grizzly-framework)

cdt-java-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<slf4j.version>1.7.25</slf4j.version>
4646

4747
<logback.version>1.2.3</logback.version>
48-
<junit.version>4.12</junit.version>
48+
<junit.version>4.13.1</junit.version>
4949
<jacoco.version>0.8.0</jacoco.version>
5050
<easy.mock.version>3.4</easy.mock.version>
5151
<powermock.version>1.6.6</powermock.version>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Lists of 74 third-party dependencies.
2525
(The Apache Software License, Version 2.0) Commons Lang (commons-lang:commons-lang:2.4 - http://commons.apache.org/lang/)
2626
(The Apache Software License, Version 2.0) Logging (commons-logging:commons-logging:1.0.4 - http://jakarta.apache.org/commons/logging/)
2727
(The Apache Software License, Version 2.0) Validator (commons-validator:commons-validator:1.2.0 - http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/)
28-
(Eclipse Public License v1.0) JUnit (junit:junit:4.12 - http://junit.org)
28+
(Eclipse Public License v1.0) JUnit (junit:junit:4.13.1 - http://junit.org)
2929
(The Apache Software License, Version 2.0) Apache Commons Collections (org.apache.commons:commons-collections4:4.1 - http://commons.apache.org/proper/commons-collections/)
3030
(The Apache Software License, Version 2.0) Apache Commons Lang (org.apache.commons:commons-lang3:3.7 - http://commons.apache.org/proper/commons-lang/)
3131
(The Apache Software License, Version 2.0) Maven Artifact (org.apache.maven:maven-artifact:2.2.1 - http://maven.apache.org/maven-artifact)

cdt-java-protocol-builder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<args4j.version>2.33</args4j.version>
3131
<google.java.format.version>1.5</google.java.format.version>
3232

33-
<junit.version>4.12</junit.version>
33+
<junit.version>4.13.1</junit.version>
3434
<jacoco.version>0.8.0</jacoco.version>
3535
<easy.mock.version>3.4</easy.mock.version>
3636
<jsonassert.version>1.5.0</jsonassert.version>

cdt-protocol-parser/THIRD-PARTY.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Lists of 8 third-party dependencies.
44
(The Apache Software License, Version 2.0) Jackson-core (com.fasterxml.jackson.core:jackson-core:2.11.3 - https://github.com/FasterXML/jackson-core)
55
(The Apache Software License, Version 2.0) jackson-databind (com.fasterxml.jackson.core:jackson-databind:2.11.3 - http://github.com/FasterXML/jackson)
66
(The Apache Software License, Version 2.0) JSON library from Android SDK (com.vaadin.external.google:android-json:0.0.20131108.vaadin1 - http://developer.android.com/sdk)
7-
(Eclipse Public License v1.0) JUnit (junit:junit:4.12 - http://junit.org)
7+
(Eclipse Public License v1.0) JUnit (junit:junit:4.13.1 - http://junit.org)
88
(BSD 3-Clause License) Hamcrest Core (org.hamcrest:hamcrest-core:1.3 - https://github.com/hamcrest/JavaHamcrest/hamcrest-core)
99
(The MIT License) Project Lombok (org.projectlombok:lombok:1.18.2 - https://projectlombok.org)
1010
(The Apache Software License, Version 2.0) JSONassert (org.skyscreamer:jsonassert:1.5.0 - https://github.com/skyscreamer/JSONassert)

cdt-protocol-parser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<lombok.version>1.18.2</lombok.version>
2626
<java.parser.core.version>3.5.11</java.parser.core.version>
2727
<jackson.version>2.11.3</jackson.version>
28-
<junit.version>4.12</junit.version>
28+
<junit.version>4.13.1</junit.version>
2929
<jsonassert.version>1.5.0</jsonassert.version>
3030
</properties>
3131

0 commit comments

Comments
 (0)