Skip to content

Commit

Permalink
Sync release notes with Branch_5_0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Oct 16, 2024
1 parent b88eccb commit 7dd5658
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/docs/asciidoc/faq.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
:source-highlighter: prettify
:toc: left
:icons: font
:jaybird5-full-version: 5.0.5
:jaybird5-full-version: 5.0.6
:jaybird5-template-version: {jaybird5-full-version}.<java>
:jaybird5-example-version: {jaybird5-full-version}.java11
:jaybird5-jna-version: 5.15.0
:jaybird4-full-version: 4.0.10
:jaybird4-template-version: {jaybird4-full-version}.<java>
:jaybird4-example-version: {jaybird4-full-version}.java11
Expand Down Expand Up @@ -50,14 +51,14 @@ For example, for Java 11:
</dependency>
----

If you want to use Type 2 support (native or embedded), you need to explicitly include JNA 5.14.0 as a dependency:
If you want to use Type 2 support (native or embedded), you need to explicitly include JNA {jaybird5-jna-version} as a dependency:

[source,xml]
[source,xml,subs="verbatim,attributes"]
----
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.14.0</version>
<version>{jaybird5-jna-version}</version>
</dependency>
----

Expand Down

0 comments on commit 7dd5658

Please sign in to comment.