Skip to content

Commit

Permalink
Bump up artifact version
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
ndegwamartin committed Nov 1, 2022
1 parent 5fdb3dd commit 3a6bf41
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=6.0.0-BETA3-SNAPSHOT
VERSION_NAME=6.0.0-SNAPSHOT
VERSION_CODE=1
GROUP=org.smartregister
POM_SETTING_DESCRIPTION=OpenSRP Client Core Application
Expand Down
14 changes: 7 additions & 7 deletions opensrp-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ dependencies {

implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.test:monitor:1.5.0'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.2.2'
implementation 'net.zetetic:android-database-sqlcipher:4.5.1'
implementation 'androidx.multidex:multidex:2.0.1'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.13.3'
Expand All @@ -176,7 +176,7 @@ dependencies {
implementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation group: 'org.mozilla', name: 'rhino', version: '1.7.14'
implementation 'org.ocpsoft.prettytime:prettytime:4.0.4.Final'
implementation 'org.ocpsoft.prettytime:prettytime:5.0.6.Final'
api 'joda-time:joda-time:2.10.14'
implementation('com.github.bmelnychuk:atv:1.2.9') {
exclude group: 'com.google.android', module: 'android'
Expand Down Expand Up @@ -230,7 +230,7 @@ dependencies {

implementation 'org.smartregister:opensrp-plan-evaluator:1.6.7-SNAPSHOT'

implementation 'xerces:xercesImpl:2.12.0'
implementation 'xerces:xercesImpl:2.12.2'

compileOnly platform('com.google.firebase:firebase-bom:30.0.2')
compileOnly 'com.google.firebase:firebase-crashlytics'
Expand All @@ -246,8 +246,8 @@ dependencies {
testImplementation("org.mockito:mockito-core:$mockitoVersion")
testImplementation("org.mockito:mockito-inline:$mockitoVersion")

testImplementation "androidx.test:core:1.4.0-rc01"
testImplementation "androidx.test.ext:junit:1.1.3-rc01"
testImplementation "androidx.test:core:1.5.0-rc01"
testImplementation "androidx.test.ext:junit:1.1.4-rc01"

testAnnotationProcessor group: 'com.jakewharton', name: 'butterknife', version: '10.2.3'

Expand All @@ -274,10 +274,10 @@ dependencies {
def powerMockVersion = '2.0.9'
testImplementation "org.powermock:powermock-core:$powerMockVersion"

def fragmentVersion = "1.5.0-rc01"
def fragmentVersion = "1.5.4"
testImplementation "androidx.fragment:fragment-testing:$fragmentVersion"

testImplementation 'org.skyscreamer:jsonassert:1.5.0'
testImplementation 'org.skyscreamer:jsonassert:1.5.1'
}

task clearJar(type: Delete) {
Expand Down

0 comments on commit 3a6bf41

Please sign in to comment.