Skip to content

Commit 81cfbd4

Browse files
authored
Bump commons-lang, junit-jupiter versions (#245)
1 parent ba09a48 commit 81cfbd4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
<gson.version>2.10.1</gson.version>
5858

5959
<!-- utils -->
60-
<commons-lang3.version>3.12.0</commons-lang3.version>
60+
<commons-lang3.version>3.13.0</commons-lang3.version>
6161
<commons-net.version>3.9.0</commons-net.version>
6262
<log4j.version>2.20.0</log4j.version>
6363

6464
<!-- test -->
6565
<okhttp.version>5.0.0-alpha.11</okhttp.version>
66-
<junit.version>5.9.3</junit.version>
66+
<junit.version>5.10.0</junit.version>
6767
<junit-pioneer.version>2.0.1</junit-pioneer.version>
6868

6969
<!-- Plugins -->
@@ -129,13 +129,13 @@
129129
<!-- test -->
130130
<dependency>
131131
<groupId>org.junit.jupiter</groupId>
132-
<artifactId>junit-jupiter-params</artifactId>
132+
<artifactId>junit-jupiter-engine</artifactId>
133133
<version>${junit.version}</version>
134134
<scope>provided</scope>
135135
</dependency>
136136
<dependency>
137137
<groupId>org.junit.jupiter</groupId>
138-
<artifactId>junit-jupiter-api</artifactId>
138+
<artifactId>junit-jupiter-params</artifactId>
139139
<version>${junit.version}</version>
140140
<scope>provided</scope>
141141
</dependency>

0 commit comments

Comments
 (0)