Skip to content

Commit

Permalink
fix(deps): update jersey monorepo to [2.41,2.42) (#6846)
Browse files Browse the repository at this point in the history
* fix(deps): update jersey monorepo to [2.41,2.42)

* update version in results

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marwan <waghanza@gmail.com>
  • Loading branch information
renovate[bot] and waghanza committed Oct 23, 2023
1 parent 11cce0c commit 71125ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/jersey-grizzly2/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework:
website: eclipse-ee4j.github.io/jersey
version: "2.40"
version: 2.41

build:
- mvn package
Expand Down
2 changes: 1 addition & 1 deletion java/jersey-grizzly2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


<properties>
<jersey.version>[2.40,2.41)</jersey.version>
<jersey.version>[2.41,2.42)</jersey.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit 71125ee

Please sign in to comment.