Skip to content

Commit c099d80

Browse files
authored
chore: update slf4j version (#55)
1 parent e184b44 commit c099d80

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<grpc.version>1.50.2</grpc.version>
2727
<netty.version>4.1.79.Final</netty.version> <!-- match version grpc-netty depends on -->
2828
<akka.version>2.7.0</akka.version>
29+
<slf4j.version>2.0.7</slf4j.version>
2930
</properties>
3031

3132
<profiles>
@@ -177,12 +178,13 @@
177178
<dependency>
178179
<groupId>org.slf4j</groupId>
179180
<artifactId>slf4j-api</artifactId>
180-
<version>1.7.25</version>
181+
<version>${slf4j.version}</version>
181182
</dependency>
183+
182184
<dependency>
183185
<groupId>org.slf4j</groupId>
184186
<artifactId>slf4j-simple</artifactId>
185-
<version>2.0.5</version>
187+
<version>${slf4j.version}</version>
186188
<scope>test</scope>
187189
</dependency>
188190

0 commit comments

Comments
 (0)