From 9ab50727e76356ee63a86445ac63befcf29a78b0 Mon Sep 17 00:00:00 2001 From: Andre Wachsmuth Date: Tue, 4 Oct 2022 10:41:04 +0100 Subject: [PATCH] 2.24.0, update dependency patch versions, update readme --- README.md | 7 ++++++- pom.xml | 14 +++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 02cf93d..d3defa4 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ This plugin combines and minimizes JavaScript files. It produces a merged and a Requires at least Java 11. +# Notes regarding changes and updates + +* Closure compiler is pretty stable right now and rarely adds completely new features. It seems to concentrate on stability and bug fixes. I'll update closure compiler every few months. If you need an update immediately for a particular bug fix, feel free to open an issue. +* There are many low-level options in closure compiler, most of which are not exposed by this plugin, as I do not have any use case. If you are missing an option, also feel free to open an issue. + # Usage Configure your project's `pom.xml` to run the plugin during the project's build cycle. @@ -38,7 +43,7 @@ Configure your project's `pom.xml` to run the plugin during the project's build com.github.blutorange closure-compiler-maven-plugin - 2.23.0 + 2.24.0 ${project.basedir}/src/main/resources diff --git a/pom.xml b/pom.xml index 6321082..8c7af51 100644 --- a/pom.xml +++ b/pom.xml @@ -75,8 +75,8 @@ UTF-8 github - 3.8.5 - 3.8.5 + 3.8.6 + 3.8.6 3.1.0 3.8.0 3.6.4 @@ -86,7 +86,7 @@ 2.5.3 3.7.1 2.1 - 3.8.5 + 3.8.6 3.6.4 3.0.1 3.0.0 @@ -102,8 +102,8 @@ 2.11.0 4.4 3.12.0 - 1.9 - 2.9.0 + 1.10.0 + 2.9.1 0.0.7 0.12 @@ -150,13 +150,13 @@ org.slf4j slf4j-api - 1.7.25 + 2.0.3 test org.slf4j slf4j-simple - 1.7.25 + 2.0.3 test