change website repo url
diff --git a/build.gradle b/build.gradle
index 7e38050..ff859c6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -76,7 +76,7 @@
     grgitClass = org.ajoberstar.grgit.Grgit
     repoBase = 'https://git1-us-west.apache.org/repos/asf'
     repoUri = "$repoBase/groovy.git"
-    websiteRepo = 'https://github.com/groovy/groovy-website'
+    websiteRepo = 'https://gitbox.apache.org/repos/asf/groovy-website.git'
     now = new Date().format('yyyy-MM-dd')
     branch = project.findProperty('branch')
     stagingDir = "$project.buildDir/staging-$branch/"
diff --git a/gradle.properties b/gradle.properties
index c8d40cf..14cbf92 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,4 +1,4 @@
-version.grgit=1.8.0
+version.grgit=2.3.0
 version.svntools=2.2.1
 version.httpbuilder=0.7.1
 version.sshplugin=2.7.0