Skip to content

Commit 0cb7d2c

Browse files
Merge remote-tracking branch 'upstream/main' into feature/224-fix-cli-login-error
2 parents 10e6da1 + cccc181 commit 0cb7d2c

Some content is hidden

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

41 files changed

+625
-210
lines changed

client/.classpath

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,8 @@
122122
<classpathentry kind="lib" path="lib/xpp3-1.1.4c.jar"/>
123123
<classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/>
124124
<classpathentry kind="lib" path="lib/looks-2.3.1.jar"/>
125-
<classpathentry kind="lib" path="lib/xercesImpl-2.12.2.jar"/>
126125
<classpathentry kind="lib" path="lib/commons-io-2.13.0.jar"/>
127-
<classpathentry kind="lib" path="lib/commons-lang3-3.13.0.jar">
126+
<classpathentry kind="lib" path="lib/commons-lang3-3.20.0.jar">
128127
<attributes>
129128
<attribute name="javadoc_location" value="http://commons.apache.org/lang/api/"/>
130129
</attributes>
@@ -187,7 +186,7 @@
187186
<classpathentry kind="lib" path="lib/httpcore-4.4.13.jar"/>
188187
<classpathentry kind="lib" path="lib/swagger-annotations-2.0.10.jar"/>
189188
<classpathentry kind="lib" path="lib/jcifs-ng-2.1.10.jar"/>
190-
<classpathentry kind="lib" path="lib/commons-text-1.10.0.jar"/>
189+
<classpathentry kind="lib" path="lib/commons-text-1.15.0.jar"/>
191190
<classpathentry kind="lib" path="lib/regions-2.15.28.jar"/>
192191
<classpathentry kind="lib" path="lib/utils-2.15.28.jar"/>
193192
<classpathentry kind="lib" path="lib/jackson-annotations-2.14.3.jar"/>
@@ -213,7 +212,6 @@
213212
<classpathentry kind="lib" path="lib/xstream-1.4.20.jar"/>
214213
<classpathentry kind="lib" path="lib/libphonenumber-8.12.50.jar"/>
215214
<classpathentry kind="lib" path="lib/commons-pool2-2.3.jar"/>
216-
<classpathentry kind="lib" path="lib/xml-apis-1.4.01.jar"/>
217215
<classpathentry kind="lib" path="lib/java-semver-0.10.2.jar"/>
218216
<classpathentry kind="output" path="bin"/>
219217
</classpath>
-617 KB
Binary file not shown.
697 KB
Binary file not shown.

client/lib/commons-text-1.10.0.jar

-233 KB
Binary file not shown.

client/lib/commons-text-1.15.0.jar

259 KB
Binary file not shown.

client/lib/xercesImpl-2.12.2.jar

-1.38 MB
Binary file not shown.

client/lib/xml-apis-1.4.01.jar

-215 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.20.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/"/>
-617 KB
Binary file not shown.
697 KB
Binary file not shown.

0 commit comments

Comments
 (0)