We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652453d commit fe7e070Copy full SHA for fe7e070
1 file changed
java-showcase/gapic-showcase/pom.xml
@@ -18,6 +18,7 @@
18
19
<properties>
20
<gapic-showcase.version>0.35.1</gapic-showcase.version>
21
+ <slf4j1-logback.version>1.2.13</slf4j1-logback.version>
22
</properties>
23
24
<build>
@@ -281,13 +282,13 @@
281
282
<dependency>
283
<groupId>ch.qos.logback</groupId>
284
<artifactId>logback-classic</artifactId>
- <version>1.2.13</version>
285
+ <version>${slf4j1-logback.version}</version>
286
<scope>test</scope>
287
</dependency>
288
289
290
<artifactId>logback-core</artifactId>
- <version>1.3.15</version>
291
292
293
294
</dependencies>
0 commit comments