Third party dependencies license check failure 2025-01-09
Differences found:
--- DEPENDENCIES.txt 2025-01-09 14:09:54.663616929 +0000
+++ DEPENDENCIES.generated.processed.txt 2025-01-09 14:11:51.992370164 +0000
@@ -6,7 +6,8 @@
maven/mavencentral/ch.qos.logback/logback-core/1.5.7, EPL-1.0 AND LGPL-2.1-only, approved, #15210
maven/mavencentral/com.github.com-github-javabdd/com.github.javabdd/9.0.0, LGPL-2.0-or-later, approved, #2530
maven/mavencentral/com.google.code.findbugs/jsr305/3.0.2, Apache-2.0 and CC-BY-2.5, approved, #15220
-maven/mavencentral/com.google.errorprone/error_prone_annotations/2.23.0, Apache-2.0, approved, #11083
+maven/mavencentral/com.google.code.gson/gson/2.11.0, Apache-2.0, approved, #14820
+maven/mavencentral/com.google.errorprone/error_prone_annotations/2.27.0, Apache-2.0, approved, #14584
maven/mavencentral/com.google.errorprone/error_prone_annotations/2.28.0, Apache-2.0, approved, #15107
maven/mavencentral/com.google.guava/failureaccess/1.0.2, Apache-2.0, approved, CQ22654
maven/mavencentral/com.google.guava/guava/33.0.0-jre, Apache-2.0 AND CC0-1.0, approved, #12173
The added gson
dependency is something added by !1199 (merged), where I forgot to update the dependencies file (I didn't realize it would consider this, as it is only used during the build). The other added dependency is probably needed by the gson
dependency, I assume.