Skip to content

Commit 77328a5

Browse files
authored
Dependency Guard Version Bump (#484)
1 parent d7f8859 commit 77328a5

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ buildscript {
1414
}
1515

1616
plugins {
17+
alias(dropboxJavaSdkLibs.plugins.dependency.guard)
1718
alias(dropboxJavaSdkLibs.plugins.maven.publish.plugin) apply false
1819
alias(dropboxJavaSdkLibs.plugins.gradle.version.plugin) apply false
19-
alias(dropboxJavaSdkLibs.plugins.dependency.guard) apply false
2020
alias(dropboxJavaSdkLibs.plugins.blind.pirate.osgi) apply false
2121
alias(dropboxJavaSdkLibs.plugins.binary.compatibility.validator) apply false
2222
}
@@ -34,7 +34,6 @@ allprojects {
3434
}
3535
}
3636

37-
apply plugin: "com.dropbox.dependency-guard"
3837

3938
dependencyGuard {
4039
configuration("classpath")

dependencies/classpath.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ com.android.tools:sdk-common:30.2.2
3838
com.android.tools:sdklib:30.2.2
3939
com.android:signflinger:7.2.2
4040
com.android:zipflinger:7.2.2
41-
com.dropbox.dependency-guard:com.dropbox.dependency-guard.gradle.plugin:0.3.2
42-
com.dropbox.dependency-guard:dependency-guard:0.3.2
41+
com.dropbox.dependency-guard:com.dropbox.dependency-guard.gradle.plugin:0.4.0
42+
com.dropbox.dependency-guard:dependency-guard:0.4.0
4343
com.fasterxml.jackson.core:jackson-annotations:2.11.1
4444
com.fasterxml.jackson.core:jackson-core:2.11.1
4545
com.fasterxml.jackson.core:jackson-databind:2.11.1

dropbox-sdk-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id "org.jetbrains.kotlin.jvm"
88
id "com.vanniktech.maven.publish"
99
id "com.github.ben-manes.versions"
10-
id "com.dropbox.dependency-guard"
10+
id("com.dropbox.dependency-guard")
1111
id "com.dropbox.stone.java"
1212
id "org.jetbrains.kotlinx.binary-compatibility-validator"
1313
}

gradle/dropboxJavaSdkLibs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android-min-sdk = "21"
55
android-target-sdk = "33"
66
androidx-activity = "1.5.0"
77
binary-compatibility-validator = "0.11.1"
8-
dependency-guard = "0.3.2"
8+
dependency-guard = "0.4.0"
99
junit-jupiter = "5.8.2"
1010
kotlin = "1.6.21"
1111
kotlin-coroutines = "1.6.4"

0 commit comments

Comments
 (0)