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 03966ec7cf9db53815e6856f65e0c8be8273119e Author: chaokunyang <[email protected]> AuthorDate: Fri Sep 4 06:12:42 2026 +0000 🔄 synced local 'docs/json/' with remote 'docs/json/' --- docs/json/getting-started.md | 6 +++--- docs/json/kotlin.md | 4 ++-- docs/json/scala.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/json/getting-started.md b/docs/json/getting-started.md index 93ee0a8f2ba..051fe067cd1 100644 --- a/docs/json/getting-started.md +++ b/docs/json/getting-started.md @@ -43,7 +43,7 @@ Maven: <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-json</artifactId> - <version>1.7.0</version> + <version>1.7.1</version> </dependency> ``` @@ -57,7 +57,7 @@ repositories { mavenCentral() } -implementation("org.apache.fory:fory-json:1.7.0") +implementation("org.apache.fory:fory-json:1.7.1") ``` ### Kotlin @@ -66,7 +66,7 @@ Kotlin/JVM applications add the optional Kotlin JSON runtime and use its single ```kotlin title="build.gradle.kts" dependencies { - implementation("org.apache.fory:fory-json-kotlin:1.7.0") + implementation("org.apache.fory:fory-json-kotlin:1.7.1") } ``` diff --git a/docs/json/kotlin.md b/docs/json/kotlin.md index 64ef261a499..3d9cddedb78 100644 --- a/docs/json/kotlin.md +++ b/docs/json/kotlin.md @@ -41,7 +41,7 @@ repositories { } dependencies { - implementation("org.apache.fory:fory-json-kotlin:1.7.0") + implementation("org.apache.fory:fory-json-kotlin:1.7.1") } ``` @@ -54,7 +54,7 @@ plugins { } dependencies { - ksp("org.apache.fory:fory-json-kotlin-ksp:1.7.0") + ksp("org.apache.fory:fory-json-kotlin-ksp:1.7.1") } ``` diff --git a/docs/json/scala.md b/docs/json/scala.md index f1bdf4a574d..dba2334a6bc 100644 --- a/docs/json/scala.md +++ b/docs/json/scala.md @@ -25,7 +25,7 @@ module works on the ordinary JVM and GraalVM Native Image. Android is not suppor ## Setup ```sbt -libraryDependencies += "org.apache.fory" %% "fory-json-scala" % "1.7.0" +libraryDependencies += "org.apache.fory" %% "fory-json-scala" % "1.7.1" ``` `ForyJsonScala.builder()` installs the Scala module and returns the standard Fory JSON builder: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
