Skip to content

Commit 704b502

Browse files
authored
Merge pull request #480 from jetty/dependabot/maven/12.1.x/commons-codec-commons-codec-1.21.0
Bump commons-codec:commons-codec from 1.20.0 to 1.21.0
2 parents df64f66 + a19955f commit 704b502

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

embedded/ee10-form-post/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>commons-codec</groupId>
3232
<artifactId>commons-codec</artifactId>
33-
<version>1.20.0</version>
33+
<version>1.21.0</version>
3434
<scope>test</scope>
3535
</dependency>
3636
<dependency>

embedded/form-post/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>commons-codec</groupId>
2727
<artifactId>commons-codec</artifactId>
28-
<version>1.20.0</version>
28+
<version>1.21.0</version>
2929
<scope>test</scope>
3030
</dependency>
3131
<dependency>

0 commit comments

Comments
 (0)