Skip to content

Commit cac193f

Browse files
authored
Merge branch 'main' into dependabot/github_actions/codecov/codecov-action-3.0.0
2 parents 80bb76a + 3a03ae6 commit cac193f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<plugin>
103103
<groupId>org.jacoco</groupId>
104104
<artifactId>jacoco-maven-plugin</artifactId>
105-
<version>0.8.7</version>
105+
<version>0.8.8</version>
106106
<configuration>
107107
<!-- no need to get data about external code. It dramatically reduces performance of JaCoCo for nothing -->
108108
<excludes>
@@ -333,7 +333,7 @@
333333
<plugin>
334334
<groupId>com.diffplug.spotless</groupId>
335335
<artifactId>spotless-maven-plugin</artifactId>
336-
<version>2.22.0</version>
336+
<version>2.22.1</version>
337337
<executions>
338338
<execution>
339339
<id>spotless-check</id>

src/test/java/org/kohsuke/github/GHPullRequestTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ public void pullRequestReviewComments() throws Exception {
132132
assertThat(comment.getPath(), equalTo("README.md"));
133133
assertThat(comment.getPosition(), equalTo(1));
134134
assertThat(comment.getDiffHunk(), equalTo("@@ -1,3 +1,4 @@\n-Java API for GitHub"));
135-
assertThat(comment.getCommitId(), equalTo("1f40fdf4acf1adb246c109c21a22f617e4bd1ca8"));
136-
assertThat(comment.getOriginalCommitId(), equalTo("1f40fdf4acf1adb246c109c21a22f617e4bd1ca8"));
135+
assertThat(comment.getCommitId(), equalTo("07374fe73aff1c2024a8d4114b32406c7a8e89b7"));
136+
assertThat(comment.getOriginalCommitId(), equalTo("07374fe73aff1c2024a8d4114b32406c7a8e89b7"));
137137
assertThat(comment.getAuthorAssociation(), equalTo(GHCommentAuthorAssociation.MEMBER));
138138
assertThat(comment.getUser(), notNullValue());
139139
// Assert htmlUrl is not null

0 commit comments

Comments
 (0)