Version bump 2 dependencies
This commit is contained in:
parent
5ea94abde5
commit
386f395e4b
|
@ -10,6 +10,8 @@
|
|||
<li>Guava (JPA): 28.0 -> 28.2</li>
|
||||
<li>Spring Boot (Boot): 2.2.0.RELEASE -> 2.2.6.RELEASE</li>
|
||||
<li>FlywayDB (JPA) 6.1.0 -> 6.4.1</li>
|
||||
<li>Apache HTTPCliient (JPA): 4.5.9 -> 4.5.12</li>
|
||||
<li>Apache HTTPCore (JPA): 4.4.11 -> 4.4.14</li>
|
||||
</ul>"
|
||||
- item:
|
||||
issue: "1583"
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -688,8 +688,8 @@
|
|||
<hibernate_search_version>5.11.5.Final</hibernate_search_version>
|
||||
<lucene_version>5.5.5</lucene_version>
|
||||
<hibernate_validator_version>6.1.3.Final</hibernate_validator_version>
|
||||
<httpcore_version>4.4.11</httpcore_version>
|
||||
<httpclient_version>4.5.9</httpclient_version>
|
||||
<httpcore_version>4.4.13</httpcore_version>
|
||||
<httpclient_version>4.5.12</httpclient_version>
|
||||
<jackson_version>2.10.0</jackson_version>
|
||||
<jackson_databind_version>2.10.0</jackson_databind_version>
|
||||
<maven_assembly_plugin_version>3.1.0</maven_assembly_plugin_version>
|
||||
|
|
Loading…
Reference in New Issue