Skip to content

Commit

Permalink
Merge pull request #127 from jetty/dependabot/maven/12.0.x/commons-co…
Browse files Browse the repository at this point in the history
…dec-commons-codec-1.17.1

Bump commons-codec:commons-codec from 1.17.0 to 1.17.1
  • Loading branch information
joakime authored Jul 16, 2024
2 parents 7a604cd + 53a807c commit f6c0e34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded/ee10-form-post/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.17.0</version>
<version>1.17.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion embedded/form-post/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.17.0</version>
<version>1.17.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit f6c0e34

Please sign in to comment.