Skip to content

Commit

Permalink
Update dependency net.java.dev.jna:jna-platform to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-for-github-com[bot] authored Jan 31, 2024
1 parent 2a508cc commit 266d2ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nifi-bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ language governing permissions and limitations under the License. -->
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna-platform</artifactId>
<version>4.4.0</version>
<version>5.0.0</version>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ language governing permissions and limitations under the License. -->
<packaging>jar</packaging>

<properties>
<jna.version>4.2.2</jna.version>
<jna.version>5.0.0</jna.version>
<javassist.version>3.20.0-GA</javassist.version>
</properties>

Expand Down

0 comments on commit 266d2ec

Please sign in to comment.