Skip to content

Commit c8f25be

Browse files
Bump jna from 5.7.0 to 5.8.0 (#156)
Bumps [jna](https://github.com/java-native-access/jna) from 5.7.0 to 5.8.0. - [Release notes](https://github.com/java-native-access/jna/releases) - [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md) - [Commits](java-native-access/jna@5.7.0...5.8.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e45996c commit c8f25be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ziti-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dependencies {
7979
exclude module:"jna"
8080
}
8181
embed("com.goterl:lazysodium-android:${versions.lazysodium}@aar")
82-
embed('net.java.dev.jna:jna:5.7.0@aar')
82+
embed('net.java.dev.jna:jna:5.8.0@aar')
8383

8484
implementation deps.kotlin
8585
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:${versions.coroutines}"

0 commit comments

Comments
 (0)