Skip to content

Commit cf2e6b5

Browse files
Update jersey monorepo to v3.1.8
1 parent c208001 commit cf2e6b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
189189
<artifactId>jersey-client</artifactId>
190190
<scope>provided</scope>
191191
<optional>true</optional>
192-
<version>3.1.5</version>
192+
<version>3.1.8</version>
193193
</dependency>
194194
<dependency>
195195
<groupId>org.apache.httpcomponents</groupId>
@@ -208,7 +208,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
208208
<dependency>
209209
<groupId>org.glassfish.jersey.core</groupId>
210210
<artifactId>jersey-server</artifactId>
211-
<version>3.1.5</version>
211+
<version>3.1.8</version>
212212
<scope>test</scope>
213213
<optional>true</optional>
214214
</dependency>

0 commit comments

Comments
 (0)