Skip to content

Commit c55beba

Browse files
committed
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
1 parent af461fc commit c55beba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: framework-platform/framework-platform.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ dependencies {
129129
api("org.hsqldb:hsqldb:2.7.4")
130130
api("org.htmlunit:htmlunit:4.10.0")
131131
api("org.javamoney:moneta:1.4.4")
132+
api("org.jboss.logging:jboss-logging:3.6.1.Final")
132133
api("org.jruby:jruby:9.4.12.0")
133134
api("org.jspecify:jspecify:1.0.0")
134135
api("org.junit.support:testng-engine:1.0.5")

0 commit comments

Comments
 (0)