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 4444369bfc Bump org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-bom
4444369bfc is described below
commit 4444369bfcbd82782bf3eb59be92ae7ea1f86f07
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 5 07:48:35 2026 +0000
Bump org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-bom
Bumps
[org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-bom](https://github.com/shrinkwrap/resolver)
from 3.3.5 to 3.3.7.
- [Release notes](https://github.com/shrinkwrap/resolver/releases)
- [Commits](https://github.com/shrinkwrap/resolver/compare/3.3.5...3.3.7)
---
updated-dependencies:
- dependency-name: org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-bom
dependency-version: 3.3.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
arquillian/functional-tests/spring-cxf-tomee-4332/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arquillian/functional-tests/spring-cxf-tomee-4332/pom.xml
b/arquillian/functional-tests/spring-cxf-tomee-4332/pom.xml
index 2cabecab49..141c5a37e3 100644
--- a/arquillian/functional-tests/spring-cxf-tomee-4332/pom.xml
+++ b/arquillian/functional-tests/spring-cxf-tomee-4332/pom.xml
@@ -32,7 +32,7 @@
<properties>
<version.spring-boot>4.0.6</version.spring-boot>
- <version.shrinkwrap.resolver>3.3.5</version.shrinkwrap.resolver>
+ <version.shrinkwrap.resolver>3.3.7</version.shrinkwrap.resolver>
<!-- junit 5.11 is broken for some reason here -->
<junit.jupiter.version>5.10.5</junit.jupiter.version>