This is an automated email from the ASF dual-hosted git repository.
yangzhg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new bc10d44 升级jackson版本号 (#5373)
bc10d44 is described below
commit bc10d4452234ba03ad2c14ceba6d7d0fcdde5dc2
Author: yuliangwan <[email protected]>
AuthorDate: Tue Feb 23 10:43:25 2021 +0800
升级jackson版本号 (#5373)
Co-authored-by: jiangyan <[email protected]>
---
fe/pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/fe/pom.xml b/fe/pom.xml
index 9128834..4ceb929 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -199,7 +199,7 @@ under the License.
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.9.7</version>
+ <version>2.12.1</version>
</dependency>
<!--
https://mvnrepository.com/artifact/org.codehaus.jackson/jackson-mapper-asl -->
@@ -426,28 +426,28 @@ under the License.
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
- <version>2.9.7</version>
+ <version>2.12.1</version>
</dependency>
<!--
https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
-->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.9.7</version>
+ <version>2.12.1</version>
</dependency>
<!--
https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml
-->
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
- <version>2.9.7</version>
+ <version>2.12.1</version>
</dependency>
<!--
https://mvnrepository.com/artifact/com.fasterxml.jackson.module/jackson-module-jaxb-annotations
-->
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
- <version>2.9.7</version>
+ <version>2.12.1</version>
</dependency>
<!--
https://mvnrepository.com/artifact/io.fabric8/kubernetes-client -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]