提交 e411b0aa 编写于 作者: S sanluan

框架版本更新

上级 85c0ddd6
......@@ -26,16 +26,16 @@ subprojects{
ext {
// http://mvnrepository.com/artifact/org.springframework/spring-core
// http://projects.spring.io/spring-framework/
springVersion = "5.2.6.RELEASE"
springVersion = "5.2.9.RELEASE"
// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web
// https://projects.spring.io/spring-boot/
springBootVersion = "2.2.7.RELEASE"
springBootVersion = "2.2.10.RELEASE"
// http://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient
// http://hc.apache.org/downloads.cgi
httpclientVersion = "4.5.10"
// http://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core
jacksonVersion = "2.11.0"
jacksonDatabindVersion = "2.11.0"
jacksonVersion = "2.11.3"
jacksonDatabindVersion = "2.11.3"
// http://mvnrepository.com/artifact/org.hibernate/hibernate-core
// http://hibernate.org/orm/downloads/
hibernateVersion = "5.4.12.Final"
......
......@@ -21,16 +21,16 @@
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
<!-- http://mvnrepository.com/artifact/org.springframework/spring-core -->
<!-- http://projects.spring.io/spring-framework/ -->
<version.spring>5.2.6.RELEASE</version.spring>
<version.spring>5.2.9.RELEASE</version.spring>
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web -->
<!-- https://projects.spring.io/spring-boot/ -->
<version.springBoot>2.2.7.RELEASE</version.springBoot>
<version.springBoot>2.2.10.RELEASE</version.springBoot>
<!-- http://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
<!-- http://hc.apache.org/downloads.cgi -->
<version.httpclient>4.5.10</version.httpclient>
<!-- http://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
<version.jackson>2.11.0</version.jackson>
<version.jacksondatabind>2.11.0</version.jacksondatabind>
<version.jackson>2.11.3</version.jackson>
<version.jacksondatabind>2.11.3</version.jacksondatabind>
<!-- http://mvnrepository.com/artifact/org.hibernate/hibernate-core -->
<!-- http://hibernate.org/orm/releases/ -->
<version.hibernate>5.4.12.Final</version.hibernate>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册