@@ -22,7 +22,7 @@ repositories {
2222}
2323
2424dependencies {
25- implementation(" app.photofox.vips-ffm:vips-ffm-core:1.5.2 " )
25+ implementation(" app.photofox.vips-ffm:vips-ffm-core:1.6.0 " )
2626}
2727```
2828
@@ -33,8 +33,8 @@ There are also lots of examples in the [samples](#samples).
3333You must add ` --enable-native-access=ALL-UNNAMED ` to your JVM runtime arguments. If you don't, you'll get a warning
3434about "Restricted methods". In the future, the JVM will throw an error if you don't explicitly include this flag.
3535
36- As the project uses the Java FFM API, your target must also be JDK 22 +. Bindings are currently generated from libvips
37- ` 8.16.1 ` (but should be safe to use with different minor or patch versions).
36+ As the project uses the Java FFM API, and Markdown comments, your target must also be JDK 23 +. Bindings are currently
37+ generated from libvips ` 8.17.0 ` (but should be safe to use with different minor or patch versions).
3838
3939> [ !NOTE]
4040> This library ** does not** include ` libvips ` in the download, you must add it to the system/container you're building
@@ -92,7 +92,7 @@ Samples are included that show various usages of these bindings. They include va
9292
9393To get set up to run samples (on macOS):
9494* ` brew install vips `
95- * ` sdk use java 22 -open `
95+ * ` sdk use java 23 -open `
9696* Then either:
9797 * Run ` ./run_samples.sh ` in your terminal
9898 * Use the included ` Run samples ` profile in IntelliJ
@@ -222,4 +222,4 @@ Thank you for being enthusiastic about the project!
222222 * And only after a GitHub Release is made
223223 * Run ` ./publish_release_to_maven_central.sh <version matching github release version, including v prefix> `
224224
225- [ 1 ] : https://docs.oracle.com/en/java/javase/22 /core/memory-segments-and-arenas.html
225+ [ 1 ] : https://docs.oracle.com/en/java/javase/23 /core/memory-segments-and-arenas.html
0 commit comments