Skip to content

Commit 33d453d

Browse files
committed
Update logback-classic from 1.2.13 to 1.3.15
This is needed to support JPMS, because 1.3.x is the first release including the module-info file.
1 parent 8f9b5de commit 33d453d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

logback-ecs-encoder/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>ch.qos.logback</groupId>
4040
<artifactId>logback-classic</artifactId>
41-
<version>1.2.13</version>
41+
<version>1.3.15</version>
4242
<scope>provided</scope>
4343
</dependency>
4444
<dependency>
@@ -50,4 +50,4 @@
5050
</dependency>
5151
</dependencies>
5252

53-
</project>
53+
</project>

0 commit comments

Comments
 (0)