Skip to content

Commit af68b5a

Browse files
1 parent 9ad8a4d commit af68b5a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • java-showcase/gapic-showcase

java-showcase/gapic-showcase/pom.xml

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

1919
<properties>
2020
<gapic-showcase.version>0.36.2</gapic-showcase.version>
21-
<slf4j1-logback.version>1.2.13</slf4j1-logback.version>
21+
<slf4j1-logback.version>1.5.19</slf4j1-logback.version>
2222
</properties>
2323

2424
<build>
@@ -244,13 +244,13 @@
244244
<dependency>
245245
<groupId>ch.qos.logback</groupId>
246246
<artifactId>logback-classic</artifactId>
247-
<version>1.5.16</version>
247+
<version>1.5.19</version>
248248
<scope>test</scope>
249249
</dependency>
250250
<dependency>
251251
<groupId>ch.qos.logback</groupId>
252252
<artifactId>logback-core</artifactId>
253-
<version>1.5.16</version>
253+
<version>1.5.19</version>
254254
<scope>test</scope>
255255
</dependency>
256256
</dependencies>
@@ -333,13 +333,13 @@
333333
<dependency>
334334
<groupId>ch.qos.logback</groupId>
335335
<artifactId>logback-classic</artifactId>
336-
<version>1.2.13</version>
336+
<version>1.5.19</version>
337337
<scope>test</scope>
338338
</dependency>
339339
<dependency>
340340
<groupId>ch.qos.logback</groupId>
341341
<artifactId>logback-core</artifactId>
342-
<version>1.3.15</version>
342+
<version>1.5.19</version>
343343
<scope>test</scope>
344344
</dependency>
345345
</dependencies>

0 commit comments

Comments
 (0)