Skip to content

Commit

Permalink
Merge pull request #34 from akang31/master
Browse files Browse the repository at this point in the history
Minor dependency updates
  • Loading branch information
akang31 committed Dec 7, 2023
2 parents 8838ffc + b23874c commit a14a664
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Expand Up @@ -26,13 +26,13 @@ repositories {
}

dependencies {
implementation 'com.netflix.servo:servo-core:0.4.36'
implementation 'com.netflix.archaius:archaius-core:0.7.3'
implementation 'com.netflix.servo:servo-core:0.4.49'
implementation 'com.netflix.archaius:archaius-core:0.7.8'
implementation 'org.slf4j:slf4j-api:1.7.3'
implementation 'log4j:log4j:1.2.17'
implementation 'commons-collections:commons-collections:3.2.1'
implementation 'commons-collections:commons-collections:3.2.2'
implementation 'commons-configuration:commons-configuration:1.8'

testImplementation 'junit:junit:4.11'
testImplementation 'junit:junit:4.13.1'
testImplementation 'org.slf4j:slf4j-log4j12:1.7.3'
}

0 comments on commit a14a664

Please sign in to comment.