This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-wikisearch.git
The following commit(s) were added to refs/heads/main by this push:
new fb069fb Bump com.sun.jersey:jersey-core from 1.11 to 1.13 (#17)
fb069fb is described below
commit fb069fb08e84e9494fbaf552ee6364d98545e1a0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 25 19:13:32 2025 -0400
Bump com.sun.jersey:jersey-core from 1.11 to 1.13 (#17)
Bumps com.sun.jersey:jersey-core from 1.11 to 1.13.
---
updated-dependencies:
- dependency-name: com.sun.jersey:jersey-core
dependency-version: '1.13'
dependency-type: direct:production
...
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 420fc75..55c20ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-core</artifactId>
- <version>1.11</version>
+ <version>1.13</version>
</dependency>
<dependency>
<groupId>commons-configuration</groupId>