Skip to content

Commit

Permalink
Update dependencies versions (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg authored Jan 3, 2024
1 parent e91a160 commit 3811b51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[versions]
# Baselines, should be updated on every release
baseline-pool-api = "0.2.12"
reactorCore = "3.4.34-SNAPSHOT"
reactorCore = "3.4.35-SNAPSHOT"
reactorAddons = "3.4.11-SNAPSHOT"

# Other shared versions
junit = "5.10.0"
junit = "5.10.1"
slf4j = "1.7.36"
reactiveStreams = "1.0.4"

[libraries]
assertj = "org.assertj:assertj-core:3.24.2"
assertj = "org.assertj:assertj-core:3.25.1"
awaitility = "org.awaitility:awaitility:4.2.0"
hdrHistogram = "org.hdrhistogram:HdrHistogram:2.1.12"
jsr305 = "com.google.code.findbugs:jsr305:3.0.1"
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
logback = "ch.qos.logback:logback-classic:1.2.12"
logback = "ch.qos.logback:logback-classic:1.2.13"
mockito = "org.mockito:mockito-core:4.11.0"
reactor-core = { module = "io.projectreactor:reactor-core", version.ref = "reactorCore" }
reactor-test = { module = "io.projectreactor:reactor-test", version.ref = "reactorCore" }
Expand All @@ -26,7 +26,7 @@ slf4j-jcl = { module = "org.slf4j:jcl-over-slf4j", version.ref = "slf4j" }

[plugins]
artifactory = { id = "com.jfrog.artifactory", version = "4.31.0" }
bnd = { id = "biz.aQute.bnd.builder", version = "6.3.1" }
bnd = { id = "biz.aQute.bnd.builder", version = "6.4.0" }
download = { id = "de.undercouch.download", version = "5.5.0" }
japicmp = { id = "me.champeau.gradle.japicmp", version = "0.4.2" }
jcstress = { id = "io.github.reyerizo.gradle.jcstress", version = "0.8.15" }
Expand Down

0 comments on commit 3811b51

Please sign in to comment.