pan3793 commented on code in PR #10447: URL: https://github.com/apache/iceberg/pull/10447#discussion_r1628901207
########## mr/build.gradle: ########## @@ -68,8 +67,7 @@ project(':iceberg-mr') { testImplementation libs.avro.avro testImplementation libs.calcite.core testImplementation libs.kryo.shaded - testImplementation platform(libs.jackson.bom) - testImplementation "com.fasterxml.jackson.core:jackson-annotations" + testImplementation enforcedPlatform(libs.jackson212.bom) Review Comment: it was bumped to 2.12.0 soon https://github.com/apache/hive/commit/2469d9e7d9ffa66f1d213539bd42243125ba930c and it **should** be compatible with 2.12 onwards ... -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org