Skip to content

Commit

Permalink
upgrade most libraries along with #2630
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas committed Jan 6, 2025
1 parent 550457f commit c5d3011
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions karate-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>com.linecorp.armeria</groupId>
<artifactId>armeria</artifactId>
<version>1.31.1</version>
<version>1.31.3</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -102,17 +102,17 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.2</version>
<version>2.3</version>
</dependency>
<dependency>
<groupId>de.siegmar</groupId>
<artifactId>fastcsv</artifactId>
<version>3.1.0</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.7.5</version>
<version>4.7.6</version>
</dependency>
<dependency>
<groupId>io.github.classgraph</groupId>
Expand Down

0 comments on commit c5d3011

Please sign in to comment.