This is an automated email from the ASF dual-hosted git repository. chibenwa pushed a commit to branch 3.9.x in repository https://gitbox.apache.org/repos/asf/james-project.git
commit c7c1bd7ac318c6fb7dc3bbba5ea05198ccb1ae38 Author: Benoit TELLIER <[email protected]> AuthorDate: Fri Sep 11 16:08:20 2026 +0200 Pin jackson-annotations to 2.22 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d50368d09e..baf54688c6 100644 --- a/pom.xml +++ b/pom.xml @@ -2188,7 +2188,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> - <version>${jackson.version}</version> + <version>2.22</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
