diff --git a/core/pom.xml b/core/pom.xml index 1a25433..2b03eb0 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -30,27 +30,27 @@ com.google.guava guava - 32.0.0-jre + 32.1.3-jre org.apache.commons commons-lang3 - 3.12.0 + 3.14.0 commons-io commons-io - 2.11.0 + 2.15.1 net.lingala.zip4j zip4j - 2.11.3 + 2.11.5 org.fusesource.jansi jansi - 2.4.0 + 2.4.1 com.fasterxml.jackson.datatype diff --git a/docs/package.json b/docs/package.json index 72bae23..11af62a 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "uglify-js": "3.17.0" + "uglify-js": "3.17.4" }, "scripts": { "uglify": "uglifyjs assets/js/_main.js -c -m -o assets/js/main.min.js", diff --git a/docs/yarn.lock b/docs/yarn.lock index aa7f970..57599a9 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -2,7 +2,7 @@ # yarn lockfile v1 -uglify-js@3.17.0: - version "3.17.0" - resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.0.tgz#55bd6e9d19ce5eef0d5ad17cd1f587d85b180a85" - integrity sha512-aTeNPVmgIMPpm1cxXr2Q/nEbvkmV8yq66F3om7X3P/cvOXQ0TMQ64Wk63iyT1gPlmdmGzjGpyLh1f3y8MZWXGg== +uglify-js@3.17.4: + version "3.17.4" + resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c" + integrity sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g== diff --git a/e2e-tests/pom.xml b/e2e-tests/pom.xml index aa2b220..6cbac7a 100644 --- a/e2e-tests/pom.xml +++ b/e2e-tests/pom.xml @@ -50,13 +50,13 @@ com.google.guava guava - 32.0.0-jre + 32.1.3-jre test org.postgresql postgresql - 42.4.3 + 42.7.1 test diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index aeb009f..99600f6 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -50,7 +50,7 @@ org.codehaus.plexus plexus-interactivity-api - 1.2 + 1.3 diff --git a/pom.xml b/pom.xml index 954e2ea..da6bd64 100644 --- a/pom.xml +++ b/pom.xml @@ -64,11 +64,11 @@ UTF-8 - 3.8.6 - 3.10.1 + 3.9.6 + 3.12.1 3.3.0 3.3.0 - 2.13.3 + 2.16.1 @@ -207,7 +207,7 @@ org.projectlombok lombok - 1.18.24 + 1.18.30 provided