Skip to content

Commit

Permalink
Upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
torakiki committed Nov 5, 2024
1 parent ebbc041 commit ec760a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -326,20 +326,20 @@

<properties>
<sejda.commons.version>3.0.0</sejda.commons.version>
<junit.version>5.11.1</junit.version>
<junit.version>5.11.3</junit.version>
<slf4j.version>2.0.16</slf4j.version>
<commons.lang.version>3.17.0</commons.lang.version>
<commons.io.version>2.17.0</commons.io.version>
<validation.api.version>3.0.2</validation.api.version>
<mockito.version>5.14.1</mockito.version>
<logback.version>1.5.8</logback.version>
<mockito.version>5.14.2</mockito.version>
<logback.version>1.5.12</logback.version>
<archunit.version>1.3.0</archunit.version>
<hibernate-validator.version>7.0.5.Final</hibernate-validator.version>
<jakarta-el.version>4.0.2</jakarta-el.version>
<hamcrest.version>3.0</hamcrest.version>
<sambox.version>3.0.20</sambox.version>
<sejda.io.version>3.0.1</sejda.io.version>
<bouncycastle.version>1.78.1</bouncycastle.version>
<bouncycastle.version>1.79</bouncycastle.version>
<twelvemonkeys.version>3.11.0</twelvemonkeys.version>
<metadata-extractor.version>2.19.0</metadata-extractor.version>
<thumbnailator.version>0.4.20</thumbnailator.version>
Expand Down Expand Up @@ -442,7 +442,7 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<artifactId>hamcrest</artifactId>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion sejda-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<artifactId>hamcrest</artifactId>
<version>${hamcrest.version}</version>
<scope>compile</scope>
</dependency>
Expand Down

0 comments on commit ec760a9

Please sign in to comment.