File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/org/openrewrite/java/logging/slf4j Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments