feat: update to current SNAPSHOT version
diff --git a/tobago/tobago-vm/apache-proxy/index.html b/tobago/tobago-vm/apache-proxy/index.html
index cbb1c1e..8064066 100644
--- a/tobago/tobago-vm/apache-proxy/index.html
+++ b/tobago/tobago-vm/apache-proxy/index.html
@@ -28,7 +28,7 @@
           major: "5",
           release: "",
           staging: "",
-          snapshot: "5.1.0-SNAPSHOT",
+          snapshot: "5.1.1-SNAPSHOT",
           link: "5",
           archived: false,
           current: true
@@ -37,7 +37,7 @@
           major: "4",
           release: "",
           staging: "",
-          snapshot: "4.5.5-SNAPSHOT",
+          snapshot: "4.5.6-SNAPSHOT",
           link: "4",
           archived: false,
           current: false
@@ -54,7 +54,7 @@
           major: "2",
           release: "",
           staging: "",
-          snapshot: "2.5.0-SNAPSHOT",
+          snapshot: "2.5.1-SNAPSHOT",
           link: "2",
           archived: false,
           current: false
diff --git a/tobago/tobago-vm/docker-compose.yml b/tobago/tobago-vm/docker-compose.yml
index 86daa37..5fc4730 100644
--- a/tobago/tobago-vm/docker-compose.yml
+++ b/tobago/tobago-vm/docker-compose.yml
@@ -83,7 +83,7 @@
   demo-5-snapshot:
     build: tomcat
     environment:
-      - TOBAGO_VERSION=5.1.0-SNAPSHOT
+      - TOBAGO_VERSION=5.1.1-SNAPSHOT
       - CONTEXT_PATH=demo-5-snapshot
     ports:
       - "8502:8080"
@@ -118,7 +118,7 @@
   demo-4-snapshot:
     build: tomcat
     environment:
-      - TOBAGO_VERSION=4.5.5-SNAPSHOT
+      - TOBAGO_VERSION=4.5.6-SNAPSHOT
       - CONTEXT_PATH=demo-4-snapshot
     ports:
       - "8402:8080"
@@ -164,7 +164,7 @@
   demo-2-snapshot:
     build: tomcat
     environment:
-      - TOBAGO_VERSION=2.5.0-SNAPSHOT
+      - TOBAGO_VERSION=2.5.1-SNAPSHOT
       - CONTEXT_PATH=demo-2-snapshot
     ports:
       - "8202:8080"