Skip to content

Commit 082df27

Browse files
committed
Update project dependencies to latest available
JAVA-4710
1 parent 528d02c commit 082df27

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ buildscript {
4343

4444
ext {
4545
configDir = new File(rootDir, 'config')
46-
jnrUnixsocketVersion = '0.38.13'
47-
nettyVersion = '4.1.75.Final'
48-
nettyTcnativeBoringsslVersion = '2.0.48.Final'
46+
jnrUnixsocketVersion = '0.38.17'
47+
nettyVersion = '4.1.79.Final'
48+
nettyTcnativeBoringsslVersion = '2.0.54.Final'
4949
snappyVersion = '1.1.8.4'
50-
zstdVersion = '1.5.0-4'
50+
zstdVersion = '1.5.2-3'
5151
mongoCryptVersion = '1.6.0-alpha0'
52-
projectReactorVersion = 'Californium-SR23'
52+
projectReactorVersion = '2020.0.22'
5353
junitBomVersion = '5.8.1'
5454
gitVersion = getGitVersion()
5555
}
@@ -245,7 +245,7 @@ configure(javaCodeCheckedProjects) {
245245
testImplementation('org.junit.jupiter:junit-jupiter-params')
246246
testImplementation('org.junit.vintage:junit-vintage-engine')
247247

248-
testImplementation platform('org.spockframework:spock-bom:2.0-groovy-3.0')
248+
testImplementation platform('org.spockframework:spock-bom:2.1-groovy-3.0')
249249
testImplementation 'org.spockframework:spock-core'
250250
testImplementation 'org.spockframework:spock-junit4'
251251
testImplementation("org.mockito:mockito-core:3.8.0")

driver-benchmarks/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sourceSets {
3131

3232
dependencies {
3333
api project(':driver-sync')
34-
implementation 'ch.qos.logback:logback-classic:1.1.1'
34+
implementation 'ch.qos.logback:logback-classic:1.2.11'
3535
}
3636

3737
javadoc {

driver-reactive-streams/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ dependencies {
2121
api project(path: ':bson', configuration: 'default')
2222
api project(path: ':driver-core', configuration: 'default')
2323

24-
api 'org.reactivestreams:reactive-streams:1.0.3'
24+
api 'org.reactivestreams:reactive-streams:1.0.4'
2525
implementation platform("io.projectreactor:reactor-bom:$projectReactorVersion")
2626
implementation 'io.projectreactor:reactor-core'
2727

2828
testImplementation project(':bson').sourceSets.test.output
2929
testImplementation project(':driver-sync')
3030
testImplementation project(':driver-sync').sourceSets.test.output
3131
testImplementation project(':driver-core').sourceSets.test.output
32-
testImplementation 'org.reactivestreams:reactive-streams-tck:1.0.3'
32+
testImplementation 'org.reactivestreams:reactive-streams-tck:1.0.4'
3333
testImplementation 'io.projectreactor:reactor-test'
3434
testImplementation 'org.mockito:mockito-junit-jupiter:3.5.13'
3535
testRuntimeOnly project(path: ':driver-core', configuration: 'consumableTestRuntimeOnly')

driver-workload-executor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
implementation project(':driver-sync')
4444
implementation project(':driver-core').sourceSets.test.output
4545
implementation project(':driver-sync').sourceSets.test.output
46-
implementation 'ch.qos.logback:logback-classic:1.1.1'
46+
implementation 'ch.qos.logback:logback-classic:1.2.11'
4747
implementation(platform("org.junit:junit-bom:$junitBomVersion"))
4848
implementation('org.junit.jupiter:junit-jupiter')
4949
implementation('org.junit.vintage:junit-vintage-engine')

0 commit comments

Comments
 (0)