Skip to content

Commit 8f89339

Browse files
authored
Update dependencies. (#154)
1 parent 25a9460 commit 8f89339

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath 'com.gradle.publish:plugin-publish-plugin:0.10.0'
10-
classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0'
9+
classpath 'com.gradle.publish:plugin-publish-plugin:0.10.1'
10+
classpath 'com.github.ben-manes:gradle-versions-plugin:0.21.0'
1111
classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.11.0'
12-
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.6.0'
12+
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.8.0'
1313
}
1414
}
1515

1616
apply plugin: 'groovy'
1717
apply plugin: 'java-library'
1818
apply plugin: 'java-gradle-plugin'
1919
apply plugin: 'com.github.ben-manes.versions'
20-
apply plugin: 'com.gradle.plugin-publish'
2120
apply plugin: 'com.vanniktech.android.junit.jacoco'
2221
apply plugin: "com.vanniktech.maven.publish"
22+
apply plugin: 'com.gradle.plugin-publish'
2323

2424
gradlePlugin {
2525
plugins {
@@ -43,8 +43,8 @@ dependencies {
4343
compileOnly 'com.android.tools.build:gradle:3.4.0'
4444

4545
testCompile 'com.android.tools.build:gradle:3.4.0'
46-
testCompile 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.30'
47-
testCompile 'junit:junit:4.12'
46+
testCompile 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.31'
47+
testCompile 'junit:junit:4.13-beta-2'
4848
testCompile 'org.spockframework:spock-core:1.1-groovy-2.4', { exclude module: "groovy-all" } // Use localGroovy()
4949
}
5050

@@ -64,6 +64,6 @@ pluginBundle {
6464
}
6565

6666
wrapper {
67-
gradleVersion = '5.1.1'
67+
gradleVersion = '5.4'
6868
distributionType = Wrapper.DistributionType.ALL
6969
}

0 commit comments

Comments
 (0)