Skip to content

Commit

Permalink
Merge pull request #402 from breskeby/update-redline-library
Browse files Browse the repository at this point in the history
Update redline library to 1.2.10
  • Loading branch information
rpalcolea authored Aug 17, 2021
2 parents 8d3a03b + b3acb65 commit 846a80a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
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
8 changes: 4 additions & 4 deletions gradle/dependency-locks/compileClasspath.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# This file is expected to be part of source control.
com.bmuschko:gradle-docker-plugin:3.2.1
commons-io:commons-io:2.6
org.apache.ant:ant-launcher:1.10.6
org.apache.ant:ant:1.10.6
org.apache.commons:commons-compress:1.18
org.apache.ant:ant-launcher:1.10.11
org.apache.ant:ant:1.10.11
org.apache.commons:commons-compress:1.21
org.apache.commons:commons-lang3:3.9
org.bouncycastle:bcpg-jdk15on:1.62
org.bouncycastle:bcprov-jdk15on:1.62
org.redline-rpm:redline:1.2.9
org.redline-rpm:redline:1.2.10
org.slf4j:slf4j-api:1.7.5
org.tukaani:xz:1.8
org.vafer:jdeb:1.8
8 changes: 4 additions & 4 deletions gradle/dependency-locks/runtimeClasspath.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# This file is expected to be part of source control.
com.bmuschko:gradle-docker-plugin:3.2.1
commons-io:commons-io:2.6
org.apache.ant:ant-launcher:1.10.6
org.apache.ant:ant:1.10.6
org.apache.commons:commons-compress:1.18
org.apache.ant:ant-launcher:1.10.11
org.apache.ant:ant:1.10.11
org.apache.commons:commons-compress:1.21
org.apache.commons:commons-lang3:3.9
org.bouncycastle:bcpg-jdk15on:1.62
org.bouncycastle:bcprov-jdk15on:1.62
org.redline-rpm:redline:1.2.9
org.redline-rpm:redline:1.2.10
org.slf4j:slf4j-api:1.7.5
org.tukaani:xz:1.8
org.vafer:jdeb:1.8
8 changes: 4 additions & 4 deletions gradle/dependency-locks/testCompileClasspath.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ com.netflix.nebula:nebula-test:9.0.0
commons-io:commons-io:2.6
junit:junit-dep:4.11
junit:junit:4.12
org.apache.ant:ant-launcher:1.10.6
org.apache.ant:ant:1.10.6
org.apache.commons:commons-compress:1.18
org.apache.ant:ant-launcher:1.10.11
org.apache.ant:ant:1.10.11
org.apache.commons:commons-compress:1.21
org.apache.commons:commons-lang3:3.9
org.bouncycastle:bcpg-jdk15on:1.62
org.bouncycastle:bcprov-jdk15on:1.62
org.hamcrest:hamcrest-core:1.3
org.redline-rpm:redline:1.2.9
org.redline-rpm:redline:1.2.10
org.slf4j:slf4j-api:1.7.5
org.spockframework:spock-core:1.3-groovy-2.4
org.tukaani:xz:1.8
Expand Down
8 changes: 4 additions & 4 deletions gradle/dependency-locks/testRuntimeClasspath.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ com.netflix.nebula:nebula-test:9.0.0
commons-io:commons-io:2.6
junit:junit-dep:4.11
junit:junit:4.12
org.apache.ant:ant-launcher:1.10.6
org.apache.ant:ant:1.10.6
org.apache.commons:commons-compress:1.18
org.apache.ant:ant-launcher:1.10.11
org.apache.ant:ant:1.10.11
org.apache.commons:commons-compress:1.21
org.apache.commons:commons-lang3:3.9
org.bouncycastle:bcpg-jdk15on:1.62
org.bouncycastle:bcprov-jdk15on:1.62
org.hamcrest:hamcrest-core:1.3
org.objenesis:objenesis:2.4
org.redline-rpm:redline:1.2.9
org.redline-rpm:redline:1.2.10
org.slf4j:slf4j-api:1.7.5
org.spockframework:spock-core:1.3-groovy-2.4
org.tukaani:xz:1.8
Expand Down

0 comments on commit 846a80a

Please sign in to comment.