Skip to content

Commit

Permalink
Bump jna from 5.7.0 to 5.8.0 (#156)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Apr 12, 2021
1 parent e45996c commit c8f25be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ziti-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies {
exclude module:"jna"
}
embed("com.goterl:lazysodium-android:${versions.lazysodium}@aar")
embed('net.java.dev.jna:jna:5.7.0@aar')
embed('net.java.dev.jna:jna:5.8.0@aar')

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

0 comments on commit c8f25be

Please sign in to comment.