This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
The following commit(s) were added to refs/heads/master by this push:
new 291e77d chore(deps): update dependency
org.apache.sling:org.apache.sling.starter.content to v1.0.16
291e77d is described below
commit 291e77da78754950700b5aad90a72e4e29da92c0
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Dec 16 14:30:14 2024 +0000
chore(deps): update dependency
org.apache.sling:org.apache.sling.starter.content to v1.0.16
---
src/main/features/app/starter.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/features/app/starter.json
b/src/main/features/app/starter.json
index 35cad40..baa7c03 100644
--- a/src/main/features/app/starter.json
+++ b/src/main/features/app/starter.json
@@ -1,7 +1,7 @@
{
"bundles": [
{
- "id":"org.apache.sling:org.apache.sling.starter.content:1.0.14",
+ "id":"org.apache.sling:org.apache.sling.starter.content:1.0.16",
"start-order":"20"
}
],