Skip to content

Commit

Permalink
#406 jabi-http 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 10, 2023
1 parent 47227ee commit a5d5076
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions s3auth-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,15 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<version>0.28.1</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20230227</version>
<groupId>javax.json</groupId>
<artifactId>javax.json-api</artifactId>
<version>1.1.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
<version>1.1.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -137,7 +143,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-http</artifactId>
<version>2.0.0</version>
<version>1.20.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a5d5076

Please sign in to comment.