File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
java-showcase/gapic-showcase Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,12 @@ target/
1313* .vim
1414
1515# Vscode Settings
16- .vscode / settings.json
16+ .vscode
1717
1818# Python
1919** /__pycache__ /
2020.venv
21+ .python-version
2122
2223# library generation
2324** /googleapis
Original file line number Diff line number Diff line change 1818
1919 <properties >
2020 <gapic-showcase .version>0.36.2</gapic-showcase .version>
21+ <!-- This is the last version supporting slf4j 1.x, do not upgrade -->
2122 <slf4j1-logback .version>1.2.13</slf4j1-logback .version>
23+ <slf4j2-logback .version>1.5.21</slf4j2-logback .version>
2224 </properties >
2325
2426 <build >
244246 <dependency >
245247 <groupId >ch.qos.logback</groupId >
246248 <artifactId >logback-classic</artifactId >
247- <version >1.5.16 </version >
249+ <version >${slf4j2-logback.version} </version >
248250 <scope >test</scope >
249251 </dependency >
250252 <dependency >
251253 <groupId >ch.qos.logback</groupId >
252254 <artifactId >logback-core</artifactId >
253- <version >1.5.16 </version >
255+ <version >${slf4j2-logback.version} </version >
254256 <scope >test</scope >
255257 </dependency >
256258 </dependencies >
333335 <dependency >
334336 <groupId >ch.qos.logback</groupId >
335337 <artifactId >logback-classic</artifactId >
336- <version >1.2.13 </version >
338+ <version >${slf4j1-logback.version} </version >
337339 <scope >test</scope >
338340 </dependency >
339341 <dependency >
340342 <groupId >ch.qos.logback</groupId >
341343 <artifactId >logback-core</artifactId >
342- <version >1.3.15 </version >
344+ <version >${slf4j1-logback.version} </version >
343345 <scope >test</scope >
344346 </dependency >
345347 </dependencies >
You can’t perform that action at this time.
0 commit comments