Skip to content

Commit

Permalink
updates versions
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
  • Loading branch information
OlegDokuka committed Mar 28, 2023
1 parent 0004a6b commit ef43053
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ subprojects {
apply plugin: 'com.github.sherter.google-java-format'
apply plugin: 'com.github.vlsi.gradle-extensions'

ext['reactor-bom.version'] = '2020.0.29'
ext['reactor-bom.version'] = '2020.0.30'
ext['logback.version'] = '1.2.10'
ext['netty-bom.version'] = '4.1.85.Final'
ext['netty-boringssl.version'] = '2.0.54.Final'
ext['netty-bom.version'] = '4.1.90.Final'
ext['netty-boringssl.version'] = '2.0.59.Final'
ext['hdrhistogram.version'] = '2.1.12'
ext['mockito.version'] = '4.4.0'
ext['slf4j.version'] = '1.7.36'
Expand Down

0 comments on commit ef43053

Please sign in to comment.