Skip to content

Commit 72330aa

Browse files
committed
Fix .classpath: commons-lang3-3.3.2 -> commons-lang3-3.8.1.jar
1 parent 26f4283 commit 72330aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
<classpathentry kind="lib" path="lib/commons-compress-1.8.jar"/>
3030
<classpathentry kind="lib" path="lib/commons-exec-1.1.jar"/>
3131
<classpathentry kind="lib" path="lib/commons-httpclient-3.1.jar"/>
32-
<classpathentry kind="lib" path="lib/commons-lang3-3.3.2.jar"/>
3332
<classpathentry kind="lib" path="lib/commons-logging-1.0.4.jar"/>
3433
<classpathentry kind="lib" path="lib/commons-net-3.3.jar"/>
3534
<classpathentry kind="lib" path="lib/jackson-annotations-2.9.5.jar"/>
@@ -53,5 +52,6 @@
5352
<classpathentry kind="lib" path="test-lib/fest-util-1.1.2.jar"/>
5453
<classpathentry kind="lib" path="test-lib/jcip-annotations-1.0.jar"/>
5554
<classpathentry kind="lib" path="lib/jtouchbar-1.0.0.jar"/>
55+
<classpathentry kind="lib" path="lib/commons-lang3-3.8.1.jar"/>
5656
<classpathentry kind="output" path="bin"/>
5757
</classpath>

arduino-core/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
<classpathentry kind="lib" path="lib/bcprov-jdk15on-152.jar"/>
1717
<classpathentry kind="lib" path="lib/commons-codec-1.7.jar"/>
1818
<classpathentry kind="lib" path="lib/commons-compress-1.8.jar"/>
19-
<classpathentry kind="lib" path="lib/commons-lang3-3.8.1.jar"/>
2019
<classpathentry kind="lib" path="lib/jackson-annotations-2.9.5.jar"/>
2120
<classpathentry kind="lib" path="lib/jackson-core-2.9.5.jar"/>
2221
<classpathentry kind="lib" path="lib/jackson-databind-2.9.5.jar"/>
2322
<classpathentry kind="lib" path="lib/jackson-module-mrbean-2.9.5.jar"/>
2423
<classpathentry kind="lib" path="lib/java-semver-0.8.0.jar"/>
2524
<classpathentry kind="lib" path="lib/jna-4.2.2.jar"/>
2625
<classpathentry kind="lib" path="lib/jna-platform-4.2.2.jar"/>
26+
<classpathentry kind="lib" path="lib/commons-lang3-3.8.1.jar"/>
2727
<classpathentry kind="output" path="bin"/>
2828
</classpath>

0 commit comments

Comments
 (0)