diff --git a/.github/workflows/verify-new-library-version-compatibility.yml b/.github/workflows/verify-new-library-version-compatibility.yml index b586ee096..169676f7e 100644 --- a/.github/workflows/verify-new-library-version-compatibility.yml +++ b/.github/workflows/verify-new-library-version-compatibility.yml @@ -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 @@ -359,8 +359,6 @@ jobs: - name: "✏️ PR for supported versions" run: | - git config --local user.email "actions@github.com" - 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 \ diff --git a/metadata/io.jsonwebtoken/jjwt-orgjson/index.json b/metadata/io.jsonwebtoken/jjwt-orgjson/index.json index 02e6f9656..42e60c157 100644 --- a/metadata/io.jsonwebtoken/jjwt-orgjson/index.json +++ b/metadata/io.jsonwebtoken/jjwt-orgjson/index.json @@ -18,7 +18,8 @@ "0.12.3", "0.12.4", "0.12.5", - "0.12.6" + "0.12.6", + "0.13.0" ] }, { diff --git a/metadata/io.netty/netty-transport/index.json b/metadata/io.netty/netty-transport/index.json index 14216d690..e996e9f94 100644 --- a/metadata/io.netty/netty-transport/index.json +++ b/metadata/io.netty/netty-transport/index.json @@ -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" ] }, { diff --git a/metadata/org.apache.activemq/artemis-jms-client/index.json b/metadata/org.apache.activemq/artemis-jms-client/index.json index 224dc07bc..0d80969c5 100644 --- a/metadata/org.apache.activemq/artemis-jms-client/index.json +++ b/metadata/org.apache.activemq/artemis-jms-client/index.json @@ -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" ] } ] diff --git a/metadata/org.apache.commons/commons-pool2/index.json b/metadata/org.apache.commons/commons-pool2/index.json index 26b30b759..f642f5e85 100644 --- a/metadata/org.apache.commons/commons-pool2/index.json +++ b/metadata/org.apache.commons/commons-pool2/index.json @@ -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" + ] } -] \ No newline at end of file +] diff --git a/metadata/org.eclipse.angus/jakarta.mail/index.json b/metadata/org.eclipse.angus/jakarta.mail/index.json index f40027e94..c75ffa570 100644 --- a/metadata/org.eclipse.angus/jakarta.mail/index.json +++ b/metadata/org.eclipse.angus/jakarta.mail/index.json @@ -1,10 +1,18 @@ [ { - "latest": true, - "metadata-version": "1.0.0", - "module": "org.eclipse.angus:jakarta.mail", - "tested-versions": [ - "1.0.0" + "latest" : true, + "module" : "org.eclipse.angus:jakarta.mail", + "metadata-version" : "1.0.0", + "tested-versions" : [ + "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" ] } ] diff --git a/metadata/org.flywaydb/flyway-core/index.json b/metadata/org.flywaydb/flyway-core/index.json index b91e9211d..e07ea7863 100644 --- a/metadata/org.flywaydb/flyway-core/index.json +++ b/metadata/org.flywaydb/flyway-core/index.json @@ -44,7 +44,8 @@ "11.17.0", "11.17.1", "11.17.2", - "11.18.0" + "11.18.0", + "11.19.0" ] }, { diff --git a/metadata/org.mockito/mockito-core/index.json b/metadata/org.mockito/mockito-core/index.json index 794125207..851994785 100644 --- a/metadata/org.mockito/mockito-core/index.json +++ b/metadata/org.mockito/mockito-core/index.json @@ -29,7 +29,8 @@ "5.17.0", "5.18.0", "5.19.0", - "5.20.0" + "5.20.0", + "5.21.0" ] }, {