Skip to content

Commit

Permalink
Merge pull request #431 from clarin-eric/Update-maven-dependencies
Browse files Browse the repository at this point in the history
Update maven dependencies
  • Loading branch information
andmor- authored Nov 13, 2024
2 parents d214dee + 27225c4 commit 22c90bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.78.1</version>
<version>1.79</version>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>2.9.2</version>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers-standard-package</artifactId>
<version>2.9.2</version>
<version>3.0.0</version>
</dependency>


Expand All @@ -98,7 +98,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.11.0-M2</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -107,7 +107,7 @@
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
Expand Down

0 comments on commit 22c90bb

Please sign in to comment.