Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mostroverkhov committed Mar 11, 2024
1 parent 6da56d0 commit db9f849
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ grpcStubVersion=1.62.2
reactorBomVersion=2023.0.3
rxjavaVersion=3.1.8
helidonCommonReactiveVersion=2.5.6
mutinyVersion=2.5.7
mutinyVersion=2.5.8
jsr305Version=3.0.2
javaxInjectVersion=1
javaxAnnotationVersion=1.3.2
Expand Down
2 changes: 1 addition & 1 deletion rsocket-mutiny/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath
io.smallrye.common:smallrye-common-annotation:2.2.0=compileClasspath,runtimeClasspath
io.smallrye.reactive:mutiny:2.5.7=compileClasspath,runtimeClasspath
io.smallrye.reactive:mutiny:2.5.8=compileClasspath,runtimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
empty=annotationProcessor
2 changes: 1 addition & 1 deletion rsocket-rpc-mutiny/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
io.netty:netty-buffer:4.1.107.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.107.Final=compileClasspath,runtimeClasspath
io.smallrye.common:smallrye-common-annotation:2.2.0=compileClasspath,runtimeClasspath
io.smallrye.reactive:mutiny:2.5.7=compileClasspath,runtimeClasspath
io.smallrye.reactive:mutiny:2.5.8=compileClasspath,runtimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
empty=annotationProcessor

0 comments on commit db9f849

Please sign in to comment.