Skip to content

Commit

Permalink
Auto-Update Dependencies
Browse files Browse the repository at this point in the history
Updated org.apache.httpcomponents.client5:httpclient5:jar:5.2.1 to version 5.3-alpha1
Updated org.apache.pdfbox:pdfbox:jar:3.0.0-RC1 to version 3.0.0
  • Loading branch information
actions-user committed Aug 22, 2023
1 parent 4ec742d commit 4ead179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.2.1</version>
<version>5.3-alpha1</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand Down
2 changes: 1 addition & 1 deletion stages/text-extraction/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>3.0.0-RC1</version>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 4ead179

Please sign in to comment.