This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-12311 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 3c96d3e9022a8bcb52fc343dd4a172aa065aabce Author: Julian Reschke <[email protected]> AuthorDate: Fri Jul 10 14:17:44 2026 +0100 OAK-12311: parent: jackson version - warn wrt non-LTS versions --- oak-parent/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml index c266b80cf3..5a7b51f7ea 100644 --- a/oak-parent/pom.xml +++ b/oak-parent/pom.xml @@ -64,6 +64,7 @@ <h2.version>2.1.214</h2.version> <tika.version>1.28.5</tika.version> <derby.version>10.16.1.1</derby.version> + <!-- DO NOT upgrade to non-LTS versions of jackson; see https://github.com/FasterXML/jackson/wiki/Jackson-Releases --> <jackson.version>2.19.4</jackson.version> <testcontainers.version>2.0.3</testcontainers.version> <pax-exam.version>4.14.0</pax-exam.version>
