Skip to content

Commit 25d3101

Browse files
authored
chore: fix logback-classic version for testing (#3686)
This should be consistent with logback-core version. 1.3.x used because we test java 11+ in showcase (typo in commit message, logback-classic is the one fixed)
1 parent 0932605 commit 25d3101

File tree

1 file changed

+1
-1
lines changed
  • java-showcase/gapic-showcase

1 file changed

+1
-1
lines changed

java-showcase/gapic-showcase/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
<dependency>
282282
<groupId>ch.qos.logback</groupId>
283283
<artifactId>logback-classic</artifactId>
284-
<version>1.2.13</version>
284+
<version>1.3.15</version>
285285
<scope>test</scope>
286286
</dependency>
287287
<dependency>

0 commit comments

Comments
 (0)