This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fory-site.git
commit 96e22125f9b56eafcfa719499ba8d00d2e4c8a9f Author: chaokunyang <[email protected]> AuthorDate: Fri Sep 4 06:12:42 2026 +0000 🔄 synced local 'docs/row-format/' with remote 'docs/row-format/' --- docs/row-format/java.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/row-format/java.md b/docs/row-format/java.md index c21bfaf9ba0..66a3a5b2a2c 100644 --- a/docs/row-format/java.md +++ b/docs/row-format/java.md @@ -43,14 +43,14 @@ For Maven: <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-format</artifactId> - <version>1.7.0</version> + <version>1.7.1</version> </dependency> ``` For Gradle: ```kotlin -implementation("org.apache.fory:fory-format:1.7.0") +implementation("org.apache.fory:fory-format:1.7.1") ``` ## Basic Usage --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
