Skip to content

Commit

Permalink
io.avaje:avaje-inject
Browse files Browse the repository at this point in the history
  • Loading branch information
remal committed Dec 15, 2024
1 parent f9134fb commit e160975
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions java-8.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"matchCurrentVersion": "(,4.9999)",
"allowedVersions": "(,4.9999)"
},

{
"description": "JGit >=6 supports Java >=11",
"matchLanguages": [
Expand Down
28 changes: 28 additions & 0 deletions java-deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,34 @@
],
"groupName": "io.avaje:avaje-inject"
},
{
"description": "io.avaje:avaje-inject: keep javax suffix",
"matchLanguages": [
"java"
],
"matchCategories": [
"java"
],
"matchPackagePatterns": [
"^io\\.avaje:avaje-inject(-.+)"
],
"matchCurrentVersion": "/-javax$/",
"allowedVersions": "/-javax$/"
},
{
"description": "io.avaje:avaje-inject: don't udpate to javax suffix",
"matchLanguages": [
"java"
],
"matchCategories": [
"java"
],
"matchPackagePatterns": [
"^io\\.avaje:avaje-inject(-.+)"
],
"matchCurrentVersion": "/\\d$/",
"allowedVersions": "!/-javax$/"
},


{
Expand Down

0 comments on commit e160975

Please sign in to comment.