diff --git a/override-dep-licenses.properties b/override-dep-licenses.properties index 861216a70ed..90476e912a5 100644 --- a/override-dep-licenses.properties +++ b/override-dep-licenses.properties @@ -10,3 +10,5 @@ org.ow2.asm--asm-util--8.0.1=bsd # tomcat uses both apache v2 and cddl, however in the POM it is defined in a way that license plugin fails to recognize it properly # that's why we override to Apache license org.apache.tomcat--tomcat-servlet-api--9.0.30=apache_v2 + +com.google.code.gson--gson--2.8.9=apache_v2 diff --git a/pom.xml b/pom.xml index 7ff04e9d0c0..ba4896d1d31 100644 --- a/pom.xml +++ b/pom.xml @@ -274,7 +274,7 @@ com.google.code.gson gson - 2.8.6 + 2.8.9 compile