diff --git a/build.gradle b/build.gradle index 941897a2..816b54c2 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { } ext { - mcuMgrVersion = "0.5.1" + mcuMgrVersion = "0.6.0" } allprojects { diff --git a/mcumgr-android-lib/build.gradle b/mcumgr-android-lib/build.gradle index 371a14af..550b8904 100644 --- a/mcumgr-android-lib/build.gradle +++ b/mcumgr-android-lib/build.gradle @@ -16,7 +16,7 @@ android { minSdkVersion 21 targetSdkVersion 27 versionCode 1 - versionName "0.5.5" + versionName mcuMgrVersion testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } @@ -39,9 +39,9 @@ dependencies { testImplementation 'junit:junit:4.12' implementation 'com.android.support:appcompat-v7:27.1.1' - implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.9.5' - implementation 'com.fasterxml.jackson.core:jackson-core:2.9.5' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.5' + implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.9.6' + implementation 'com.fasterxml.jackson.core:jackson-core:2.9.6' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.6' } // build a jar with source files