Merge pull request #6212 from corda/dan/update-byteman-dependency

NOTICK Update byteman dependencies
This commit is contained in:
nargas-ritu 2020-05-04 16:29:29 +01:00 committed by GitHub
commit 54e4503866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -225,9 +225,9 @@ dependencies {
// Byteman for runtime (termination) rules injection on the running node
// Submission tool allowing to install rules on running nodes
slowIntegrationTestCompile "org.jboss.byteman:byteman-submit:4.0.3"
slowIntegrationTestCompile "org.jboss.byteman:byteman-submit:4.0.11"
// The actual Byteman agent which should only be in the classpath of the out of process nodes
slowIntegrationTestCompile "org.jboss.byteman:byteman:4.0.3"
slowIntegrationTestCompile "org.jboss.byteman:byteman:4.0.11"
testCompile(project(':test-cli'))
testCompile(project(':test-utils'))