Skip to content

Commit

Permalink
Upgrade to latest jni-util release (#801)
Browse files Browse the repository at this point in the history
Motivation:

We released a new version of jni-util

Modifications:

- Update to latest version

Result:

Use up-to-date version
  • Loading branch information
normanmaurer authored Jul 19, 2023
1 parent 8d358f7 commit 327b9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<skipJapicmp>false</skipJapicmp>
<compileLibrary>false</compileLibrary>
<jniUtilIncludeDir>${project.build.directory}/netty-jni-util/</jniUtilIncludeDir>
<jniUtilVersion>0.0.6.Final</jniUtilVersion>
<jniUtilVersion>0.0.7.Final</jniUtilVersion>
<javaDefaultModuleName>io.netty.internal.tcnative</javaDefaultModuleName>
<javaModuleName>${javaDefaultModuleName}</javaModuleName>
<javaModuleNameClassifier>${os.detected.name}.${os.detected.arch}</javaModuleNameClassifier>
Expand Down

0 comments on commit 327b9e2

Please sign in to comment.