Version bump some dependencies
This commit is contained in:
parent
97d5edc0b0
commit
e29462bcab
7
pom.xml
7
pom.xml
|
@ -878,8 +878,7 @@
|
|||
<dependency>
|
||||
<groupId>com.microsoft.sqlserver</groupId>
|
||||
<artifactId>mssql-jdbc</artifactId>
|
||||
<!--<version>6.2.2.jre8</version>-->
|
||||
<version>7.0.0.jre8</version>
|
||||
<version>7.4.1.jre8</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.mail</groupId>
|
||||
|
@ -958,7 +957,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-dbcp2</artifactId>
|
||||
<version>2.6.0</version>
|
||||
<version>2.7.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
|
@ -1295,7 +1294,7 @@
|
|||
<dependency>
|
||||
<groupId>org.postgresql</groupId>
|
||||
<artifactId>postgresql</artifactId>
|
||||
<version>42.2.6.jre7</version>
|
||||
<version>42.2.8</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.quartz-scheduler</groupId>
|
||||
|
|
|
@ -17,6 +17,9 @@
|
|||
<li>Hibernate Core (JPA): 5.4.2.Final -> 5.4.6.Final</li>
|
||||
<li>Hibernate Search (JPA): 5.11.1.Final -> 5.11.3.Final</li>
|
||||
<li>Jackson Databind (JPA): 2.9.9 -> 2.9.10 (CVE-2019-16335, CVE-2019-14540)</li>
|
||||
<li>Commons-DBCP2 (JPA): 2.6.0 -> 2.7.0</li>
|
||||
<li>Postgresql JDBC Driver (JPA): 42.2.6.jre7 -> 42.2.8</li>
|
||||
<li>MSSQL JDBC Driver (JPA): 7.0.0.jre8 -> 7.4.1.jre8</li>
|
||||
<li>Spring Boot (Boot): 2.1.1 -> 2.2.0</li>
|
||||
</ul>
|
||||
]]>
|
||||
|
|
Loading…
Reference in New Issue