Skip to content

Commit fe7e070

Browse files
committed
make logback version consistent
1 parent 652453d commit fe7e070

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • java-showcase/gapic-showcase

java-showcase/gapic-showcase/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
<properties>
2020
<gapic-showcase.version>0.35.1</gapic-showcase.version>
21+
<slf4j1-logback.version>1.2.13</slf4j1-logback.version>
2122
</properties>
2223

2324
<build>
@@ -281,13 +282,13 @@
281282
<dependency>
282283
<groupId>ch.qos.logback</groupId>
283284
<artifactId>logback-classic</artifactId>
284-
<version>1.2.13</version>
285+
<version>${slf4j1-logback.version}</version>
285286
<scope>test</scope>
286287
</dependency>
287288
<dependency>
288289
<groupId>ch.qos.logback</groupId>
289290
<artifactId>logback-core</artifactId>
290-
<version>1.3.15</version>
291+
<version>${slf4j1-logback.version}</version>
291292
<scope>test</scope>
292293
</dependency>
293294
</dependencies>

0 commit comments

Comments
 (0)