Skip to content

Commit

Permalink
upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
jillesvangurp committed Jul 16, 2020
1 parent 64f1e7b commit 77a4fbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
kotlinVersion = '1.3.71'
kotlinVersion = '1.3.72'
slf4jVersion = '1.7.26'
}

Expand Down Expand Up @@ -130,6 +130,6 @@ dependencies {
testImplementation "org.slf4j:jul-to-slf4j:${slf4jVersion}"
testImplementation "ch.qos.logback:logback-classic:1.2.3"

testImplementation "com.google.code.gson:gson:2.8.5"
testImplementation "com.google.code.gson:gson:2.8.6"

}

0 comments on commit 77a4fbf

Please sign in to comment.