diff --git a/pom.xml b/pom.xml
index 737aa5a1c..19fb607c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,6 @@
org.kohsuke.github.GHRelease
- org.kohsuke.github.GitHubClient.GHApiInfo
org.kohsuke.github.GHBranchProtection.RequiredSignatures
org.kohsuke.github.GHBranchProtectionBuilder.Restrictions
org.kohsuke.github.GHBranchProtection.Restrictions
@@ -201,7 +200,6 @@
org.kohsuke.github.GHTeam.Role
org.kohsuke.github.GHUserSearchBuilder.Sort
org.kohsuke.github.GHVerifiedKey
- org.kohsuke.github.GitHubBuilder.1
diff --git a/src/main/java/org/kohsuke/github/GHDeploymentStatusBuilder.java b/src/main/java/org/kohsuke/github/GHDeploymentStatusBuilder.java
index 34ff201a3..af419840e 100644
--- a/src/main/java/org/kohsuke/github/GHDeploymentStatusBuilder.java
+++ b/src/main/java/org/kohsuke/github/GHDeploymentStatusBuilder.java
@@ -23,6 +23,7 @@ public class GHDeploymentStatusBuilder {
* the state
* @deprecated Use {@link GHDeployment#createStatus(GHDeploymentState)}
*/
+ @Deprecated
public GHDeploymentStatusBuilder(GHRepository repo, int deploymentId, GHDeploymentState state) {
this(repo, (long) deploymentId, state);
}
diff --git a/src/main/java/org/kohsuke/github/GHIssue.java b/src/main/java/org/kohsuke/github/GHIssue.java
index 051e36732..14f1818b3 100644
--- a/src/main/java/org/kohsuke/github/GHIssue.java
+++ b/src/main/java/org/kohsuke/github/GHIssue.java
@@ -64,7 +64,7 @@ public class GHIssue extends GHObject implements Reactable {
@SkipFromToString
protected String body;
// for backward compatibility with < 1.63, this collection needs to hold instances of Label, not GHLabel
- protected List