Skip to content

Commit 3697876

Browse files
committed
#911 Upgrade JNA to 5.18.1
1 parent 52de711 commit 3697876

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ext {
7272
}
7373

7474
dependencies {
75-
nativeImplementation 'net.java.dev.jna:jna:5.17.0'
75+
nativeImplementation 'net.java.dev.jna:jna:5.18.1'
7676

7777
compileOnly 'javax.servlet:javax.servlet-api:4.0.1'
7878
compileOnly 'jakarta.servlet:jakarta.servlet-api:5.0.0'

src/docs/asciidoc/release_notes.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
:icons: font
1010
:sectnums:
1111
:jaybird-fbclient-version: 5.0.3.0
12-
:jna-version: 5.17.0
12+
:jna-version: 5.18.1
1313
:firebird-java: https://groups.google.com/g/firebird-java
1414
:issues: https://github.com/FirebirdSQL/jaybird/issues
1515
:jaybird-repo: https://github.com/FirebirdSQL/jaybird
@@ -51,6 +51,7 @@ This change also fixes a `NullPointerException` when the connection was terminat
5151
A minor breaking change was made in the internal GDS-ng wire API, which should only be relevant to maintainers of Jaybird forks, see <<breaking-changes-internal-api-5-0-11>>.
5252
+
5353
This fix was backported from Jaybird 6.0.4.
54+
* Dependency update: updated `net.java.dev.jna:jna` from 5.17.0 to 5.18.1 (used by native and embedded protocols) (https://github.com/FirebirdSQL/jaybird/issues/911[#911])
5455
5556
This release is not fully compatible with the upcoming JDBC 4.5 Specification to be introduced with Java 26.
5657
See <<jdbc45-compat>> for more information.

0 commit comments

Comments
 (0)