Skip to content

Commit 800ceaa

Browse files
Sannebrmeyer
authored andcommitted
HHH-9647 Upgrade related components
1 parent 657bf6f commit 800ceaa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hibernate-osgi/hibernate-osgi.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
testRuntime( "org.apache.felix:org.apache.felix.main:4.0.3" )
3030
testRuntime( libraries.slf4j_api );
3131
testRuntime( libraries.slf4j_log4j );
32-
testRuntime( "org.jboss.logmanager:jboss-logmanager:1.4.1.Final" )
32+
testRuntime( "org.jboss.logmanager:jboss-logmanager:2.0.0.Beta1" )
3333

3434
// Local copies of all jars needed fur the OSGi runtime. Ignore the transitive dependencies.
3535
// ORDER DEPENDENT!!!

libraries.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ ext {
5959

6060
// logging
6161
logging: 'org.jboss.logging:jboss-logging:3.2.1.Final',
62-
logging_annotations: 'org.jboss.logging:jboss-logging-annotations:1.2.0.Beta1',
63-
logging_processor: 'org.jboss.logging:jboss-logging-processor:1.2.0.Beta1',
62+
logging_annotations: 'org.jboss.logging:jboss-logging-annotations:1.2.0.Final',
63+
logging_processor: 'org.jboss.logging:jboss-logging-processor:1.2.0.Final',
6464

6565
slf4j_api: "org.slf4j:slf4j-api:1.7.5",
6666
slf4j_log4j: "org.slf4j:slf4j-log4j12:1.7.5",

0 commit comments

Comments
 (0)