Skip to content

Commit

Permalink
Update some dependencies to latest bugfix versions
Browse files Browse the repository at this point in the history
The updates were selected from this list:

    mvn versions:display-dependency-updates | grep -- "->" | sort | uniq

Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Jul 29, 2024
1 parent aeb57d1 commit 3055fed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>itextpdf</artifactId>
<version>5.5.13.3</version>
<version>5.5.13.4</version>
</dependency>
<dependency>
<groupId>com.opencsv</groupId>
Expand Down Expand Up @@ -180,7 +180,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.3.1</version>
<version>1.3.3</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
Expand Down Expand Up @@ -281,7 +281,7 @@ from system library in Java 11+ -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
<version>4.5.14</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down Expand Up @@ -327,7 +327,7 @@ from system library in Java 11+ -->
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>3.0.0-RC1</version>
<version>3.0.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -409,7 +409,7 @@ from system library in Java 11+ -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.78</version>
<version>1.78.1</version>
</dependency>
<dependency>
<groupId>org.camunda.bpm.model</groupId>
Expand Down Expand Up @@ -617,7 +617,7 @@ from system library in Java 11+ -->
<dependency>
<groupId>org.passay</groupId>
<artifactId>passay</artifactId>
<version>1.6.2</version>
<version>1.6.4</version>
</dependency>
<dependency>
<groupId>org.primefaces.extensions</groupId>
Expand Down

0 comments on commit 3055fed

Please sign in to comment.