This is an automated email from the ASF dual-hosted git repository.
guoyp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/griffin.git
The following commit(s) were added to refs/heads/master by this push:
new 51bb5ac2 Bump com.fasterxml.jackson.core:jackson-databind in /service
(#655)
51bb5ac2 is described below
commit 51bb5ac2b3e054392f9a8b04052f33957123f11c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 24 10:27:37 2024 +0800
Bump com.fasterxml.jackson.core:jackson-databind in /service (#655)
Bumps
[com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson)
from 2.9.9.3 to 2.12.7.1.
- [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>
---
service/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/service/pom.xml b/service/pom.xml
index c79f0004..e6f9a94b 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -47,7 +47,7 @@ under the License.
<postgresql.version>42.4.1</postgresql.version>
<livy.core.version>0.3.0</livy.core.version>
<elasticsearch-rest-client.version>6.2.4</elasticsearch-rest-client.version>
- <jackson-databind.version>2.9.9.3</jackson-databind.version>
+ <jackson-databind.version>2.12.7.1</jackson-databind.version>
</properties>
<repositories>