This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new fa7372aa56 Bump jackson-databind from 2.6.7 to 2.12.6.1 in
/spark-iotdb-connector (#5425)
fa7372aa56 is described below
commit fa7372aa5642a95a927f2b144eb1f139c5cdc492
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 20 17:06:56 2022 +0800
Bump jackson-databind from 2.6.7 to 2.12.6.1 in /spark-iotdb-connector
(#5425)
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.6.7
to 2.12.6.1.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
spark-iotdb-connector/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spark-iotdb-connector/pom.xml b/spark-iotdb-connector/pom.xml
index 9254cc8893..78ad563d28 100644
--- a/spark-iotdb-connector/pom.xml
+++ b/spark-iotdb-connector/pom.xml
@@ -84,7 +84,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.6.7</version>
+ <version>2.12.6.1</version>
</dependency>
</dependencies>
<build>