@@ -31,7 +31,7 @@ The examples of declaring that repository and the dependency on this package in
3131 <dependency>
3232 <groupId>io.github.sttk</groupId>
3333 <artifactId>sabi</artifactId>
34- <version>0.6 .0</version>
34+ <version>0.7 .0</version>
3535 </dependency>
3636 </dependencies>
3737```
@@ -43,7 +43,7 @@ repositories {
4343 mavenCentral()
4444}
4545dependencies {
46- implementation 'io.github.sttk:sabi:0.6 .0'
46+ implementation 'io.github.sttk:sabi:0.7 .0'
4747}
4848```
4949
@@ -201,22 +201,22 @@ This framework supports JDK 21 or later.
201201
202202### Actually checked JDK versions:
203203
204- - Oracle GraalVM 21 .0.7 +8.1
205- - Oracle GraalVM 22 .0.2+9.1
206- - Oracle GraalVM 23.0.2+7.1
207- - Oracle GraalVM 24 .0.1+9.1
204+ - Oracle GraalVM 25 .0.1 +8.1 (build 25.0.1+8-LTS-jvmci-b01)
205+ - Oracle GraalVM 24 .0.2+11.1 (build 24.0.2+11-jvmci-b01)
206+ - Oracle GraalVM 23.0.2+7.1 (build 23.0.2+7-jvmci-b01)
207+ - Oracle GraalVM 21 .0.9+7.1 (build 21.0.9+7-LTS-jvmci-23.1-b79)
208208
209209## License
210210
211- Copyright (C) 2022-2025 Takayuki Sato
211+ Copyright (C) 2022-2026 Takayuki Sato
212212
213213This program is free software under MIT License.<br >
214214See the file LICENSE in this distribution for more details.
215215
216216
217217[ repo-url ] : https://github.com/sttk/sabi-java
218- [ mvn-img ] : https://img.shields.io/badge/maven_central-0.6 .0-276bdd.svg
219- [ mvn-url ] : https://central.sonatype.com/artifact/io.github.sttk/sabi/0.6 .0
218+ [ mvn-img ] : https://img.shields.io/badge/maven_central-0.7 .0-276bdd.svg
219+ [ mvn-url ] : https://central.sonatype.com/artifact/io.github.sttk/sabi/0.7 .0
220220[ io-img ] : https://img.shields.io/badge/github.io-Javadoc-4d7a97.svg
221221[ io-url ] : https://sttk.github.io/sabi-java/
222222[ ci-img ] : https://github.com/sttk/sabi-java/actions/workflows/java-ci.yml/badge.svg?branch=main
0 commit comments