Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency commons-codec:commons-codec to v1.17.0 #3154

Merged
merged 1 commit into from
Apr 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eo-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ SOFTWARE.
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.1</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.twdata.maven</groupId>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The diff shows a change in the version of the 'commons-codec' dependency in a Maven configuration file (pom.xml). The version is updated from '1.16.1' to '1.17.0'.

Assuming that the newer version '1.17.0' is existing and compatible with the rest of your project, no confusions or irregularities can be identified in this diff. Nevertheless, always make sure to perform the necessary end-to-end testing after such changes to confirm they haven't introduced unexpected issues.

Expand Down
Loading