Harmonize library versions (#4228)

* Use jdt.annotation 2.2.100 (i18n tool)
* Use gson 2.10.1 (i18n tool, upgrade tool)
* Use logback 1.3.14 (test)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2024-05-14 20:56:00 +02:00
committed by GitHub
parent 965e7311eb
commit 593681a681
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.11</version>
<version>1.3.14</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>