Skip to content

Commit c5d3011

Browse files
committed
upgrade most libraries along with #2630
1 parent 550457f commit c5d3011

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

karate-core/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.linecorp.armeria</groupId>
4343
<artifactId>armeria</artifactId>
44-
<version>1.31.1</version>
44+
<version>1.31.3</version>
4545
<exclusions>
4646
<exclusion>
4747
<groupId>org.slf4j</groupId>
@@ -102,17 +102,17 @@
102102
<dependency>
103103
<groupId>org.yaml</groupId>
104104
<artifactId>snakeyaml</artifactId>
105-
<version>2.2</version>
105+
<version>2.3</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>de.siegmar</groupId>
109109
<artifactId>fastcsv</artifactId>
110-
<version>3.1.0</version>
110+
<version>3.4.0</version>
111111
</dependency>
112112
<dependency>
113113
<groupId>info.picocli</groupId>
114114
<artifactId>picocli</artifactId>
115-
<version>4.7.5</version>
115+
<version>4.7.6</version>
116116
</dependency>
117117
<dependency>
118118
<groupId>io.github.classgraph</groupId>

0 commit comments

Comments
 (0)