Skip to content

Commit 3468388

Browse files
committed
Upgrade a few libraries and plugins.
1 parent a5118c3 commit 3468388

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

pom.xml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -741,16 +741,17 @@
741741
<version>${version.apache-shared-ldap}</version>
742742
</dependency>
743743

744+
<!-- v5.2 of these two httpcomponents libs require Java 8 -->
744745
<dependency>
745746
<groupId>org.apache.httpcomponents.client5</groupId>
746747
<artifactId>httpclient5</artifactId>
747-
<version>5.1.3</version>
748+
<version>5.1.4</version>
748749
</dependency>
749750

750751
<dependency>
751752
<groupId>org.apache.httpcomponents.core5</groupId>
752753
<artifactId>httpcore5</artifactId>
753-
<version>5.1.3</version>
754+
<version>5.1.5</version>
754755
</dependency>
755756

756757
<dependency>
@@ -783,7 +784,7 @@
783784
<dependency>
784785
<groupId>org.hsqldb</groupId>
785786
<artifactId>hsqldb</artifactId>
786-
<!-- <version>2.7.1</version> This is latest version, but requires Java 8. 2.3.6 is last version to support Java 7. -->
787+
<!-- <version>2.7.1</version> 2.6.0+ requires Java 11. 2.3.6 is last version to support Java 7. 2.5.x versions support Java 8 -->
787788
<version>2.3.6</version>
788789
</dependency>
789790

@@ -880,7 +881,7 @@
880881
<plugin>
881882
<groupId>org.apache.maven.plugins</groupId>
882883
<artifactId>maven-release-plugin</artifactId>
883-
<version>3.0.0-M6</version>
884+
<version>3.0.0-M7</version>
884885
</plugin>
885886
</plugins>
886887
</pluginManagement>
@@ -972,7 +973,7 @@
972973
<plugin>
973974
<groupId>org.apache.maven.plugins</groupId>
974975
<artifactId>maven-install-plugin</artifactId>
975-
<version>3.0.1</version>
976+
<version>3.1.0</version>
976977
</plugin>
977978

978979
<plugin>
@@ -1034,7 +1035,7 @@
10341035
<plugin>
10351036
<groupId>org.codehaus.cargo</groupId>
10361037
<artifactId>cargo-maven3-plugin</artifactId>
1037-
<version>1.10.2</version>
1038+
<version>1.10.3</version>
10381039
</plugin>
10391040

10401041
<plugin>
@@ -1230,8 +1231,8 @@
12301231
<version.exec.maven>1.6.0</version.exec.maven>
12311232
<!-- hibernate is up to rev 6+. But 4.0.0. causes this error: symbol: org.hibernate.classic.Session not found -->
12321233
<version.hibernate>3.6.10.Final</version.hibernate>
1233-
<version.spotbugs.maven>4.7.2.1</version.spotbugs.maven>
1234-
<version.spotbugs>4.7.2</version.spotbugs>
1234+
<version.spotbugs.maven>4.7.3.0</version.spotbugs.maven>
1235+
<version.spotbugs>4.7.3</version.spotbugs>
12351236
<version.springframework>4.3.30.RELEASE</version.springframework>
12361237
<!-- tomcat 8.5 is last version to support Java 7. Tomcat 9+ requires Java 8. -->
12371238
<tomcat.major.version>8</tomcat.major.version>

0 commit comments

Comments
 (0)