Skip to content

Commit 2978b92

Browse files
chore(deps): bump androidx.annotation:annotation in /android (#704)
Bumps androidx.annotation:annotation from 1.5.0 to 1.7.1. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd49f61 commit 2978b92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/clientlib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ tasks.whenTaskAdded { task ->
111111
}
112112

113113
dependencies {
114-
compileOnly 'androidx.annotation:annotation:1.5.0'
114+
compileOnly 'androidx.annotation:annotation:1.7.1'
115115
implementation 'com.neovisionaries:nv-websocket-client:2.14' // TODO: use plugin projects to select WS implementation
116116
api project(path: ':common')
117117
}

android/common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ tasks.whenTaskAdded { task ->
111111
}
112112

113113
dependencies {
114-
compileOnly 'androidx.annotation:annotation:1.5.0'
114+
compileOnly 'androidx.annotation:annotation:1.7.1'
115115

116116
testImplementation 'junit:junit:4.13.2'
117117
testImplementation 'androidx.test:core:1.5.0'

android/walletlib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dependencies {
117117
testImplementation 'org.robolectric:robolectric:4.11.1'
118118
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3'
119119

120-
compileOnly 'androidx.annotation:annotation:1.5.0'
120+
compileOnly 'androidx.annotation:annotation:1.7.1'
121121
implementation 'org.java-websocket:Java-WebSocket:1.5.5'
122122
implementation 'org.slf4j:slf4j-android:1.7.36' // SLF4J logging facility for Java-WebSocket
123123
api project(path: ':common')

0 commit comments

Comments
 (0)