Skip to content

Commit bde2a1b

Browse files
Oleh DokukaOlegDokuka
Oleh Dokuka
authored andcommitted
updates versions
Signed-off-by: Oleh Dokuka <[email protected]> Signed-off-by: Oleh Dokuka <[email protected]>
1 parent f15c14a commit bde2a1b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
plugins {
1818
id 'com.github.sherter.google-java-format' version '0.9' apply false
19-
id 'me.champeau.jmh' version '0.6.6' apply false
20-
id 'io.spring.dependency-management' version '1.0.11.RELEASE' apply false
19+
id 'me.champeau.jmh' version '0.6.7' apply false
20+
id 'io.spring.dependency-management' version '1.0.13.RELEASE' apply false
2121
id 'io.morethan.jmhreport' version '0.9.0' apply false
2222
id 'io.github.reyerizo.gradle.jcstress' version '0.8.13' apply false
2323
id 'com.github.vlsi.gradle-extensions' version '1.76' apply false
@@ -33,14 +33,14 @@ subprojects {
3333
apply plugin: 'com.github.sherter.google-java-format'
3434
apply plugin: 'com.github.vlsi.gradle-extensions'
3535

36-
ext['reactor-bom.version'] = '2020.0.17'
36+
ext['reactor-bom.version'] = '2020.0.23'
3737
ext['logback.version'] = '1.2.10'
38-
ext['netty-bom.version'] = '4.1.75.Final'
39-
ext['netty-boringssl.version'] = '2.0.51.Final'
38+
ext['netty-bom.version'] = '4.1.81.Final'
39+
ext['netty-boringssl.version'] = '2.0.54.Final'
4040
ext['hdrhistogram.version'] = '2.1.12'
4141
ext['mockito.version'] = '4.4.0'
4242
ext['slf4j.version'] = '1.7.36'
43-
ext['jmh.version'] = '1.33'
43+
ext['jmh.version'] = '1.35'
4444
ext['junit.version'] = '5.8.1'
4545
ext['micrometer.version'] = '1.8.4'
4646
ext['assertj.version'] = '3.22.0'

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313
#
14-
version=1.1.2
15-
perfBaselineVersion=1.1.1
14+
version=1.1.3
15+
perfBaselineVersion=1.1.2

0 commit comments

Comments
 (0)