diff --git a/external/nextcloud-notifications b/external/nextcloud-notifications
index 65bb0849..d60834b6 160000
--- a/external/nextcloud-notifications
+++ b/external/nextcloud-notifications
@@ -1 +1 @@
-Subproject commit 65bb0849179cf93c161387a730f4abc79a782f77
+Subproject commit d60834b6434b128de392bc734d6ad757c1456c65
diff --git a/external/nextcloud-server b/external/nextcloud-server
index 20ea9a25..8896b401 160000
--- a/external/nextcloud-server
+++ b/external/nextcloud-server
@@ -1 +1 @@
-Subproject commit 20ea9a25353129b56d46951fe7d23939665ab2b2
+Subproject commit 8896b40164f0e26c490c15514e97781e0037948c
diff --git a/packages/nextcloud/test/helper.dart b/packages/nextcloud/test/helper.dart
index 0a84bfdd..c5962b2e 100644
--- a/packages/nextcloud/test/helper.dart
+++ b/packages/nextcloud/test/helper.dart
@@ -8,7 +8,7 @@ import 'package:nextcloud/nextcloud.dart';
import 'package:process_run/cmd_run.dart';
import 'package:test/test.dart';
-const String nextcloudVersion = '25.0.0';
+const String nextcloudVersion = '25.0.1';
const String defaultUsername = 'user1';
const String defaultPassword = 'user1';
diff --git a/specs/core.json b/specs/core.json
index 0b5e65ac..ee7b90af 100644
--- a/specs/core.json
+++ b/specs/core.json
@@ -2,7 +2,7 @@
"openapi": "3.1.0",
"info": {
"title": "Core",
- "version": "25.0.0",
+ "version": "25.0.1",
"description": "Core functionality of Nextcloud",
"license": {
"name": "agpl",
diff --git a/specs/templates/appinfo_core.xml b/specs/templates/appinfo_core.xml
index 457ef147..803a3c55 100644
--- a/specs/templates/appinfo_core.xml
+++ b/specs/templates/appinfo_core.xml
@@ -4,6 +4,6 @@
Core
Core functionality of Nextcloud
- 25.0.0
+ 25.0.1
agpl
diff --git a/specs/templates/core.json b/specs/templates/core.json
index f1ca574a..14f0278b 100644
--- a/specs/templates/core.json
+++ b/specs/templates/core.json
@@ -2,7 +2,7 @@
"openapi": "3.1.0",
"info": {
"title": "Core",
- "version": "25.0.0",
+ "version": "25.0.1",
"description": "Core functionality of Nextcloud",
"license": {
"name": "agpl",
@@ -1410,6 +1410,7 @@
{
"name": "referenceId",
"in": "path",
+ "description": "the reference cache key",
"required": true,
"schema": {
"type": "string"
diff --git a/tool/Dockerfile.dev b/tool/Dockerfile.dev
index 546c85f7..3c39da35 100644
--- a/tool/Dockerfile.dev
+++ b/tool/Dockerfile.dev
@@ -1,4 +1,4 @@
-FROM nextcloud:25.0.0
+FROM nextcloud:25.0.1
WORKDIR /usr/src/nextcloud
RUN chown -R www-data:www-data .
USER www-data