This is an automated email from the ASF dual-hosted git repository. yasith pushed a commit to branch deps/align-jackson-2.21.1 in repository https://gitbox.apache.org/repos/asf/airavata.git
commit f19763445c44525b4684edf1404c21576585e44c Author: yasithdev <[email protected]> AuthorDate: Mon Mar 30 15:24:48 2026 -0400 deps: align jackson-databind to 2.21.1, jackson-annotations to 2.19.0 Follow-up to #590. jackson-annotations 2.21.1 does not exist in Maven Central, so using latest available (2.19.0). jackson-databind 2.21.1 exists and is compatible. 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 -->
