Skip to content

Commit

Permalink
Update redline library to 1.2.10
Browse files Browse the repository at this point in the history
The latest redline release added support for state of the art rpm
signatures and verification by adding sha256 header and payload digests

See craigwblake/redline#157
  • Loading branch information
breskeby committed Aug 12, 2021
1 parent f4e1715 commit e00fe3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ configurations.all {

dependencies {
implementation 'org.apache.commons:commons-lang3:3.9'
api('org.redline-rpm:redline:1.2.9') {
api('org.redline-rpm:redline:1.2.10') {
// Where logging goes is a runtime decision
exclude group: 'org.slf4j', module: 'slf4j-log4j12'
}
Expand Down

0 comments on commit e00fe3c

Please sign in to comment.