Skip to content

Commit

Permalink
deps: Removed latencyutils
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Apr 30, 2024
1 parent c73953d commit bf13378
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ config {
coverage {
jacoco {
enabled = true
toolVersion = jacocoVersion
toolVersion = jacocoPluginVersion
}
}
}
Expand Down Expand Up @@ -100,7 +100,7 @@ subprojects { subproj ->
}
coverage {
jacoco {
toolVersion = jacocoVersion
toolVersion = jacocoPluginVersion
}
}
}
Expand Down Expand Up @@ -144,7 +144,7 @@ subprojects { p ->
coverage {
jacoco {
enabled = hasTestsAt(p.file('src/test'))
toolVersion = jacocoVersion
toolVersion = jacocoPluginVersion
}
}
}
Expand Down
1 change: 0 additions & 1 deletion connectors/riot-redis/riot-redis.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*/
dependencies {
implementation project(':riot-core')
implementation group: 'org.latencyutils', name: 'LatencyUtils', version: latencyutilsVersion
testImplementation group: 'com.redis', name: 'spring-batch-redis-test', version: springBatchRedisVersion
}

Expand Down
5 changes: 2 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,15 @@ asciidoctorPluginVersion = 3.3.2
bootPluginVersion = 3.2.5
dependencyPluginVersion = 1.1.4
gitPluginVersion = 3.0.0
jacocoVersion = 0.8.12
jacocoPluginVersion = 0.8.12
jdksPluginVersion = 1.11.0
kordampBuildVersion = 3.4.0
kordampPluginVersion = 0.54.0

awsVersion = 2.2.6.RELEASE
datafakerVersion = 2.1.0
gcpVersion = 1.2.8.RELEASE
globVersion = 0.9.0
jdksPluginVersion = 1.5.1
latencyutilsVersion = 2.0.3
lettucemodVersion = 3.7.3
picocliVersion = 4.7.5
progressbarVersion = 0.10.0
Expand Down

0 comments on commit bf13378

Please sign in to comment.