This is an automated email from the ASF dual-hosted git repository. ddekany pushed a commit to branch 2.3-gae in repository https://gitbox.apache.org/repos/asf/freemarker.git
commit cb65493689936273b65f6c3124e2147197de801d Author: ddekany <[email protected]> AuthorDate: Tue Jun 4 00:09:20 2024 +0200 Updated to docgen to 0.0.3-SNAPSHOT --- buildSrc/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index da0ab7f6..4c8d8c6d 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -24,7 +24,7 @@ plugins { dependencies { implementation(gradleApi()) - implementation("org.apache.freemarker.docgen:freemarker-docgen-core:0.0.2-SNAPSHOT") + implementation("org.apache.freemarker.docgen:freemarker-docgen-core:0.0.3-SNAPSHOT") implementation("org.nosphere.apache:creadur-rat-gradle:0.8.1") // Xalan dependencies are required by rat even though it does not declare a dependency on them. implementation("xalan:xalan:2.7.3")
