This is an automated email from the ASF dual-hosted git repository.
shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 0fee3341d5b Bump jcommander version from 1.78 to 1.82 (#16441)
0fee3341d5b is described below
commit 0fee3341d5bb209778219004a82e3bc25c8146bb
Author: ZhangJian He <[email protected]>
AuthorDate: Sat Jul 9 15:42:35 2022 +0800
Bump jcommander version from 1.78 to 1.82 (#16441)
### Motivation
That's a regular update, `jcommander` 1.78 was released in 2019.
### Modifications
Bump jcommander version from 1.78 to 1.82
### Documentation
Check the box below or label this PR directly.
Need to update docs?
- [ ] `doc-required`
(Your PR needs to update docs and you will update later)
- [x] `doc-not-needed`
(Please explain why)
- [ ] `doc`
(Your PR contains doc changes)
- [ ] `doc-complete`
(Docs have been already added)
---
distribution/server/src/assemble/LICENSE.bin.txt | 2 +-
pom.xml | 2 +-
pulsar-sql/presto-distribution/LICENSE | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/distribution/server/src/assemble/LICENSE.bin.txt
b/distribution/server/src/assemble/LICENSE.bin.txt
index 1959995071f..0707feb6e8e 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -309,7 +309,7 @@ pulsar-client-cpp/lib/checksum/crc32c_sw.cc
This projects includes binary packages with the following licenses:
The Apache Software License, Version 2.0
- * JCommander -- com.beust-jcommander-1.78.jar
+ * JCommander -- com.beust-jcommander-1.82.jar
* High Performance Primitive Collections for Java --
com.carrotsearch-hppc-0.9.1.jar
* Jackson
- com.fasterxml.jackson.core-jackson-annotations-2.13.2.jar
diff --git a/pom.xml b/pom.xml
index 84f02033dfb..e86b6ff7ffd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,7 +186,7 @@ flexible messaging model and an intuitive client
API.</description>
<kafka.confluent.avroserializer.version>5.3.0</kafka.confluent.avroserializer.version>
<aircompressor.version>0.20</aircompressor.version>
<asynchttpclient.version>2.12.1</asynchttpclient.version>
- <jcommander.version>1.78</jcommander.version>
+ <jcommander.version>1.82</jcommander.version>
<commons-lang3.version>3.11</commons-lang3.version>
<commons-configuration.version>1.10</commons-configuration.version>
<commons-io.version>2.8.0</commons-io.version>
diff --git a/pulsar-sql/presto-distribution/LICENSE
b/pulsar-sql/presto-distribution/LICENSE
index c1893d943ce..6ef9037d7c2 100644
--- a/pulsar-sql/presto-distribution/LICENSE
+++ b/pulsar-sql/presto-distribution/LICENSE
@@ -386,7 +386,7 @@ The Apache Software License, Version 2.0
- javax.servlet-api-4.0.1.jar
- javax.ws.rs-api-2.1.jar
* JCommander
- - jcommander-1.78.jar
+ - jcommander-1.82.jar
* FindBugs JSR305
- jsr305-3.0.2.jar
* Objenesis