Skip to content

Commit 89f9777

Browse files
committed
bumped dependencies
1 parent 49bbd59 commit 89f9777

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

logging/java-structured/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@
2525
<dependency>
2626
<groupId>ch.qos.logback</groupId>
2727
<artifactId>logback-classic</artifactId>
28-
<version>1.5.18</version>
28+
<version>1.5.32</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>ch.qos.logback</groupId>
3232
<artifactId>logback-core</artifactId>
33-
<version>1.5.18</version>
33+
<version>1.5.32</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>net.logstash.logback</groupId>
3737
<artifactId>logstash-logback-encoder</artifactId>
38-
<version>8.1</version>
38+
<version>9.0</version>
3939
</dependency>
4040
</dependencies>
4141

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
loguru
1+
loguru~=0.7.3

0 commit comments

Comments
 (0)