Skip to content

Commit

Permalink
fix(deps): update jersey monorepo to [2.39,2.40) (#6150)
Browse files Browse the repository at this point in the history
* fix(deps): update jersey monorepo to [2.39,2.40)

* update version in results

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marwan Rabbâa <waghanza@gmail.com>
  • Loading branch information
renovate[bot] and waghanza authored Feb 19, 2023
1 parent 1c41785 commit 9c2df3d
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.38
version: 2.39

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.38,2.39)</jersey.version>
<jersey.version>[2.39,2.40)</jersey.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit 9c2df3d

Please sign in to comment.