Skip to content

Commit

Permalink
Merge pull request #1230 from aws/dependabot/maven/commons-codec-comm…
Browse files Browse the repository at this point in the history
…ons-codec-1.17.2

chore(deps): bump commons-codec:commons-codec from 1.17.1 to 1.17.2
  • Loading branch information
deki authored Jan 8, 2025
2 parents a08fb37 + 7c7e81b commit 9961608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws-serverless-java-container-jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.17.1</version>
<version>1.17.2</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion aws-serverless-java-container-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.17.1</version>
<version>1.17.2</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 9961608

Please sign in to comment.