This is an automated email from the ASF dual-hosted git repository.
radu pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing.git
The following commit(s) were added to refs/heads/master by this push:
new aa004a0 SLING-12635 - JS Use Scripts should only be read on-demand
aa004a0 is described below
commit aa004a0481442e2c9b1e8474c71ce3e68bf04b94
Author: Radu Cotescu <[email protected]>
AuthorDate: Mon Jan 27 14:26:35 2025 +0100
SLING-12635 - JS Use Scripts should only be read on-demand
* updated to released dependencies to test the JS Use Provider
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8d084d3..3a9ea13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -383,7 +383,7 @@ Require-Capability:
osgi.extender;filter:="(&(osgi.extender=sling.scripting)(ver
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.scripting.sightly</artifactId>
- <version>1.4.25-1.4.0-SNAPSHOT</version>
+ <version>1.4.26-1.4.0</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -395,7 +395,7 @@ Require-Capability:
osgi.extender;filter:="(&(osgi.extender=sling.scripting)(ver
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.scripting.sightly.testing-content</artifactId>
- <version>1.0.35-1.4.0-SNAPSHOT</version>
+ <version>1.0.34-1.4.0</version>
<scope>provided</scope>
</dependency>