Skip to content

Commit d8e0b6a

Browse files
committed
upgraded tika-core to 1.28.2; okhttp libraries to 4.9.3
1 parent 2676cce commit d8e0b6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,20 +102,20 @@
102102
<dependency>
103103
<groupId>org.apache.tika</groupId>
104104
<artifactId>tika-core</artifactId>
105-
<version>1.27</version>
105+
<version>1.28.2</version>
106106
</dependency>
107107

108108
<dependency>
109109
<groupId>com.squareup.okhttp3</groupId>
110110
<artifactId>okhttp</artifactId>
111-
<version>4.9.1</version>
111+
<version>4.9.3</version>
112112
<scope>compile</scope>
113113
</dependency>
114114

115115
<dependency>
116116
<groupId>com.squareup.okhttp3</groupId>
117117
<artifactId>okhttp-urlconnection</artifactId>
118-
<version>4.9.1</version>
118+
<version>4.9.3</version>
119119
<scope>compile</scope>
120120
</dependency>
121121

0 commit comments

Comments
 (0)