Skip to content

Commit

Permalink
Merge pull request #12 from jetty/dependabot/maven/12.0.x/commons-cod…
Browse files Browse the repository at this point in the history
…ec-commons-codec-1.16.1

Bump commons-codec:commons-codec from 1.16.0 to 1.16.1
  • Loading branch information
joakime authored Feb 9, 2024
2 parents 1e3c5b2 + 6fe25d3 commit 09eca6c
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.16.0</version>
<version>1.16.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.16.0</version>
<version>1.16.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 09eca6c

Please sign in to comment.