Skip to content

Commit 77939fe

Browse files
committed
fix logback version.
1 parent fb0966e commit 77939fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

showcase/gapic-showcase/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,13 +220,14 @@
220220
<dependency>
221221
<groupId>ch.qos.logback</groupId>
222222
<artifactId>logback-classic</artifactId>
223-
<version>1.5.11</version>
223+
<!-- Latest version with java8 support -->
224+
<version>1.3.14</version>
224225
<scope>test</scope>
225226
</dependency>
226227
<dependency>
227228
<groupId>ch.qos.logback</groupId>
228229
<artifactId>logback-core</artifactId>
229-
<version>1.5.11</version>
230+
<version>1.3.14</version>
230231
<scope>test</scope>
231232
</dependency>
232233
</dependencies>

0 commit comments

Comments
 (0)