You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Springboot version 2.7.8, 2.7.18 (and probably all in between) are being flagged by FOSSA on license violation by a transitive dependency: ch.qos.logback:logback-classic (1.12.2) - it contains "LGPL-2.1-only".
Can org.springframework.boot:spring-boot-starter-logging depend on a "non-GPL" alternative library?
Springboot version 2.7.8, 2.7.18 (and probably all in between) are being flagged by FOSSA on license violation by a transitive dependency: ch.qos.logback:logback-classic (1.12.2) - it contains "LGPL-2.1-only".
Can org.springframework.boot:spring-boot-starter-logging depend on a "non-GPL" alternative library?
spring-boot-starter-web (2.7.18):
org.springframework.boot:spring-boot-starter-web -> org.springframework.boot:spring-boot-starter -> org.springframework.boot:spring-boot-starter-logging -> ch.qos.logback:logback-classic
The text was updated successfully, but these errors were encountered: