|
34 | 34 | <properties> |
35 | 35 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
36 | 36 | <spotbugs-maven-plugin.version>3.1.12.2</spotbugs-maven-plugin.version> |
37 | | - <spotbugs.version>3.1.12</spotbugs.version> |
| 37 | + <spotbugs.version>4.0.0</spotbugs.version> |
38 | 38 | <spotbugs-maven-plugin.failOnError>true</spotbugs-maven-plugin.failOnError> |
39 | 39 | <hamcrest.version>2.2</hamcrest.version> |
40 | | - <okhttp3.version>4.3.1</okhttp3.version> |
| 40 | + <okhttp3.version>4.4.0</okhttp3.version> |
41 | 41 | <okio.version>2.4.3</okio.version> |
42 | 42 | <formatter-maven-plugin.goal>format</formatter-maven-plugin.goal> |
43 | 43 | <impsort-maven-plugin.goal>sort</impsort-maven-plugin.goal> |
|
79 | 79 | </testResources> |
80 | 80 | <pluginManagement> |
81 | 81 | <plugins> |
82 | | - <plugin> |
83 | | - <groupId>org.apache.maven.plugins</groupId> |
84 | | - <artifactId>maven-shade-plugin</artifactId> |
85 | | - <version>3.2.2</version> |
86 | | - <executions> |
87 | | - <execution> |
88 | | - <id>shaded-jar</id> |
89 | | - <phase>package</phase> |
90 | | - <goals> |
91 | | - <goal>shade</goal> |
92 | | - </goals> |
93 | | - <configuration> |
94 | | - <relocations> |
95 | | - <relocation> |
96 | | - <pattern>com.fasterxml.jackson</pattern> |
97 | | - <shadedPattern>hidden.com.fasterxml.jackson</shadedPattern> |
98 | | - </relocation> |
99 | | - <relocation> |
100 | | - <pattern>org.apache</pattern> |
101 | | - <shadedPattern>hidden.org.apache</shadedPattern> |
102 | | - </relocation> |
103 | | - </relocations> |
104 | | - <artifactSet> |
105 | | - <excludes> |
106 | | - <exclude>com.infradna.tool:bridge-method-annotation</exclude> |
107 | | - <exclude>org.jenkins-ci:annotation-indexer</exclude> |
108 | | - <exclude>com.squareup.*:*</exclude> |
109 | | - <exclude>org.jetbrains*:*</exclude> |
110 | | - <exclude>com.github.spotbugs:*</exclude> |
111 | | - <exclude>com.google.code.findbugs:*</exclude> |
112 | | - </excludes> |
113 | | - </artifactSet> |
114 | | - <shadedArtifactAttached>true</shadedArtifactAttached> |
115 | | - <filters> |
116 | | - <filter> |
117 | | - <artifact>*:*</artifact> |
118 | | - <excludes> |
119 | | - <exclude>module-info.class</exclude> |
120 | | - <exclude>META-INF/*.SF</exclude> |
121 | | - <exclude>META-INF/*.DSA</exclude> |
122 | | - <exclude>META-INF/*.RSA</exclude> |
123 | | - </excludes> |
124 | | - </filter> |
125 | | - </filters> |
126 | | - </configuration> |
127 | | - </execution> |
128 | | - </executions> |
129 | | - </plugin> |
130 | 82 | <plugin> |
131 | 83 | <groupId>org.apache.maven.plugins</groupId> |
132 | 84 | <artifactId>maven-source-plugin</artifactId> |
|
209 | 161 | <exclude>org.kohsuke.github.GHRelease</exclude> |
210 | 162 |
|
211 | 163 | <!-- TODO: These still need test coverage --> |
212 | | - <exclude>org.kohsuke.github.GitHub.GHApiInfo</exclude> |
| 164 | + <exclude>org.kohsuke.github.GitHubClient.GHApiInfo</exclude> |
213 | 165 | <exclude>org.kohsuke.github.GHBranchProtection.RequiredSignatures</exclude> |
214 | 166 | <exclude>org.kohsuke.github.GHBranchProtectionBuilder.Restrictions</exclude> |
215 | 167 | <exclude>org.kohsuke.github.GHBranchProtection.Restrictions</exclude> |
216 | 168 | <exclude>org.kohsuke.github.GHCommentAuthorAssociation</exclude> |
217 | 169 | <exclude>org.kohsuke.github.GHCommitBuilder.UserInfo</exclude> |
218 | | - <exclude>org.kohsuke.github.GHCommitSearchBuilder.CommitSearchResult</exclude> |
219 | | - <exclude>org.kohsuke.github.GHCommitSearchBuilder.Sort</exclude> |
220 | | - <exclude>org.kohsuke.github.GHCommitSearchBuilder</exclude> |
221 | 170 | <exclude>org.kohsuke.github.GHCommitState</exclude> |
222 | 171 | <exclude>org.kohsuke.github.GHCompare.Commit</exclude> |
223 | 172 | <exclude>org.kohsuke.github.GHCompare.InnerCommit</exclude> |
|
235 | 184 | <exclude>org.kohsuke.github.GHHook</exclude> |
236 | 185 | <exclude>org.kohsuke.github.GHHooks.OrgContext</exclude> |
237 | 186 | <exclude>org.kohsuke.github.GHInvitation</exclude> |
238 | | - <exclude>org.kohsuke.github.GHIssueSearchBuilder.IssueSearchResult</exclude> |
239 | | - <exclude>org.kohsuke.github.GHIssueSearchBuilder.Sort</exclude> |
240 | | - <exclude>org.kohsuke.github.GHIssueSearchBuilder</exclude> |
241 | 187 | <exclude>org.kohsuke.github.GHMilestoneState</exclude> |
242 | 188 | <exclude>org.kohsuke.github.GHOrgHook</exclude> |
243 | 189 | <exclude>org.kohsuke.github.GHProject.ProjectStateFilter</exclude> |
|
511 | 457 | <dependency> |
512 | 458 | <groupId>org.eclipse.jgit</groupId> |
513 | 459 | <artifactId>org.eclipse.jgit</artifactId> |
514 | | - <version>5.6.0.201912101111-r</version> |
| 460 | + <version>5.6.1.202002131546-r</version> |
515 | 461 | <scope>test</scope> |
516 | 462 | </dependency> |
517 | 463 | <dependency> |
|
611 | 557 | </properties> |
612 | 558 | <build> |
613 | 559 | <plugins> |
614 | | - <plugin> |
615 | | - <groupId>org.apache.maven.plugins</groupId> |
616 | | - <artifactId>maven-shade-plugin</artifactId> |
617 | | - </plugin> |
618 | 560 | <plugin> |
619 | 561 | <groupId>org.jacoco</groupId> |
620 | 562 | <artifactId>jacoco-maven-plugin</artifactId> |
|
630 | 572 | </properties> |
631 | 573 | <build> |
632 | 574 | <plugins> |
633 | | - <plugin> |
634 | | - <groupId>org.apache.maven.plugins</groupId> |
635 | | - <artifactId>maven-shade-plugin</artifactId> |
636 | | - </plugin> |
637 | 575 | <plugin> |
638 | 576 | <groupId>org.apache.maven.plugins</groupId> |
639 | 577 | <artifactId>maven-gpg-plugin</artifactId> |
|
0 commit comments