Skip to content

Commit 7305bea

Browse files
committed
#951 Upgrade JNA to 5.19.1
1 parent f24c512 commit 7305bea

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ dependencies {
9797
if (findProperty('test.chacha64') != 'disabled') {
9898
testRuntimeOnly project('chacha64-plugin')
9999
}
100+
// Uncomment to be able to run tests with type NATIVE without fbclient on your system (does not work for EMBEDDED)
101+
//testRuntimeOnly testLibs.fbclient
100102

101103
asciidoctorExt 'org.firebirdsql.asciidoctor:canonical-link:1.0'
102104
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: Copyright 2026 Mark Rotteveel
22
# SPDX-License-Identifier: LGPL-2.1-or-later
33
[versions]
4-
jna = "5.18.1"
4+
jna = "5.19.1"
55
jakarta-servlet = "5.0.0"
66
bouncy-castle = "1.84"
77
jspecify = "1.0.0"

gradle/test-libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ hamcrest = "3.0"
77
hamcrest-optional = "1.3.2"
88
assertj = "3.27.7"
99
awaitility = "4.3.0"
10+
fbclient = "5.0.4.0"
1011

1112
[libraries]
1213
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
@@ -19,6 +20,7 @@ mockito-bom = { module = "org.mockito:mockito-bom", version.ref = "mockito" }
1920
mockito-core = { module = "org.mockito:mockito-core" }
2021
mockito-junit-jupiter = { module = "org.mockito:mockito-junit-jupiter" }
2122
awaitility = { module = "org.awaitility:awaitility", version.ref = "awaitility" }
23+
fbclient = { module = "org.firebirdsql.jdbc:fbclient", version.ref = "fbclient" }
2224

2325
[bundles]
2426
junit = ["junit-jupiter"]

src/docs/asciidoc/release_notes.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
:icons: font
1010
:sectnums:
1111
:bc-version: 1.84
12-
:jna-version: 5.18.1
13-
:jaybird-fbclient-version: 5.0.3.0
12+
:jna-version: 5.19.1
13+
:jaybird-fbclient-version: 5.0.4.0
1414
:firebird-java: https://groups.google.com/g/firebird-java
1515
:issues: https://github.com/FirebirdSQL/jaybird/issues
1616
:jaybird-repo: https://github.com/FirebirdSQL/jaybird
@@ -52,6 +52,7 @@ Fix was contributed by Artyom Abakumov.
5252
* Fixed: `NullPointerException` on authentication failure with non-existent user and single plugin in `AuthServer` (https://github.com/FirebirdSQL/jaybird/issues/940[#940])
5353
* Dependency update: updated `org.bouncycastle:bcprov-jdk18on` from 1.83 to 1.84 (used by `chacha64-plugin`) (https://github.com/FirebirdSQL/jaybird/issues/941[#941])
5454
* Improvement: Support customization of service requests in service managers (https://github.com/FirebirdSQL/jaybird/issues/946[#946])
55+
* Dependency update: updated `net.java.dev.jna:jna-jpms` from 5.18.1 to 5.19.1 (used by `jaybird-native`) (https://github.com/FirebirdSQL/jaybird/issues/951[#951])
5556

5657
=== Jaybird 6.0.5
5758

0 commit comments

Comments
 (0)