We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e184b44 commit c099d80Copy full SHA for c099d80
pom.xml
@@ -26,6 +26,7 @@
26
<grpc.version>1.50.2</grpc.version>
27
<netty.version>4.1.79.Final</netty.version> <!-- match version grpc-netty depends on -->
28
<akka.version>2.7.0</akka.version>
29
+ <slf4j.version>2.0.7</slf4j.version>
30
</properties>
31
32
<profiles>
@@ -177,12 +178,13 @@
177
178
<dependency>
179
<groupId>org.slf4j</groupId>
180
<artifactId>slf4j-api</artifactId>
- <version>1.7.25</version>
181
+ <version>${slf4j.version}</version>
182
</dependency>
183
+
184
185
186
<artifactId>slf4j-simple</artifactId>
- <version>2.0.5</version>
187
188
<scope>test</scope>
189
190
0 commit comments