You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, TestNG 7.1.0 is used, which has a dependency on Guice 4.1.0. The build currently overrides this manually (replicating this TestNG commit) so that Guava is updated from version 19.0 (a vulnerable version) on the classpath.
It is anticipated that the next available TestNG version will release with this update natively - once available, update and remove the manual Guice override in dependencies.properties (commented as such)
The text was updated successfully, but these errors were encountered:
Currently, TestNG 7.1.0 is used, which has a dependency on Guice 4.1.0. The build currently overrides this manually (replicating this TestNG commit) so that Guava is updated from version 19.0 (a vulnerable version) on the classpath.
It is anticipated that the next available TestNG version will release with this update natively - once available, update and remove the manual Guice override in
dependencies.properties
(commented as such)The text was updated successfully, but these errors were encountered: