This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git
commit 1af0aa5690589f454c85ee5373d5c8446d4c9806 Author: PJ Fanning <[email protected]> AuthorDate: Sun Mar 17 10:36:28 2024 +0100 stick with jackson 2.16 --- .scala-steward.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index 2e9d26539..31aa144b5 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -1,6 +1,10 @@ updates.pin = [ # pin to hadoop 3.3.x until 3.4.x beomes more widely adopted { groupId = "org.apache.hadoop", version = "3.3." } + # pin to jackson 2.16.x until 2.17.x beomes more stable + { groupId = "com.fasterxml.jackson.core", version = "2.16." } + { groupId = "com.fasterxml.jackson.datatype", version = "2.16." } + { groupId = "com.fasterxml.jackson.module", version = "2.16." } # spring-boot 3 requires Java 17 { groupId = "org.springframework.boot", version = "2." } # spring-framework 6 requires Java 17 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
