Skip to content

Commit c0d1e67

Browse files
committed
#951 Upgrade JNA to 5.19.1
1 parent 7f130dc commit c0d1e67

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

build.gradle

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

103105
asciidoctorExt libs.canonical.link
104106
asciidoctorExt libs.issue.macro

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: 2 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

0 commit comments

Comments
 (0)