Skip to content

Commit 4f497eb

Browse files
authored
Merge pull request micronaut-projects#2547 from micronaut-projects/dependabot/gradle/org.jetbrains.kotlinx-kotlinx-coroutines-reactive-1.3.3
Bump kotlinx-coroutines-reactive from 1.3.2 to 1.3.3
2 parents ce2ff4a + 444843c commit 4f497eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
compileOnly dependencyVersion("rxjava1.interop")
4040
compileOnly "com.github.ben-manes.caffeine:caffeine:$caffeineVersion"
4141
compileOnly 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.3'
42-
compileOnly 'org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.3.2'
42+
compileOnly 'org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.3.3'
4343

4444
testAnnotationProcessor project(":inject-java")
4545
testImplementation 'org.jsr107.ri:cache-ri-impl:1.1.1'

0 commit comments

Comments
 (0)