Skip to content

Commit c25905c

Browse files
committed
Upgrades commons libraries
Updates several Apache Commons dependencies across modules to newer patch releases to fix security vulnerabilities. Fixes #218 Notably upgrades commons-lang3 (3.13.0 → 3.18.0), commons-beanutils (1.9.4 → 1.11.0) and commons-configuration2 (2.8.0 → 2.10.1), replacing old JARs with the updated artifacts. Signed-off-by: Nico Piel <nico.piel@hotmail.de>
1 parent 8f103d6 commit c25905c

27 files changed

+10
-10
lines changed

client/.classpath

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<classpathentry kind="lib" path="lib/looks-2.3.1.jar"/>
125125
<classpathentry kind="lib" path="lib/xercesImpl-2.12.2.jar"/>
126126
<classpathentry kind="lib" path="lib/commons-io-2.13.0.jar"/>
127-
<classpathentry kind="lib" path="lib/commons-lang3-3.13.0.jar">
127+
<classpathentry kind="lib" path="lib/commons-lang3-3.18.0.jar">
128128
<attributes>
129129
<attribute name="javadoc_location" value="http://commons.apache.org/lang/api/"/>
130130
</attributes>
@@ -141,10 +141,10 @@
141141
<classpathentry kind="lib" path="/Server/setup/client-lib/userutil-sources.jar"/>
142142
<classpathentry kind="lib" path="lib/miglayout-swing-4.2.jar"/>
143143
<classpathentry kind="lib" path="lib/miglayout-core-4.2.jar"/>
144-
<classpathentry kind="lib" path="lib/commons-beanutils-1.9.4.jar"/>
144+
<classpathentry kind="lib" path="lib/commons-beanutils-1.11.0.jar"/>
145145
<classpathentry kind="lib" path="lib/velocity-engine-core-2.3.jar"/>
146146
<classpathentry kind="lib" path="lib/velocity-tools-generic-3.1.jar"/>
147-
<classpathentry kind="lib" path="lib/commons-configuration2-2.8.0.jar"/>
147+
<classpathentry kind="lib" path="lib/commons-configuration2-2.10.1.jar"/>
148148
<classpathentry kind="lib" path="lib/javax.mail-1.5.0.jar"/>
149149
<classpathentry kind="lib" path="lib/rsyntaxtextarea-2.5.6.jar"/>
150150
<classpathentry kind="lib" path="lib/autocomplete-2.5.4.jar"/>
241 KB
Binary file not shown.
-241 KB
Binary file not shown.
642 KB
Binary file not shown.
-618 KB
Binary file not shown.
-617 KB
Binary file not shown.
686 KB
Binary file not shown.

command/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<attribute name="javadoc_location" value="http://commons.apache.org/cli/api-release/"/>
4949
</attributes>
5050
</classpathentry>
51-
<classpathentry kind="lib" path="lib/commons-lang3-3.13.0.jar"/>
51+
<classpathentry kind="lib" path="lib/commons-lang3-3.18.0.jar"/>
5252
<classpathentry kind="lib" path="lib/commons-logging-1.2.jar">
5353
<attributes>
5454
<attribute name="javadoc_location" value="http://commons.apache.org/logging/apidocs/"/>
-241 KB
Binary file not shown.
642 KB
Binary file not shown.

0 commit comments

Comments
 (0)