This is an automated email from the ASF dual-hosted git repository.
adelbene pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new 6fccc83b9b Bump org.codelibs:jhighlight from 1.1.1 to 2.0.0 (#1421)
6fccc83b9b is described below
commit 6fccc83b9b412cefcc41b3382d755e7ded881d97
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 12 15:08:36 2026 +0200
Bump org.codelibs:jhighlight from 1.1.1 to 2.0.0 (#1421)
Bumps [org.codelibs:jhighlight](https://github.com/codelibs/jhighlight)
from 1.1.1 to 2.0.0.
-
[Commits](https://github.com/codelibs/jhighlight/compare/jhighlight-1.1.1...jhighlight-2.0.0)
---
updated-dependencies:
- dependency-name: org.codelibs:jhighlight
dependency-version: 2.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
wicket-examples/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index d498081e84..fa8d45e140 100644
--- a/wicket-examples/pom.xml
+++ b/wicket-examples/pom.xml
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.codelibs</groupId>
<artifactId>jhighlight</artifactId>
- <version>1.1.1</version>
+ <version>2.0.0</version>
</dependency>
</dependencies>
</dependencyManagement>