Skip to content

Commit

Permalink
Bump javacpp version to 1.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenn committed Nov 17, 2024
1 parent 5ea7e6e commit ddca6a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>javacpp</artifactId>
<version>1.5.10</version>
<version>1.5.11</version>
</dependency>
<dependency>
<groupId>com.github.gwenn</groupId>
Expand Down Expand Up @@ -295,7 +295,7 @@
<plugin>
<groupId>org.bytedeco</groupId>
<artifactId>javacpp</artifactId>
<version>1.5.10</version>
<version>1.5.11</version>
<configuration>
<properties>${javacpp.platform}</properties>
<propertyKeysAndValues>
Expand Down

0 comments on commit ddca6a9

Please sign in to comment.