[ https://issues.apache.org/jira/browse/MNG-7983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804303#comment-17804303 ]
ASF GitHub Bot commented on MNG-7983: ------------------------------------- michael-o commented on code in PR #1358: URL: https://github.com/apache/maven/pull/1358#discussion_r1444692629 ########## pom.xml: ########## @@ -180,7 +180,8 @@ under the License. <resolverVersion>2.0.0-alpha-5</resolverVersion> <securityDispatcherVersion>2.0</securityDispatcherVersion> <sisuVersion>0.9.0.M2</sisuVersion> - <slf4jVersion>1.7.36</slf4jVersion> + <slf4jVersion>2.0.9</slf4jVersion> + <slf4jSimpleVersion>1.7.36</slf4jSimpleVersion> Review Comment: > @michael-o What warning are you thinking of? As long as you furnish the appropriate implementation of SLF4JServiceProvider, SLF4J 2.0 should be satisfied. SLF4J used to warning when version of API and Impl weren't identical... > Update to Slf4j 2.x > ------------------- > > Key: MNG-7983 > URL: https://issues.apache.org/jira/browse/MNG-7983 > Project: Maven > Issue Type: New Feature > Reporter: Guillaume Nodet > Assignee: Guillaume Nodet > Priority: Major > Fix For: 4.0.0, 4.0.0-alpha-11 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)