Skip to content

Commit 2462c84

Browse files
authored
Upgrade the dependencies of all remaining occurrences of commons-lang3. (#950)
1 parent 1ed03b8 commit 2462c84

File tree

2 files changed

+2
-2
lines changed
  • src/it
    • jpms_compile-main-foo-test-bar
    • jpms_compile-main-foo-test-foo

2 files changed

+2
-2
lines changed

src/it/jpms_compile-main-foo-test-bar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.apache.commons</groupId>
3434
<artifactId>commons-lang3</artifactId>
35-
<version>3.7</version>
35+
<version>3.18.0</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.junit.jupiter</groupId>

src/it/jpms_compile-main-foo-test-foo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.apache.commons</groupId>
3434
<artifactId>commons-lang3</artifactId>
35-
<version>3.7</version>
35+
<version>3.18.0</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)