Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ jobs:
runs-on: ubuntu-22.04
permissions: write-all
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GRAALBOT_PR_TOKEN }}
needs:
- get-all-libraries
- test-all-metadata
Expand All @@ -359,13 +359,8 @@ jobs:

- name: "✏️ PR for supported versions"
run: |
git config --local user.email "[email protected]"
git config --local user.name "Github Actions"
git fetch origin ${{ needs.get-all-libraries.outputs.branch }}
git checkout ${{ needs.get-all-libraries.outputs.branch }}
gh pr create \
--title "[Automation] Update supported library versions $(date '+%Y-%m-%dT%H:%M')" \
--body "This pull request updates supported versions of the existing libraries in the repo" \
--reviewer "kimeta" \
--assignee "vjovanov" \
--label "library-bulk-update"
--body "This pull request updates supported versions of the existing libraries in the repo"
3 changes: 2 additions & 1 deletion metadata/io.jsonwebtoken/jjwt-orgjson/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"0.12.3",
"0.12.4",
"0.12.5",
"0.12.6"
"0.12.6",
"0.13.0"
]
},
{
Expand Down
14 changes: 13 additions & 1 deletion metadata/io.netty/netty-transport/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,19 @@
"metadata-version" : "4.1.115.Final",
"tested-versions" : [
"4.1.115.Final",
"4.1.116.Final"
"4.1.116.Final",
"4.1.117.Final",
"4.1.118.Final",
"4.1.119.Final",
"4.1.120.Final",
"4.1.121.Final",
"4.1.122.Final",
"4.1.123.Final",
"4.1.124.Final",
"4.1.125.Final",
"4.1.126.Final",
"4.1.127.Final",
"4.1.128.Final"
]
},
{
Expand Down
6 changes: 5 additions & 1 deletion metadata/org.apache.activemq/artemis-jms-client/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
"module" : "org.apache.activemq:artemis-jms-client",
"metadata-version" : "2.28.0",
"tested-versions" : [
"2.28.0"
"2.28.0",
"2.30.0",
"2.31.0",
"2.31.1",
"2.31.2"
]
}
]
11 changes: 6 additions & 5 deletions metadata/org.apache.commons/commons-pool2/index.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[
{
"latest" : true,
"module" : "org.apache.commons:commons-pool2",
"metadata-version" : "2.11.1",
"tested-versions" : [
"2.11.1",
"2.12.0",
"2.12.1"
],
"latest" : true,
"module" : "org.apache.commons:commons-pool2"
"2.12.1",
"2.13.0"
]
}
]
]
10 changes: 9 additions & 1 deletion metadata/org.eclipse.angus/jakarta.mail/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@
"metadata-version": "1.0.0",
"module": "org.eclipse.angus:jakarta.mail",
"tested-versions": [
"1.0.0"
"1.0.0",
"1.1.0",
"2.0.0",
"2.0.1",
"2.0.2",
"2.0.3",
"2.0.4",
"2.0.5",
"2.1.0-M1"
]
}
]
3 changes: 2 additions & 1 deletion metadata/org.flywaydb/flyway-core/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"11.17.0",
"11.17.1",
"11.17.2",
"11.18.0"
"11.18.0",
"11.19.0"
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion metadata/org.mockito/mockito-core/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"5.17.0",
"5.18.0",
"5.19.0",
"5.20.0"
"5.20.0",
"5.21.0"
]
},
{
Expand Down
Loading