Skip to content

Commit

Permalink
Merge pull request #17 from Fernthedev/dependabot/gradle/com.google.c…
Browse files Browse the repository at this point in the history
…ode.gson-gson-2.8.6

Bump gson from 2.6.2 to 2.8.6
  • Loading branch information
Fernthedev committed Mar 17, 2020
2 parents 29529ff + 728cf69 commit d18ec11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Expand Up @@ -9,7 +9,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
testCompile group: 'junit', name: 'junit', version: '4.12'

implementation ('com.google.code.gson:gson:2.6.2')
implementation ('com.google.code.gson:gson:2.8.6')

// compile group: 'mysql', name: 'mysql-connector-java', version: '8.0.17'
implementation 'org.mariadb.jdbc:mariadb-java-client:2.5.4'
Expand Down

0 comments on commit d18ec11

Please sign in to comment.