Skip to content

Commit

Permalink
Merge pull request #304 from gsmet/github-api-1.321
Browse files Browse the repository at this point in the history
Update to GitHub API 1.321.0
  • Loading branch information
gsmet authored Mar 21, 2024
2 parents 06d2689 + 6303c0a commit ff3670c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ final class GitHubApiDotNames {
private static final DotName GH_MEMBER_CHANGES = DotName.createSimple(GHMemberChanges.class.getName());
private static final DotName GH_MEMBER_CHANGES_FROM_TO_PERMISSION = DotName
.createSimple(GHMemberChanges.FromToPermission.class.getName());
private static final DotName GH_MEMBER_CHANGES_FROM_ROLE_NAME = DotName
.createSimple(GHMemberChanges.FromRoleName.class.getName());
private static final DotName GH_MEMBERSHIP = DotName.createSimple(GHMembership.class.getName());
private static final DotName GH_META = DotName.createSimple(GHMeta.class.getName());
private static final DotName GH_NOTIFICATION_STREAM = DotName.createSimple(GHNotificationStream.class.getName());
Expand Down Expand Up @@ -312,7 +314,7 @@ final class GitHubApiDotNames {
GH_LABEL, GH_LABEL_CHANGES, GH_LABEL_CHANGES_GH_FROM,
GH_MARKETPLACE_PENDING_CHANGE, GH_MARKETPLACE_PLAN,
GH_MARKETPLACE_PURCHASE, GH_MARKETPLACE_USER_PURCHASE, GH_MEMBERSHIP,
GH_MEMBER_CHANGES, GH_MEMBER_CHANGES_FROM_TO_PERMISSION,
GH_MEMBER_CHANGES, GH_MEMBER_CHANGES_FROM_TO_PERMISSION, GH_MEMBER_CHANGES_FROM_ROLE_NAME,
GH_META, GH_NOTIFICATION_STREAM,
GH_ORG_HOOK, GH_ORGANIZATION_REPOSITORY_ROLE, GH_PERMISSION,
GH_PROJECTS_V2_ITEM_CHANGES, GH_PROJECTS_V2_ITEM_CHANGES_FIELD_VALUE, GH_PROJECTS_V2_ITEM_CHANGES_FROM_TO,
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<resource-plugin.version>3.3.1</resource-plugin.version>
<surefire-plugin.version>3.2.5</surefire-plugin.version>

<github-api.version>1.320</github-api.version>
<github-api.version>1.321</github-api.version>
<assertj.version>3.25.3</assertj.version>
</properties>

Expand Down

0 comments on commit ff3670c

Please # to comment.