Skip to content

Commit 8094f2e

Browse files
Update SLF4J JBoss Logmanager version to 2.0.2.Final (#260)
1 parent 9fe21f4 commit 8094f2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/openrewrite/java/logging/slf4j/JBossLoggingToSlf4jTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ void noMoreJBossLoggingUsagesRemovesTheDependencyUsingMaven() {
177177
<dependency>
178178
<groupId>org.jboss.slf4j</groupId>
179179
<artifactId>slf4j-jboss-logmanager</artifactId>
180-
<version>2.0.1.Final</version>
180+
<version>2.0.2.Final</version>
181181
</dependency>
182182
</dependencies>
183183
</project>
@@ -208,7 +208,7 @@ void noMoreJBossLoggingUsagesRemovesTheDependencyUsingGradle() {
208208
repositories { mavenCentral() }
209209
dependencies {
210210
implementation "org.jboss.logmanager:jboss-logmanager:3.1.2.Final"
211-
implementation "org.jboss.slf4j:slf4j-jboss-logmanager:2.0.1.Final"
211+
implementation "org.jboss.slf4j:slf4j-jboss-logmanager:2.0.2.Final"
212212
}
213213
"""
214214
)

0 commit comments

Comments
 (0)