Skip to content

Commit

Permalink
Upgrade to SLF4J 2.0.0.
Browse files Browse the repository at this point in the history
Resolves #1261.
  • Loading branch information
gregturn committed Sep 22, 2022
1 parent ab08e84 commit 045da91
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<mail.version>1.4.7</mail.version>
<mockito.version>4.0.0</mockito.version>
<saaj-impl.version>2.0.1</saaj-impl.version>
<slf4j.version>1.7.32</slf4j.version>
<slf4j.version>2.0.0</slf4j.version>
<smack.version>4.2.1</smack.version>
<spring.version>6.0.0-M6</spring.version>
<spring-security.version>6.0.0-M6</spring-security.version>
Expand Down
13 changes: 13 additions & 0 deletions spring-ws-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,24 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail</artifactId>
<version>${greenmail.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.icegreen</groupId>
Expand Down

0 comments on commit 045da91

Please sign in to comment.