Skip to content

Commit 4b11e86

Browse files
committed
#910 Upgrade JNA to 5.18.1
1 parent 1ee606d commit 4b11e86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencyResolutionManagement {
1212

1313
versionCatalogs {
1414
libs {
15-
library('jna', 'net.java.dev.jna', 'jna-jpms').version('5.17.0')
15+
library('jna', 'net.java.dev.jna', 'jna-jpms').version('5.18.1')
1616
library('jakarta.servlet-api', 'jakarta.servlet', 'jakarta.servlet-api').version('5.0.0')
1717
library('bcprov-jdk18on', 'org.bouncycastle', 'bcprov-jdk18on').version('1.81')
1818
library('jspecify', 'org.jspecify', 'jspecify').version('1.0.0')

src/docs/asciidoc/release_notes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
:icons: font
1010
:sectnums:
1111
:bc-version: 1.81
12-
:jna-version: 5.17.0
12+
:jna-version: 5.18.1
1313
:jaybird-fbclient-version: 5.0.2.0
1414
:firebird-java: https://groups.google.com/g/firebird-java
1515
:issues: https://github.com/FirebirdSQL/jaybird/issues
@@ -908,7 +908,7 @@ The following constants have been deprecated and will be removed in Jaybird 8:
908908
=== Type 2 (native) and embedded driver
909909
910910
Since Jaybird 6, the native and embedded part of the driver has been moved to a separate artifact, `jaybird-native`.
911-
The Jaybird Native GDS Factory plugin uses JNA to access the client library.
911+
The Jaybird Native GDS Factory plugin uses https://github.com/java-native-access/jna[JNA^] to access the client library.
912912
If you want to use the Type 2 driver, or Firebird embedded, then you need to include `jaybird-native-{version_example}` and `jna-jpms-{jna-version}.jar` on the classpath.
913913
914914
When using Maven, you need to specify the dependency on `jaybird-native`:

0 commit comments

Comments
 (0)