Skip to content

Commit 00d8311

Browse files
author
OlegDokuka
committed
updates libs versions and test run config
Signed-off-by: Oleh Dokuka <odokuka@vmware.com> Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com> Signed-off-by: OlegDokuka <odokuka@vmware.com>
1 parent 40ce6c3 commit 00d8311

6 files changed

Lines changed: 179 additions & 119 deletions

File tree

build.gradle

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
plugins {
1818
id 'com.github.sherter.google-java-format' version '0.9' apply false
1919
id 'me.champeau.jmh' version '0.6.7' apply false
20-
id 'io.spring.dependency-management' version '1.0.13.RELEASE' apply false
20+
id 'io.spring.dependency-management' version '1.0.15.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,17 +33,17 @@ 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.23'
36+
ext['reactor-bom.version'] = '2020.0.31-SNAPSHOT'
3737
ext['logback.version'] = '1.2.10'
38-
ext['netty-bom.version'] = '4.1.81.Final'
39-
ext['netty-boringssl.version'] = '2.0.54.Final'
38+
ext['netty-bom.version'] = '4.1.90.Final'
39+
ext['netty-boringssl.version'] = '2.0.59.Final'
4040
ext['hdrhistogram.version'] = '2.1.12'
4141
ext['mockito.version'] = '4.4.0'
4242
ext['slf4j.version'] = '1.7.36'
4343
ext['jmh.version'] = '1.35'
4444
ext['junit.version'] = '5.8.1'
45-
ext['micrometer.version'] = '1.10.0-RC1'
46-
ext['micrometer-tracing.version'] = '1.0.0-RC1'
45+
ext['micrometer.version'] = '1.10.0'
46+
ext['micrometer-tracing.version'] = '1.0.0'
4747
ext['assertj.version'] = '3.22.0'
4848
ext['netflix.limits.version'] = '0.3.6'
4949
ext['bouncycastle-bcpkix.version'] = '1.70'
@@ -174,8 +174,6 @@ subprojects {
174174
}
175175
}
176176

177-
forkEvery = 1
178-
179177
if (isCiServer) {
180178
def stdout = new LinkedList<TestOutputEvent>()
181179
beforeTest { TestDescriptor td ->

gradle/wrapper/gradle-wrapper.jar

1.52 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 159 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)