We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49bbd59 commit 89f9777Copy full SHA for 89f9777
2 files changed
logging/java-structured/pom.xml
@@ -25,17 +25,17 @@
25
<dependency>
26
<groupId>ch.qos.logback</groupId>
27
<artifactId>logback-classic</artifactId>
28
- <version>1.5.18</version>
+ <version>1.5.32</version>
29
</dependency>
30
31
32
<artifactId>logback-core</artifactId>
33
34
35
36
<groupId>net.logstash.logback</groupId>
37
<artifactId>logstash-logback-encoder</artifactId>
38
- <version>8.1</version>
+ <version>9.0</version>
39
40
</dependencies>
41
logging/python-structured/requirements.txt
@@ -1 +1 @@
1
-loguru
+loguru~=0.7.3
0 commit comments