Skip to content

Commit

Permalink
upgrade armeria and picocli #2247 #2148 #2083
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas committed Jan 29, 2023
1 parent acda37d commit e9cc15f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions karate-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.linecorp.armeria</groupId>
<artifactId>armeria</artifactId>
<version>1.20.3</version>
<version>1.21.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down Expand Up @@ -102,7 +102,7 @@
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.7.0</version>
<version>4.7.1</version>
</dependency>
<dependency>
<groupId>io.github.classgraph</groupId>
Expand Down

0 comments on commit e9cc15f

Please sign in to comment.