mirror of
https://github.com/BSchneppe/einvoice-rs.git
synced 2026-03-17 18:34:07 +00:00
chore(deps): bump org.junit.jupiter:junit-jupiter in /bindings/kotlin
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -28,7 +28,7 @@ dependencies {
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$co_routines_version")
|
||||
val jna_version = "5.16.0";
|
||||
implementation("net.java.dev.jna:jna:$jna_version")
|
||||
val junit_version = "5.11.4"
|
||||
val junit_version = "5.12.2"
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:$junit_version")
|
||||
}
|
||||
val nativeDir = layout.buildDirectory.dir("generated/sources/native").get().asFile.absolutePath
|
||||
|
||||
Reference in New Issue
Block a user