nastra commented on code in PR #10850:
URL: https://github.com/apache/iceberg/pull/10850#discussion_r1701757963


##########
gradle/libs.versions.toml:
##########
@@ -57,9 +57,10 @@ jackson213 = { strictly = "2.13.4"}
 jackson214 = { strictly = "2.14.2"}
 jackson215 = { strictly = "2.15.2"}
 jakarta-el-api = "3.0.3"
+jakarta-servlet-api = "6.1.0"
 jaxb-api = "2.3.1"
 jaxb-runtime = "2.3.9"
-jetty = "9.4.55.v20240627"
+jetty = "11.0.22"

Review Comment:
   we have a bunch of dependencies like this where we're at the latest version 
for the JDK we're running with, so I don't think it's worth adding such a 
comment just here.
   That being said, we might actually need to re-visit and see if we're still 
at the latest version of each dependency for JDK11 now (I'll open a separate 
issue to tackle that, since dependabot doesn't take the JDK version into 
account)



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to