Skip to content

Commit c60b953

Browse files
chore(deps): update dependency org.slf4j:slf4j-log4j12 to v2.0.14
1 parent 2a6c1b5 commit c60b953

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
9999
<dependency>
100100
<groupId>org.slf4j</groupId>
101101
<artifactId>slf4j-log4j12</artifactId>
102-
<version>2.0.13</version>
102+
<version>2.0.14</version>
103103
<scope>test</scope>
104104
</dependency>
105105
<dependency>

src/it/loggable/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
7171
<dependency>
7272
<groupId>org.slf4j</groupId>
7373
<artifactId>slf4j-log4j12</artifactId>
74-
<version>2.0.13</version>
74+
<version>2.0.14</version>
7575
<scope>test</scope>
7676
</dependency>
7777
<dependency>

src/it/weaving/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
6565
<dependency>
6666
<groupId>org.slf4j</groupId>
6767
<artifactId>slf4j-log4j12</artifactId>
68-
<version>2.0.13</version>
68+
<version>2.0.14</version>
6969
<scope>test</scope>
7070
</dependency>
7171
<dependency>

0 commit comments

Comments
 (0)