Skip to content

Commit

Permalink
Merge pull request #342 from headius/update_jffi
Browse files Browse the repository at this point in the history
Update jffi to 1.3.13
  • Loading branch information
headius committed Feb 14, 2024
2 parents 0deaac0 + eb5aec2 commit 59d3f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -61,13 +61,13 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jffi</artifactId>
<version>1.3.12</version>
<version>1.3.13</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jffi</artifactId>
<version>1.3.12</version>
<version>1.3.13</version>
<scope>runtime</scope>
<classifier>native</classifier>
</dependency>
Expand Down

0 comments on commit 59d3f61

Please sign in to comment.