This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/main by this push:
new ffba65f7c chore(deps): bump the maven-dependencies group with 2
updates (#2803)
ffba65f7c is described below
commit ffba65f7c9615497a6bb12e770d28e674a8cc7b6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jun 20 15:02:49 2026 -0500
chore(deps): bump the maven-dependencies group with 2 updates (#2803)
Bumps the maven-dependencies group with 2 updates:
[org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit) and
[com.flowlogix.depchain:integration-test](https://github.com/flowlogix/depchain).
Updates `org.htmlunit:htmlunit` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases)
- [Commits](https://github.com/HtmlUnit/htmlunit/compare/5.1.0...5.2.0)
Updates `com.flowlogix.depchain:integration-test` from 124 to 125
- [Release notes](https://github.com/flowlogix/depchain/releases)
- [Commits](https://github.com/flowlogix/depchain/commits)
---
updated-dependencies:
- dependency-name: org.htmlunit:htmlunit
dependency-version: 5.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: maven-dependencies
- dependency-name: com.flowlogix.depchain:integration-test
dependency-version: '125'
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: maven-dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
integration-tests/jakarta-ee/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/integration-tests/jakarta-ee/pom.xml
b/integration-tests/jakarta-ee/pom.xml
index 3b9e2301e..7640091d6 100644
--- a/integration-tests/jakarta-ee/pom.xml
+++ b/integration-tests/jakarta-ee/pom.xml
@@ -93,7 +93,7 @@
<dependency>
<groupId>com.flowlogix.depchain</groupId>
<artifactId>integration-test</artifactId>
- <version>124</version>
+ <version>125</version>
<scope>test</scope>
</dependency>
diff --git a/pom.xml b/pom.xml
index 0a8f06576..8e464ad54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
<spring-boot.version>4.1.0</spring-boot.version>
<guice.version>7.0.0</guice.version>
<jaxrs.api.version>4.0.0</jaxrs.api.version>
- <htmlunit.version>5.1.0</htmlunit.version>
+ <htmlunit.version>5.2.0</htmlunit.version>
<bouncycastle.version>1.84</bouncycastle.version>
<!-- Test 3rd-party dependencies: -->