Skip to content

Commit

Permalink
pcorlessGH-46 Updates sardine
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Tâche committed Aug 18, 2023
1 parent c018a00 commit 86e6c8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion viewer/viewer-awt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation 'org.bouncycastle:bcprov-jdk15on:' + "${BOUNCY_VERSION}"
implementation 'org.bouncycastle:bcprov-ext-jdk15on:' + "${BOUNCY_VERSION}"
implementation 'org.bouncycastle:bcpkix-jdk15on:' + "${BOUNCY_VERSION}"
compile 'com.github.lookfirst:sardine:5.10'
compile 'com.github.lookfirst:sardine:5.12'
compile 'org.apache.tika:tika-core:1.23'
compile 'jakarta.xml.bind:jakarta.xml.bind-api:2.3.3'
compile 'org.glassfish.jaxb:jaxb-runtime:2.3.3'
Expand Down
2 changes: 1 addition & 1 deletion viewer/viewer-awt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>com.github.lookfirst</groupId>
<artifactId>sardine</artifactId>
<version>5.10</version>
<version>5.12</version>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
Expand Down

0 comments on commit 86e6c8f

Please sign in to comment.