mirror of
https://github.com/BSchneppe/einvoice-rs.git
synced 2026-03-17 10:24:08 +00:00
chore(deps): bump net.java.dev.jna:jna in /bindings/kotlin
Bumps [net.java.dev.jna:jna](https://github.com/java-native-access/jna) from 5.16.0 to 5.17.0. - [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md) - [Commits](https://github.com/java-native-access/jna/compare/5.16.0...5.17.0) --- updated-dependencies: - dependency-name: net.java.dev.jna:jna dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -26,7 +26,7 @@ repositories {
|
||||
dependencies {
|
||||
val co_routines_version = "1.10.1"
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$co_routines_version")
|
||||
val jna_version = "5.16.0";
|
||||
val jna_version = "5.17.0";
|
||||
implementation("net.java.dev.jna:jna:$jna_version")
|
||||
val junit_version = "5.11.4"
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:$junit_version")
|
||||
|
||||
Reference in New Issue
Block a user