Skip to content

Commit be0f57f

Browse files
committed
Update commons-lang3 from 3.3.2 to 3.8.1
Updated due to new API methods than can be useful for this project. The license remains the same.
1 parent 52f1c4b commit be0f57f

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
66
<classpathentry kind="lib" path="app/lib/apple.jar"/>
77
<classpathentry kind="lib" path="app/test-lib/junit-4.11.jar"/>
8+
<classpathentry kind="lib" path="app/lib/commons-lang3-3.8.1.jar"/>
89
<classpathentry kind="lib" path="app/test-lib/fest-assert-1.2.jar"/>
910
<classpathentry kind="lib" path="app/test-lib/fest-reflect-1.2.jar"/>
1011
<classpathentry kind="lib" path="app/test-lib/fest-swing-1.2.jar"/>
@@ -28,7 +29,6 @@
2829
<classpathentry kind="lib" path="app/lib/jackson-module-mrbean-2.9.5.jar"/>
2930
<classpathentry kind="lib" path="app/lib/jackson-annotations-2.9.5.jar"/>
3031
<classpathentry kind="lib" path="app/lib/commons-compress-1.8.jar"/>
31-
<classpathentry kind="lib" path="app/lib/commons-lang3-3.3.2.jar"/>
3232
<classpathentry kind="lib" path="app/lib/rsyntaxtextarea-3.0.3-SNAPSHOT.jar"/>
3333
<classpathentry combineaccessrules="false" kind="src" path="/arduino-core"/>
3434
<classpathentry kind="output" path="app/bin"/>

app/lib/commons-lang3-3.3.2.jar

-403 KB
Binary file not shown.

app/lib/commons-lang3-3.8.1.jar

490 KB
Binary file not shown.

arduino-core/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<classpathentry kind="lib" path="lib/bcprov-jdk15on-152.jar"/>
1616
<classpathentry kind="lib" path="lib/commons-codec-1.7.jar"/>
1717
<classpathentry kind="lib" path="lib/commons-compress-1.8.jar"/>
18-
<classpathentry kind="lib" path="lib/commons-lang3-3.3.2.jar"/>
18+
<classpathentry kind="lib" path="lib/commons-lang3-3.8.1.jar"/>
1919
<classpathentry kind="lib" path="lib/jackson-annotations-2.9.5.jar"/>
2020
<classpathentry kind="lib" path="lib/jackson-core-2.9.5.jar"/>
2121
<classpathentry kind="lib" path="lib/jackson-databind-2.9.5.jar"/>
-403 KB
Binary file not shown.
490 KB
Binary file not shown.

build/windows/launcher/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<cp>%EXEDIR%/lib/commons-codec-1.7.jar</cp>
3333
<cp>%EXEDIR%/lib/commons-compress-1.8.jar</cp>
3434
<cp>%EXEDIR%/lib/commons-exec-1.1.jar</cp>
35-
<cp>%EXEDIR%/lib/commons-lang3-3.3.2.jar</cp>
35+
<cp>%EXEDIR%/lib/commons-lang3-3.8.1.jar</cp>
3636
<cp>%EXEDIR%/lib/commons-logging-1.0.4.jar</cp>
3737
<cp>%EXEDIR%/lib/commons-net-3.3.jar</cp>
3838
<cp>%EXEDIR%/lib/jackson-annotations-2.9.5.jar</cp>

build/windows/launcher/config_debug.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<cp>%EXEDIR%/lib/commons-codec-1.7.jar</cp>
3333
<cp>%EXEDIR%/lib/commons-compress-1.8.jar</cp>
3434
<cp>%EXEDIR%/lib/commons-exec-1.1.jar</cp>
35-
<cp>%EXEDIR%/lib/commons-lang3-3.3.2.jar</cp>
35+
<cp>%EXEDIR%/lib/commons-lang3-3.8.1.jar</cp>
3636
<cp>%EXEDIR%/lib/commons-logging-1.0.4.jar</cp>
3737
<cp>%EXEDIR%/lib/commons-net-3.3.jar</cp>
3838
<cp>%EXEDIR%/lib/jackson-annotations-2.9.5.jar</cp>

0 commit comments

Comments
 (0)