Merge pull request #11770 from kwoyke/JAVA-9840
JAVA-9840: Upgrade parent-boot-2 to 2.6.3
This commit is contained in:
commit
5f23404ee4
|
@ -88,7 +88,7 @@
|
|||
<rest-assured.version>3.3.0</rest-assured.version>
|
||||
<!-- plugins -->
|
||||
<thin.version>1.0.22.RELEASE</thin.version>
|
||||
<spring-boot.version>2.6.1</spring-boot.version>
|
||||
<spring-boot.version>2.6.3</spring-boot.version>
|
||||
<aspectjweaver.version>1.9.1</aspectjweaver.version>
|
||||
</properties>
|
||||
|
||||
|
|
|
@ -124,7 +124,7 @@
|
|||
</build>
|
||||
|
||||
<properties>
|
||||
<spring-tx.version>5.3.13</spring-tx.version>
|
||||
<spring-tx.version>5.3.15</spring-tx.version>
|
||||
<httpclient.version>4.5.2</httpclient.version>
|
||||
<reactor-core.version>3.3.1.RELEASE</reactor-core.version>
|
||||
<embed.mongo.version>3.2.6</embed.mongo.version>
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
|
||||
<properties>
|
||||
<!-- Spring -->
|
||||
<org.springframework.version>5.3.13</org.springframework.version>
|
||||
<org.springframework.version>5.3.15</org.springframework.version>
|
||||
<!-- persistence -->
|
||||
<spring-mybatis.version>2.0.6</spring-mybatis.version>
|
||||
<mybatis.version>3.5.2</mybatis.version>
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
|
||||
<properties>
|
||||
<log4j2.version>2.14.1</log4j2.version>
|
||||
<spring-core.version>5.3.13</spring-core.version>
|
||||
<spring-core.version>5.3.15</spring-core.version>
|
||||
<maven.compiler.target>11</maven.compiler.target>
|
||||
<maven.compiler.source>11</maven.compiler.source>
|
||||
</properties>
|
||||
|
|
Loading…
Reference in New Issue