Skip to content

Commit 4a8fb83

Browse files
committed
Upgrade some dependencies and plugins.
1 parent 122b2ee commit 4a8fb83

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -749,13 +749,13 @@
749749
<dependency>
750750
<groupId>org.apache.httpcomponents.client5</groupId>
751751
<artifactId>httpclient5</artifactId>
752-
<version>5.2.2</version>
752+
<version>5.3</version>
753753
</dependency>
754754

755755
<dependency>
756756
<groupId>org.apache.httpcomponents.core5</groupId>
757757
<artifactId>httpcore5</artifactId>
758-
<version>5.2.3</version>
758+
<version>5.2.4</version>
759759
</dependency>
760760

761761
<dependency>
@@ -795,7 +795,7 @@
795795
<dependency>
796796
<groupId>org.owasp.esapi</groupId>
797797
<artifactId>esapi</artifactId>
798-
<version>2.5.3.0</version>
798+
<version>2.5.3.1</version>
799799
</dependency>
800800

801801
<dependency>
@@ -1032,7 +1032,7 @@
10321032
<plugin>
10331033
<groupId>org.codehaus.cargo</groupId>
10341034
<artifactId>cargo-maven3-plugin</artifactId>
1035-
<version>1.10.10</version>
1035+
<version>1.10.11</version>
10361036
</plugin>
10371037

10381038
<plugin>
@@ -1230,8 +1230,8 @@
12301230
<version.fluido>2.0.0-M8</version.fluido>
12311231
<!-- hibernate is up to rev 6+. But 4.0.0. causes this error: symbol: org.hibernate.classic.Session not found -->
12321232
<version.hibernate>3.6.10.Final</version.hibernate>
1233-
<version.spotbugs.maven>4.8.1.0</version.spotbugs.maven>
1234-
<version.spotbugs>4.8.1</version.spotbugs>
1233+
<version.spotbugs.maven>4.8.2.0</version.spotbugs.maven>
1234+
<version.spotbugs>4.8.2</version.spotbugs>
12351235
<!-- Spring 6.x requires Java 17 -->
12361236
<version.springframework>5.3.31</version.springframework>
12371237
<!-- Tomcat 10 moves from Java EE to Jakarta EE, moving packages javax.* to jakarta.* - code changes likely required to address this change. -->

0 commit comments

Comments
 (0)