Skip to content
New issue

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

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

Already on GitHub? # to your account

Bump commons-codec:commons-codec from 1.17.2 to 1.18.0 in /mr #544

Merged
Merged
Show file tree
Hide file tree
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 CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `com.fasterxml.jackson.core:jackson-annotations` from 2.17.2 to 2.18.2
- Bumps `io.netty:netty-all` from 4.1.112.Final to 4.1.116.Final
- Bumps `com.google.protobuf:protobuf-java` from 4.28.2 to 4.29.3
- Bumps `commons-codec:commons-codec` from 1.17.1 to 1.17.2
- Bumps `commons-codec:commons-codec` from 1.17.1 to 1.18.0

## [1.3.0]
### Added
Expand Down
1 change: 0 additions & 1 deletion licenses/commons-codec-1.17.2.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/commons-codec-1.18.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ee45d1cf6ec2cc2b809ff04b4dc7aec858e0df8f
2 changes: 1 addition & 1 deletion mr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {

embedded(project(path: ":thirdparty", configuration: "shadow"))
implementation("commons-logging:commons-logging:1.3.4")
implementation("commons-codec:commons-codec:1.17.2")
implementation("commons-codec:commons-codec:1.18.0")
implementation("javax.xml.bind:jaxb-api:2.3.1")

testImplementation(project(":test:shared"))
Expand Down
1 change: 0 additions & 1 deletion mr/licenses/commons-codec-1.17.2.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions mr/licenses/commons-codec-1.18.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ee45d1cf6ec2cc2b809ff04b4dc7aec858e0df8f
Loading