Skip to content

Commit 98193f0

Browse files
Bump commons-lang to commons-lang3 in test scope (#1429)
1 parent a128f03 commit 98193f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

querydsl-libraries/querydsl-jpa/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@
122122
</dependency>
123123

124124
<dependency>
125-
<groupId>commons-lang</groupId>
126-
<artifactId>commons-lang</artifactId>
127-
<version>2.6</version>
125+
<groupId>org.apache.commons</groupId>
126+
<artifactId>commons-lang3</artifactId>
127+
<version>3.19.0</version>
128128
<scope>test</scope>
129129
</dependency>
130130

querydsl-libraries/querydsl-jpa/src/test/java/com/querydsl/jpa/OrderHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import java.util.List;
77
import java.util.Map;
88
import java.util.regex.Pattern;
9-
import org.apache.commons.lang.StringUtils;
9+
import org.apache.commons.lang3.StringUtils;
1010

1111
public final class OrderHelper {
1212

0 commit comments

Comments
 (0)