This is an automated email from the ASF dual-hosted git repository.
yasith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/master by this push:
new 6eda0b8fc2 deps: align jackson siblings after #590 (#608)
6eda0b8fc2 is described below
commit 6eda0b8fc238201ada7884646589a391fa8f56d1
Author: Yasith Jayawardana <[email protected]>
AuthorDate: Mon Mar 30 15:25:04 2026 -0400
deps: align jackson siblings after #590 (#608)
jackson-databind 2.19.1 → 2.21.1, jackson-annotations 2.19.1 → 2.19.0
(latest available). All tests pass.
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 114de9609f..7a86fb1c2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -295,7 +295,7 @@ under the License.
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.19.1</version>
+ <version>2.21.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
@@ -305,7 +305,7 @@ under the License.
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
- <version>2.19.1</version>
+ <version>2.19.0</version>
</dependency>
<!-- Thrift -->