Skip to content

Commit d51fe39

Browse files
committed
upgrade all remaining core libraries
1 parent 9d8085e commit d51fe39

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

karate-core/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<packaging>jar</packaging>
1212

1313
<properties>
14-
<antlr.version>4.7.1</antlr.version>
14+
<antlr.version>4.9.2</antlr.version>
1515
<graal.version>21.1.0</graal.version>
1616
</properties>
1717

@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>org.yaml</groupId>
9898
<artifactId>snakeyaml</artifactId>
99-
<version>1.27</version>
99+
<version>1.29</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>de.siegmar</groupId>
@@ -106,12 +106,12 @@
106106
<dependency>
107107
<groupId>info.picocli</groupId>
108108
<artifactId>picocli</artifactId>
109-
<version>4.5.2</version>
109+
<version>4.6.1</version>
110110
</dependency>
111111
<dependency>
112112
<groupId>io.github.classgraph</groupId>
113113
<artifactId>classgraph</artifactId>
114-
<version>4.8.93</version>
114+
<version>4.8.108</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>org.junit.jupiter</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<maven.surefire.version>2.22.2</maven.surefire.version>
3939
<maven.shade.version>3.2.4</maven.shade.version>
4040
<junit.version>4.13.1</junit.version>
41-
<junit5.version>5.7.0</junit5.version>
41+
<junit5.version>5.7.2</junit5.version>
4242
<nexus.staging.plugin.version>1.6.8</nexus.staging.plugin.version>
4343
<spring.version>5.2.9.RELEASE</spring.version>
4444
<spring.boot.version>2.3.4.RELEASE</spring.boot.version>

0 commit comments

Comments
 (0)