Skip to content

Commit

Permalink
TIKA-4379: update microsoft graph, kotlin-stdlib, jline, byte-buddy, …
Browse files Browse the repository at this point in the history
…c3p0
  • Loading branch information
THausherr committed Feb 3, 2025
1 parent efb7794 commit fa89ca9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
<bouncycastle.version>1.80</bouncycastle.version>
<!-- NOTE: sync brotli version with commons-compress-->
<brotli.version>0.1.2</brotli.version>
<c3p0.version>0.10.1</c3p0.version>
<c3p0.version>0.10.2</c3p0.version>
<commons.cli.version>1.9.0</commons.cli.version>
<commons.codec.version>1.18.0</commons.codec.version>
<commons.collections4.version>4.4</commons.collections4.version>
Expand Down
4 changes: 2 additions & 2 deletions tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.16.1</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
Expand Down Expand Up @@ -214,7 +214,7 @@
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline</artifactId>
<version>3.28.0</version>
<version>3.29.0</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
Expand Down
4 changes: 2 additions & 2 deletions tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
<name>Apache Tika Microsoft Graph Pipes Fetcher</name>

<properties>
<microsoft-graph.version>6.26.0</microsoft-graph.version>
<microsoft-graph.version>6.27.0</microsoft-graph.version>
<wiremock.version>3.3.1</wiremock.version>
<msal4j.version>1.18.0</msal4j.version>
<kotlin-stdlib.version>2.1.0</kotlin-stdlib.version>
<kotlin-stdlib.version>2.1.10</kotlin-stdlib.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit fa89ca9

Please sign in to comment.