This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new 191773a55c Bump org.slf4j:slf4j-simple from 2.0.17 to 2.0.18
191773a55c is described below
commit 191773a55c269275bfd708382397e1850ddd3743
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 5 07:49:15 2026 +0000
Bump org.slf4j:slf4j-simple from 2.0.17 to 2.0.18
Bumps org.slf4j:slf4j-simple from 2.0.17 to 2.0.18.
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-simple
dependency-version: 2.0.18
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
arquillian/ziplock/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arquillian/ziplock/pom.xml b/arquillian/ziplock/pom.xml
index 216feda5a4..61684366d6 100644
--- a/arquillian/ziplock/pom.xml
+++ b/arquillian/ziplock/pom.xml
@@ -69,7 +69,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>2.0.17</version>
+ <version>2.0.18</version>
<scope>test</scope>
</dependency>
</dependencies>