From d75b254dc5f4f68c1c10035050ce5d57c920847b Mon Sep 17 00:00:00 2001 From: eduosi Date: Sat, 11 Apr 2020 23:54:24 +0800 Subject: [PATCH] upgrade 1.1.2 --- pom.xml | 263 ++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 177 insertions(+), 86 deletions(-) diff --git a/pom.xml b/pom.xml index d4cb081..ba10564 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ parent https://github.com/buession/buession-parent Buession Parent - 1.1.0 + 1.1.2 pom @@ -39,32 +39,35 @@ UTF-8 1.8 - 1.1.0 - 1.1.0 - 1.1.0 - 1.1.0 - 5.2.1.RELEASE - 2.2.1.RELEASE - 2.2.0.RELEASE - 2.2.2.RELEASE - 5.2.1.RELEASE + 1.1.2 + 1.1.2 + 1.1.2 + 1.1.2 + 5.2.5.RELEASE + 2.2.6.RELEASE + 2.2.2.RELEASE + 2.2.6.RELEASE + 5.3.0.RELEASE 2.5.1.RELEASE 2.2 + 1.5.2 + 4.0.0-RC3 + 3.6.1 3.0 1.19.4 - 2.10.1 - 2.10.1 - 2.10.1 - 2.10.1 - 2.10.1 + 2.10.3 + 2.10.3 + 2.10.3 + 2.10.3 + 2.10.3 1.9.13 1.4.0 - 1.3.1 - 4.1.1 + 1.3.6 + 4.1.5 1.9.5 1.64 - 1.7.26 - 2.11.2 + 1.7.30 + 2.13.1 @@ -278,7 +281,7 @@ org.springframework.session spring-session-data-redis - 2.2.0.RELEASE + 2.2.2.RELEASE compile @@ -296,7 +299,7 @@ org.springframework.security spring-security-rsa - 1.0.8.RELEASE + 1.0.9.RELEASE org.springframework.security @@ -334,51 +337,15 @@ - javax.servlet - javax.servlet-api - 4.0.1 - compile - - - javax.annotation - javax.annotation-api - 1.3.2 - compile - - - javax.transaction - javax.transaction-api - 1.3 - compile - - - javax.transaction - jta - 1.1 - compile - - - javax.persistence - javax.persistence-api - 2.2 - compile - - - org.glassfish - javax.el - 3.0.0 - compile - - - javax.validation - validation-api - 2.0.1.Final + org.springframework.retry + spring-retry + 1.2.5.RELEASE jakarta.activation jakarta.activation-api - 1.2.1 + 1.2.2 compile @@ -408,7 +375,7 @@ jakarta.jws jakarta.jws-api - 1.1.1 + 2.1.0 compile @@ -438,7 +405,7 @@ jakarta.xml.ws jakarta.xml.ws-api - 2.3.2 + 2.3.3 compile @@ -458,20 +425,20 @@ com.zaxxer HikariCP - 3.4.1 + 3.4.2 compile org.mybatis mybatis - 3.5.3 + 3.5.4 compile org.mybatis mybatis-spring - 2.0.3 + 2.0.4 compile @@ -490,14 +457,14 @@ org.mongodb mongo-java-driver - 3.11.2 + 3.12.2 org.apache.velocity velocity-engine-core - 2.1 + 2.2 org.apache.velocity.tools @@ -542,7 +509,7 @@ com.google.guava guava - 28.1-jre + 28.2-jre com.google.guava @@ -561,10 +528,15 @@ commons-lang3 3.9 + + org.apache.commons + commons-collections4 + 4.4 + org.apache.commons commons-pool2 - 2.7.0 + 2.8.0 compile @@ -572,15 +544,16 @@ commons-digester3 3.2 + org.apache.httpcomponents httpcore - 4.4.12 + 4.4.13 org.apache.httpcomponents httpclient - 4.5.10 + 4.5.12 @@ -601,7 +574,7 @@ commons-codec commons-codec - 1.13 + 1.14 commons-collections @@ -650,14 +623,14 @@ redis.clients jedis - 3.1.0 + 3.2.0 compile joda-time joda-time - 2.10.2 + 2.10.5 com.fasterxml @@ -672,7 +645,7 @@ org.checkerframework checker-qual - 3.0.0 + 3.2.0 cglib @@ -703,12 +676,34 @@ org.hibernate hibernate-core - 5.4.8.Final + 5.4.13.Final + + + org.jboss.logging + jboss-logging + + + org.jboss.spec.javax.transaction + jboss-transaction-api_1.2_spec + + + javax.persistence + javax.persistence-api + + + javax.activation + javax.activation-api + + + javax.xml.bind + jaxb-api + + org.hibernate.validator hibernate-validator - 6.1.0.Final + 6.1.2.Final @@ -747,7 +742,7 @@ com.squareup.okhttp3 okhttp - 4.2.2 + 4.4.1 compile @@ -868,10 +863,95 @@ + + org.reactivestreams + reactive-streams + 1.0.3 + + + + io.reactivex + rxjava + 1.3.8 + + + io.reactivex + rxjava-reactive-streams + 1.2.1 + + + + io.projectreactor + reactor-core + 3.3.4.RELEASE + + + + + org.apache.shiro + shiro-core + ${shiro.version} + + + org.apache.shiro + shiro-aspectj + ${shiro.version} + + + org.apache.shiro + shiro-spring + ${shiro.version} + + + org.apache.shiro + shiro-web + ${shiro.version} + + + + + + org.pac4j + pac4j-config + ${pac4j.version} + + + com.zaxxer + HikariCP + + + + + org.pac4j + pac4j-cas + ${pac4j.version} + + + org.pac4j + pac4j-http + ${pac4j.version} + + + org.pac4j + pac4j-oauth + ${pac4j.version} + + + org.pac4j + pac4j-jwt + ${pac4j.version} + + + org.pac4j + spring-webmvc-pac4j + ${pac4j.version} + + + org.yaml snakeyaml - 1.25 + 1.26 @@ -880,6 +960,12 @@ 2.7.7 + + org.hdrhistogram + HdrHistogram + 2.1.12 + + org.aspectj aspectjrt @@ -1004,7 +1090,7 @@ com.alibaba fastjson - 1.2.62 + 1.2.67 @@ -1061,7 +1147,7 @@ junit junit - 4.12 + 4.13 test @@ -1099,12 +1185,14 @@ org.apache.maven.plugins maven-source-plugin 3.1.0 + + true + attach-source - deploy - jar + jar-no-fork @@ -1121,7 +1209,6 @@ attach-javadoc - deploy jar @@ -1146,7 +1233,7 @@ sign-artifacts - install + verify sign @@ -1179,6 +1266,10 @@ org.apache.maven.plugins maven-gpg-plugin + + org.sonatype.plugins + nexus-staging-maven-plugin +