Skip to content

Commit

Permalink
Update gson to 2.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mpaladin authored Nov 12, 2021
1 parent 69c74ab commit c0ac2c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions override-dep-licenses.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
<version>2.8.9</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit c0ac2c1

Please sign in to comment.