Skip to content

Commit 47c4a12

Browse files
committed
#952 Upgrade JNA to 5.19.1
1 parent f34c7e3 commit 47c4a12

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ ext {
9999
}
100100

101101
dependencies {
102-
nativeImplementation 'net.java.dev.jna:jna:5.18.1'
102+
nativeImplementation 'net.java.dev.jna:jna:5.19.1'
103103

104104
compileOnly 'javax.servlet:javax.servlet-api:4.0.1'
105105
compileOnly 'jakarta.servlet:jakarta.servlet-api:5.0.0'
@@ -122,6 +122,8 @@ dependencies {
122122
testJavaagent("org.mockito:mockito-core:$mockito")
123123
}
124124
testImplementation "org.mockito:mockito-junit-jupiter:$mockito"
125+
// Uncomment to be able to run tests with type NATIVE without fbclient on your system (does not work for Embedded)
126+
//testRuntimeOnly 'org.firebirdsql.jdbc:fbclient:5.0.4.0'
125127

126128
asciidoctorExt 'org.firebirdsql.asciidoctor:canonical-link:1.0'
127129
}

src/docs/asciidoc/release_notes.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
:toc: left
99
:icons: font
1010
:sectnums:
11-
:jaybird-fbclient-version: 5.0.3.0
12-
:jna-version: 5.18.1
11+
:jaybird-fbclient-version: 5.0.4.0
12+
:jna-version: 5.19.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
@@ -57,6 +57,7 @@ This change was backported from Jaybird 6.0.6.
5757
+
5858
Fix was contributed by Artyom Abakumov, and backport from Jaybird 6.0.6.
5959
* Improvement: Support customization of service requests in service managers (https://github.com/FirebirdSQL/jaybird/issues/947[#947])
60+
* Dependency update: updated `net.java.dev.jna:jna` from 5.18.1 to 5.19.1 (used by `jaybird-native`) (https://github.com/FirebirdSQL/jaybird/issues/952[#952])
6061
6162
[#jaybird-5-0-12-changelog]
6263
=== Jaybird 5.0.12

0 commit comments

Comments
 (0)