Skip to content

Commit 98469ec

Browse files
committed
upgrade some jars #2710
1 parent 53d53ae commit 98469ec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

karate-core/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.karatelabs</groupId>
77
<artifactId>karate-parent</artifactId>
8-
<version>1.5.1</version>
8+
<version>1.6.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>karate-core</artifactId>
1111
<packaging>jar</packaging>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.linecorp.armeria</groupId>
4444
<artifactId>armeria</artifactId>
45-
<version>1.31.3</version>
45+
<version>1.33.1</version>
4646
<exclusions>
4747
<exclusion>
4848
<groupId>org.slf4j</groupId>
@@ -70,20 +70,20 @@
7070
<dependency>
7171
<groupId>ch.qos.logback</groupId>
7272
<artifactId>logback-classic</artifactId>
73-
<version>1.5.4</version>
73+
<version>1.5.18</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>org.slf4j</groupId>
7777
<artifactId>jcl-over-slf4j</artifactId>
7878
<!-- this is tied to logback-classic -->
79-
<version>2.0.12</version>
79+
<version>2.0.17</version>
8080
<scope>runtime</scope>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.slf4j</groupId>
8484
<artifactId>slf4j-api</artifactId>
8585
<!-- this is tied to logback-classic -->
86-
<version>2.0.12</version>
86+
<version>2.0.17</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>org.antlr</groupId>
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>net.minidev</groupId>
100100
<artifactId>json-smart</artifactId>
101-
<version>2.5.1</version>
101+
<version>2.5.2</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>org.yaml</groupId>

0 commit comments

Comments
 (0)