CalvinKirs commented on code in PR #7893: URL: https://github.com/apache/geode/pull/7893#discussion_r1998275846
########## boms/geode-all-bom/src/test/resources/expected-pom.xml: ########## @@ -470,27 +470,27 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> - <version>2.13.3</version> + <version>2.17.0</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> - <version>2.13.3</version> + <version>2.17.0</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.13.3</version> + <version>2.17.0</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> Review Comment: https://mvnrepository.com/artifact/com.fasterxml.jackson/jackson-bom Jackson provides a corresponding BOM file, so I think replacing it directly would be better. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@geode.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org