Skip to content

Commit

Permalink
bumps lib 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 Jun 6, 2023
1 parent 5547cb1 commit 6bba662
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions build.gradle
Expand Up @@ -16,11 +16,11 @@

plugins {
id 'com.github.sherter.google-java-format' version '0.9' apply false
id 'me.champeau.jmh' version '0.6.7' apply false
id 'io.spring.dependency-management' version '1.0.15.RELEASE' apply false
id 'me.champeau.jmh' version '0.7.1' apply false
id 'io.spring.dependency-management' version '1.1.0' apply false
id 'io.morethan.jmhreport' version '0.9.0' apply false
id 'io.github.reyerizo.gradle.jcstress' version '0.8.13' apply false
id 'com.github.vlsi.gradle-extensions' version '1.76' apply false
id 'io.github.reyerizo.gradle.jcstress' version '0.8.15' apply false
id 'com.github.vlsi.gradle-extensions' version '1.89' apply false
}

boolean isCiServer = ["CI", "CONTINUOUS_INTEGRATION", "TRAVIS", "CIRCLECI", "bamboo_planKey", "GITHUB_ACTION"].with {
Expand All @@ -33,21 +33,21 @@ subprojects {
apply plugin: 'com.github.sherter.google-java-format'
apply plugin: 'com.github.vlsi.gradle-extensions'

ext['reactor-bom.version'] = '2020.0.31-SNAPSHOT'
ext['reactor-bom.version'] = '2020.0.32'
ext['logback.version'] = '1.2.10'
ext['netty-bom.version'] = '4.1.90.Final'
ext['netty-boringssl.version'] = '2.0.59.Final'
ext['netty-bom.version'] = '4.1.93.Final'
ext['netty-boringssl.version'] = '2.0.61.Final'
ext['hdrhistogram.version'] = '2.1.12'
ext['mockito.version'] = '4.4.0'
ext['mockito.version'] = '4.11.0'
ext['slf4j.version'] = '1.7.36'
ext['jmh.version'] = '1.35'
ext['junit.version'] = '5.8.1'
ext['micrometer.version'] = '1.10.0'
ext['micrometer-tracing.version'] = '1.0.0'
ext['assertj.version'] = '3.22.0'
ext['jmh.version'] = '1.36'
ext['junit.version'] = '5.9.3'
ext['micrometer.version'] = '1.11.0'
ext['micrometer-tracing.version'] = '1.1.1'
ext['assertj.version'] = '3.24.2'
ext['netflix.limits.version'] = '0.3.6'
ext['bouncycastle-bcpkix.version'] = '1.70'
ext['awaitility.version'] = '4.1.1'
ext['awaitility.version'] = '4.2.0'

group = "io.rsocket"

Expand Down

0 comments on commit 6bba662

Please sign in to comment.