diff --git a/client/pom.xml b/client/pom.xml index 5bbae591..9720760c 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -53,7 +53,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.1.1 + ${maven.plugin.shade.version} package @@ -66,7 +66,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.0.2 + ${maven.plugin.jar.version} @@ -91,7 +91,7 @@ org.apache.maven.plugins maven-deploy-plugin - 2.7 + ${maven.plugin.deploy.version} true diff --git a/core/pom.xml b/core/pom.xml index 3baeec7b..1680f2f1 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -40,30 +40,30 @@ DisCal-Core - org.apache.maven.plugins - maven-shade-plugin - 3.1.1 - - - package - - shade - - - - - - org.apache.maven.plugins - maven-jar-plugin - 3.0.2 - - - - true - - - - + org.apache.maven.plugins + maven-shade-plugin + ${maven.plugin.shade.version} + + + package + + shade + + + + + + org.apache.maven.plugins + maven-jar-plugin + ${maven.plugin.jar.version} + + + + true + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 7e7691dc..63233995 100644 --- a/pom.xml +++ b/pom.xml @@ -18,13 +18,16 @@ 3.0.11.RELEASE 2.3.0 - 2.1.5.RELEASE - 5.1.5.RELEASE - 2.2.7.RELEASE + 2.3.1.RELEASE + 5.3.3.RELEASE + 2.3.0.RELEASE + 2.3.1.RELEASE 3.1.0-SNAPSHOT - 1.28.0 + 1.30.9 + v3-rev411-1.25.0 + 1.30.6 0.8.1.RELEASE 0.8.2.RELEASE @@ -33,6 +36,12 @@ Dysprosium-SR7 + 3.0.0-M1 + 3.8.1 + 3.2.4 + 3.2.0 + 3.0.0 + 3.1.0-SNAPSHOT @@ -111,7 +120,7 @@ org.jetbrains annotations - 17.0.0 + 19.0.0 @@ -146,20 +155,20 @@ com.google.api-client google-api-client - ${google.client-api.version} + ${google.client-api.core.version} false com.google.apis google-api-services-calendar - v3-rev371-1.25.0 + ${google.client-api.calendar.version} com.google.oauth-client google-oauth-client-jetty - ${google.client-api.version} + ${google.client-api.oauth.version} org.mortbay.jetty @@ -193,25 +202,25 @@ org.json json - 20180813 + 20200518 joda-time joda-time - 2.10.1 + 2.10.6 com.squareup.okhttp3 okhttp - 3.14.0 + 4.7.2 club.minnced discord-webhooks - 0.1.7 + 0.3.1 @@ -251,7 +260,7 @@ org.springframework.session spring-session-data-redis - ${spring.version} + ${spring.session.version} @@ -273,7 +282,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + ${maven.plugin.compiler.version} 8 8 @@ -282,7 +291,7 @@ org.apache.maven.plugins maven-deploy-plugin - 2.7 + ${maven.plugin.deploy.version} true diff --git a/server/pom.xml b/server/pom.xml index a6f8c8a6..a669a471 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -42,16 +42,16 @@ - org.flywaydb - flyway-core - 5.2.4 - + org.flywaydb + flyway-core + 6.4.4 + - - mysql - mysql-connector-java - 8.0.15 - + + mysql + mysql-connector-java + 8.0.20 + @@ -62,7 +62,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.1.1 + ${maven.plugin.shade.version} package @@ -75,7 +75,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.0.2 + ${maven.plugin.jar.version} @@ -97,14 +97,14 @@ - - org.apache.maven.plugins - maven-deploy-plugin - 2.7 - - true - - + + org.apache.maven.plugins + maven-deploy-plugin + ${maven.plugin.deploy.version} + + true + + \ No newline at end of file diff --git a/web/pom.xml b/web/pom.xml index b929136a..6e93acfc 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -46,7 +46,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.1.1 + ${maven.plugin.shade.version} package @@ -59,7 +59,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.0.2 + ${maven.plugin.jar.version} @@ -81,20 +81,20 @@ - - org.codehaus.mojo - exec-maven-plugin - 1.6.0 - - - NPM project install - initialize - - exec - - - npm - install + + org.codehaus.mojo + exec-maven-plugin + ${maven.plugin.exec.version} + + + NPM project install + initialize + + exec + + + npm + install .. @@ -133,14 +133,14 @@ - - org.apache.maven.plugins - maven-deploy-plugin - 2.7 - - true - - + + org.apache.maven.plugins + maven-deploy-plugin + ${maven.plugin.deploy.version} + + true + + \ No newline at end of file