Merge pull request #11285 from DSpace/dependabot/maven/dspace-9_x/jersey.version-3.1.11

Bump jersey.version from 3.1.10 to 3.1.11
This commit is contained in:
Tim Donohue
2025-09-09 16:57:44 -05:00
committed by GitHub

View File

@@ -49,7 +49,7 @@
<bouncycastle.version>1.81</bouncycastle.version>
<asm.version>8.0.1</asm.version>
<!-- Jersey is used to integrate with external sources/services -->
<jersey.version>3.1.10</jersey.version>
<jersey.version>3.1.11</jersey.version>
<!--=== SERVER WEBAPP DEPENDENCIES ===-->
<!-- Library for reading JSON documents: https://github.com/json-path/JsonPath (used by Server webapp) -->
<json-path.version>2.9.0</json-path.version>