Skip to content

Commit

Permalink
update as many deps as possible #2083
Browse files Browse the repository at this point in the history
failed thymeleaf and slf4j - needs investigation
  • Loading branch information
ptrthomas committed Dec 12, 2022
1 parent 5dccc94 commit 05bd6af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions karate-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>jar</packaging>

<properties>
<antlr.version>4.9.3</antlr.version>
<antlr.version>4.11.1</antlr.version>
<graal.version>22.3.0</graal.version>
</properties>

Expand All @@ -35,12 +35,12 @@
<dependency>
<groupId>com.linecorp.armeria</groupId>
<artifactId>armeria</artifactId>
<version>1.18.0</version>
<version>1.20.3</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
<version>4.5.14</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand Down Expand Up @@ -92,22 +92,22 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.32</version>
<version>1.33</version>
</dependency>
<dependency>
<groupId>de.siegmar</groupId>
<artifactId>fastcsv</artifactId>
<version>2.0.0</version>
<version>2.2.1</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.6.1</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.149</version>
<version>4.8.152</version>
</dependency>
<dependency>
<groupId>io.github.t12y</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<maven.surefire.version>2.22.2</maven.surefire.version>
<maven.shade.version>3.2.4</maven.shade.version>
<junit.version>4.13.1</junit.version>
<junit5.version>5.7.2</junit5.version>
<junit5.version>5.9.1</junit5.version>
<nexus.staging.plugin.version>1.6.13</nexus.staging.plugin.version>
<spring.version>5.3.19</spring.version>
<spring.boot.version>2.6.6</spring.boot.version>
Expand Down

0 comments on commit 05bd6af

Please sign in to comment.