Skip to content

Commit

Permalink
Bump closure-compiler-unshaded from v20200406 to v20200830 (#928)
Browse files Browse the repository at this point in the history
While there are newer versions of closure-compiler available (v20200517), all starting
from v20200920 onwards still ship gson in version 2.7, potentially clashing with other
versions used in the projects depending on wicket-bootstrap and transitively on
closure-compiler. See PR #797.
  • Loading branch information
ursjoss committed Sep 15, 2021
1 parent c7eaae7 commit 7972728
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -63,7 +63,8 @@
<modernizr.version>2.8.3</modernizr.version>
<guava.version>30.1.1</guava.version>
<jetty.version>9.4.39.v20210325</jetty.version>
<google-closure.version>v20200406</google-closure.version>
<!-- Note: closure-compiler-unshaded v20200920 (until at least v20210907) contains gson -->
<google-closure.version>v20200830</google-closure.version>
<contiperf.version>2.4.3</contiperf.version>
<jquerypp.version>1.0.1</jquerypp.version>
<jquery.version>2.2.4</jquery.version>
Expand Down

0 comments on commit 7972728

Please sign in to comment.