Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Minor dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
akang31 committed Dec 7, 2023
1 parent 8838ffc commit b23874c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
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 b23874c

Please sign in to comment.