update microprofile to newer version (#10714)

This commit is contained in:
William Cheng 2021-10-27 23:42:46 +08:00 committed by GitHub
parent 27c82e8ed2
commit 1c38bfd5a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -77,7 +77,7 @@
<dependency>
<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-api</artifactId>
<version>1.2.1</version>
<version>1.4.1</version>
</dependency>
<!-- JAX-RS -->

View File

@ -66,7 +66,7 @@
<dependency>
<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-api</artifactId>
<version>1.2.1</version>
<version>1.4.1</version>
</dependency>
<!-- JAX-RS -->