Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit f52ae12

Browse files
committed
Update dependencies to latest versions
1 parent 627330c commit f52ae12

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

build.gradle

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'io.projectreactor'
2-
description = 'A scala adapter for Reactor Flux and Mono'
2+
description = 'A scala extension for Reactor Flux and Mono'
33

44
apply plugin: 'scala'
55
apply plugin: "com.github.maiflai.scalatest"
@@ -18,8 +18,6 @@ repositories {
1818

1919
ext {
2020
reactorVersion = "3.1.1.RELEASE"
21-
baseScalaVersion = "2.11"
22-
2321
scoverageVersion = "1.3.0"
2422
}
2523

@@ -35,7 +33,7 @@ dependencies {
3533
testCompile "org.scalatest:scalatest_%%:3.0.3"
3634
testRuntime "org.pegdown:pegdown:1.6.0"
3735
testCompile group: 'io.projectreactor', name: 'reactor-test', version: "$reactorVersion"
38-
testCompile 'org.mockito:mockito-core:2.11.0'
36+
testCompile 'org.mockito:mockito-core:2.12.0'
3937

4038
scoverage "org.scoverage:scalac-scoverage-plugin_%%:$scoverageVersion", "org.scoverage:scalac-scoverage-runtime_%%:$scoverageVersion"
4139
}
@@ -50,13 +48,13 @@ buildscript {
5048
}
5149

5250
dependencies {
53-
classpath "gradle.plugin.com.github.maiflai:gradle-scalatest:0.16"
51+
classpath "gradle.plugin.com.github.maiflai:gradle-scalatest:0.18"
5452
classpath "gradle.plugin.org.scoverage:gradle-scoverage:2.1.0"
5553
classpath 'net.researchgate:gradle-release:2.6.0'
5654
classpath 'io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.11.0'
57-
classpath 'org.owasp:dependency-check-gradle:3.0.1'
55+
classpath 'org.owasp:dependency-check-gradle:3.0.2'
5856
classpath "com.adtran:scala-multiversion-plugin:1.+"
59-
classpath 'com.github.ben-manes:gradle-versions-plugin:0.15.0'
57+
classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0'
6058
}
6159
}
6260

0 commit comments

Comments
 (0)