Skip to content

Commit

Permalink
Merge pull request #382 from galasa-dev/iss1301
Browse files Browse the repository at this point in the history
Bump bcel to 6.7.0
  • Loading branch information
eamansour committed Jan 6, 2023
2 parents d574f22 + 751dcb2 commit 0aef935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions galasa-parent/dev.galasa.framework/build.gradle
Expand Up @@ -15,10 +15,10 @@ dependencies {
implementation 'org.apache.logging.log4j:log4j-api:2.17.1'
implementation 'org.apache.logging.log4j:log4j-core:2.17.1'
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.1'
implementation 'org.apache.commons:commons-lang3:3.1'
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'org.apache.felix:org.apache.felix.bundlerepository:2.0.2'

implementation 'org.apache.bcel:bcel:6.3'
implementation 'org.apache.bcel:bcel:6.7.0'
implementation 'commons-io:commons-io:2.9.0'
implementation 'com.google.code.gson:gson:2.8.9'

Expand Down

0 comments on commit 0aef935

Please sign in to comment.