Skip to content

Commit

Permalink
Dependency Guard Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
handstandsam committed Jan 17, 2023
1 parent d7f8859 commit 8773ec9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ buildscript {
}

plugins {
alias(dropboxJavaSdkLibs.plugins.dependency.guard)
alias(dropboxJavaSdkLibs.plugins.maven.publish.plugin) apply false
alias(dropboxJavaSdkLibs.plugins.gradle.version.plugin) apply false
alias(dropboxJavaSdkLibs.plugins.dependency.guard) apply false
alias(dropboxJavaSdkLibs.plugins.blind.pirate.osgi) apply false
alias(dropboxJavaSdkLibs.plugins.binary.compatibility.validator) apply false
}
Expand All @@ -34,7 +34,6 @@ allprojects {
}
}

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

dependencyGuard {
configuration("classpath")
Expand Down
4 changes: 2 additions & 2 deletions dependencies/classpath.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ com.android.tools:sdk-common:30.2.2
com.android.tools:sdklib:30.2.2
com.android:signflinger:7.2.2
com.android:zipflinger:7.2.2
com.dropbox.dependency-guard:com.dropbox.dependency-guard.gradle.plugin:0.3.2
com.dropbox.dependency-guard:dependency-guard:0.3.2
com.dropbox.dependency-guard:com.dropbox.dependency-guard.gradle.plugin:0.4.0
com.dropbox.dependency-guard:dependency-guard:0.4.0
com.fasterxml.jackson.core:jackson-annotations:2.11.1
com.fasterxml.jackson.core:jackson-core:2.11.1
com.fasterxml.jackson.core:jackson-databind:2.11.1
Expand Down
2 changes: 1 addition & 1 deletion dropbox-sdk-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id "org.jetbrains.kotlin.jvm"
id "com.vanniktech.maven.publish"
id "com.github.ben-manes.versions"
id "com.dropbox.dependency-guard"
id("com.dropbox.dependency-guard")
id "com.dropbox.stone.java"
id "org.jetbrains.kotlinx.binary-compatibility-validator"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/dropboxJavaSdkLibs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android-min-sdk = "21"
android-target-sdk = "33"
androidx-activity = "1.5.0"
binary-compatibility-validator = "0.11.1"
dependency-guard = "0.3.2"
dependency-guard = "0.4.0"
junit-jupiter = "5.8.2"
kotlin = "1.6.21"
kotlin-coroutines = "1.6.4"
Expand Down

0 comments on commit 8773ec9

Please sign in to comment.