This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature.git
The following commit(s) were added to refs/heads/master by this push:
new b9348fe Bump org.eclipse.parsson:parsson from 1.0.2 to 1.0.4 (#32)
b9348fe is described below
commit b9348fe0c4445e9a07aa6e89426c82d2690f55c9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 18 10:28:26 2024 +0200
Bump org.eclipse.parsson:parsson from 1.0.2 to 1.0.4 (#32)
Bumps
[org.eclipse.parsson:parsson](https://github.com/eclipse-ee4j/parsson) from
1.0.2 to 1.0.4.
- [Release notes](https://github.com/eclipse-ee4j/parsson/releases)
- [Commits](https://github.com/eclipse-ee4j/parsson/compare/1.0.2...1.0.4)
---
updated-dependencies:
- dependency-name: org.eclipse.parsson:parsson
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index cf5ae83..3f53f8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,7 @@
<dependency>
<groupId>org.eclipse.parsson</groupId>
<artifactId>parsson</artifactId>
- <version>1.0.2</version>
+ <version>1.0.4</version>
<scope>test</scope>
</dependency>
</dependencies>