Skip to content

Commit

Permalink
update reactor
Browse files Browse the repository at this point in the history
  • Loading branch information
hpratt committed May 20, 2023
1 parent 36a04c9 commit 76ee22a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group = "io.krews"
version = "0.14.1"
version = "0.14.2"

repositories {
maven { setUrl("https://dl.bintray.com/kotlin/kotlin-eap") }
Expand All @@ -26,7 +26,7 @@ dependencies {
implementation(kotlin("reflect"))
implementation("io.github.microutils","kotlin-logging","1.6.10")
implementation("ch.qos.logback", "logback-classic","1.2.3")
implementation("io.projectreactor", "reactor-core", "3.2.6.RELEASE")
implementation("io.projectreactor", "reactor-core", "3.4.11")
implementation("com.github.docker-java", "docker-java", "3.3.0")
// This one is needed to fix a warning from docker-java
implementation("javax.activation", "activation", "1.1.1")
Expand Down
2 changes: 1 addition & 1 deletion src/test/kotlin/krews/AppTests.kt
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ class AppTests {
assertThat(gzipPath.resolve("test.b64.gz")).exists()
assertThat(extraPath.resolve("one.txt")).exists()
}
}
}

0 comments on commit 76ee22a

Please sign in to comment.