Skip to content

Commit 2350e4b

Browse files
authored
Merge pull request #10513 from swagger-api/bump-3.0.0-junit-deps
update junit deps 3.0.0
2 parents 8bc2932 + b3cff1e commit 2350e4b

File tree

76 files changed

+76
-76
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+76
-76
lines changed

modules/swagger-codegen-maven-plugin/examples/java-client.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@
129129
<jackson-version>2.9.5</jackson-version>
130130
<jodatime-version>2.7</jodatime-version>
131131
<maven-plugin-version>1.0.0</maven-plugin-version>
132-
<junit-version>4.8.1</junit-version>
132+
<junit-version>4.13.1</junit-version>
133133
</properties>
134134
</project>

modules/swagger-codegen/src/test/resources/2_0/templates/Java/libraries/jersey2/pom.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,6 @@
307307
<commons_lang3_version>3.5</commons_lang3_version>
308308
{{/supportJava6}}
309309
<maven-plugin-version>1.0.0</maven-plugin-version>
310-
<junit-version>4.12</junit-version>
310+
<junit-version>4.13.1</junit-version>
311311
</properties>
312312
</project>

pom.docker.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@
10801080
<felix-version>3.3.0</felix-version>
10811081
<commons-io-version>2.4</commons-io-version>
10821082
<commons-cli-version>1.2</commons-cli-version>
1083-
<junit-version>4.8.1</junit-version>
1083+
<junit-version>4.13.1</junit-version>
10841084
<maven-plugin-version>1.0.0</maven-plugin-version>
10851085
<commons-lang-version>3.4</commons-lang-version>
10861086
<slf4j-version>1.7.25</slf4j-version>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@
11711171
<felix-version>3.3.0</felix-version>
11721172
<commons-io-version>2.4</commons-io-version>
11731173
<commons-cli-version>1.2</commons-cli-version>
1174-
<junit-version>4.8.1</junit-version>
1174+
<junit-version>4.13.1</junit-version>
11751175
<maven-plugin-version>1.0.0</maven-plugin-version>
11761176
<commons-lang-version>3.4</commons-lang-version>
11771177
<slf4j-version>1.7.25</slf4j-version>

pom.xml.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@
10681068
<felix-version>3.3.0</felix-version>
10691069
<commons-io-version>2.4</commons-io-version>
10701070
<commons-cli-version>1.2</commons-cli-version>
1071-
<junit-version>4.8.1</junit-version>
1071+
<junit-version>4.13.1</junit-version>
10721072
<maven-plugin-version>1.0.0</maven-plugin-version>
10731073
<commons-lang-version>3.4</commons-lang-version>
10741074
<slf4j-version>1.7.25</slf4j-version>

pom.xml.shippable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@
10701070
<felix-version>3.3.0</felix-version>
10711071
<commons-io-version>2.4</commons-io-version>
10721072
<commons-cli-version>1.2</commons-cli-version>
1073-
<junit-version>4.8.1</junit-version>
1073+
<junit-version>4.13.1</junit-version>
10741074
<maven-plugin-version>1.0.0</maven-plugin-version>
10751075
<commons-lang-version>3.4</commons-lang-version>
10761076
<slf4j-version>1.7.25</slf4j-version>

samples/client/petstore/java/feign/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
<feign-form-version>2.1.0</feign-form-version>
258258
<jackson-version>2.10.1</jackson-version>
259259
<jackson-threetenbp-version>2.6.4</jackson-threetenbp-version>
260-
<junit-version>4.12</junit-version>
260+
<junit-version>4.13.1</junit-version>
261261
<maven-plugin-version>1.0.0</maven-plugin-version>
262262
<oltu-version>1.0.2</oltu-version>
263263
</properties>

samples/client/petstore/java/jersey1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,6 @@
242242
<jersey-version>1.19.4</jersey-version>
243243
<jackson-version>2.6.4</jackson-version>
244244
<maven-plugin-version>1.0.0</maven-plugin-version>
245-
<junit-version>4.12</junit-version>
245+
<junit-version>4.13.1</junit-version>
246246
</properties>
247247
</project>

samples/client/petstore/java/jersey2-java6/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,6 @@
251251
<commons_lang3_version>3.6</commons_lang3_version>
252252
<jackson-version>2.10.1</jackson-version>
253253
<maven-plugin-version>1.0.0</maven-plugin-version>
254-
<junit-version>4.12</junit-version>
254+
<junit-version>4.13.1</junit-version>
255255
</properties>
256256
</project>

samples/client/petstore/java/jersey2-java8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,6 @@
239239
<jersey-version>2.29.1</jersey-version>
240240
<jackson-version>2.10.1</jackson-version>
241241
<maven-plugin-version>1.0.0</maven-plugin-version>
242-
<junit-version>4.12</junit-version>
242+
<junit-version>4.13.1</junit-version>
243243
</properties>
244244
</project>

0 commit comments

Comments
 (0)