Skip to content

Commit

Permalink
Fix latest dep tests (#9880)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Nov 16, 2023
1 parent ae21eec commit 7f0b079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class LettuceReactiveClientTest extends AbstractLettuceReactiveClientTest implem
runWithSpan("test-parent") {
reactiveCommands.set("a", "1")
.then(reactiveCommands.get("a"))
.subscribeOn(Schedulers.elastic())
.subscribeOn(Schedulers.boundedElastic())
.subscribe()
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ otelJava {
// io.quarkus.platform:quarkus-bom is missing for 3.0.0.Final
var quarkusVersion = "3.0.1.Final"
if (findProperty("testLatestDeps") as Boolean) {
quarkusVersion = "+"
quarkusVersion = "3.5.+"
}

dependencies {
Expand Down

0 comments on commit 7f0b079

Please sign in to comment.