Skip to content

Commit

Permalink
Upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
616slayer616 committed Aug 20, 2021
1 parent 0758a63 commit d07eba8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ dependencies {
implementation("args4j:args4j:2.33")
implementation("com.google.code.gson:gson:2.8.7")
implementation("com.google.code.findbugs:jsr305:3.0.2")
implementation("com.google.javascript:closure-compiler-unshaded:v20210106")
implementation("com.google.javascript:closure-compiler-unshaded:v20210808")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.7.2")
testImplementation("org.mockito:mockito-core:3.11.2")
testImplementation("org.mockito:mockito-junit-jupiter:3.11.2")
testImplementation("org.mockito:mockito-core:3.12.0")
testImplementation("org.mockito:mockito-junit-jupiter:3.12.0")
testImplementation("com.google.truth:truth:0.36")
testImplementation("org.assertj:assertj-core:3.11.1")
testImplementation("org.assertj:assertj-core:3.20.2")
}

task sourcesJar(type: Jar) {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit d07eba8

Please sign in to comment.