Add dependency management for 'org.jboss.logging:jboss-logging'

This commit updates framework-platform to manage the dependency of JBoss
Logging. This leads to problem previously as Hibernate Validator
requires a recent version of JBoss Logging that other dependencies
haven't upgraded to yet.

Closes gh-34749
This commit is contained in:
Stéphane Nicoll
2025-04-14 16:38:02 +02:00
parent af461fc0a6
commit c55bebab21

View File

@@ -129,6 +129,7 @@ dependencies {
api("org.hsqldb:hsqldb:2.7.4")
api("org.htmlunit:htmlunit:4.10.0")
api("org.javamoney:moneta:1.4.4")
api("org.jboss.logging:jboss-logging:3.6.1.Final")
api("org.jruby:jruby:9.4.12.0")
api("org.jspecify:jspecify:1.0.0")
api("org.junit.support:testng-engine:1.0.5")