Skip to content

Commit 0a5e20c

Browse files
dependabot[bot]Adrian Clay
andauthored
Bump com.arcmutate.github from 1.2.2 to 2.0.0 in /service (#996)
* Bump com.arcmutate.github from 1.2.2 to 2.0.0 in /service Bumps [com.arcmutate.github](https://github.com/GroupCDG-Labs/pitest-git-gradle-plugin) from 1.2.2 to 2.0.0. - [Commits](https://github.com/GroupCDG-Labs/pitest-git-gradle-plugin/commits) --- updated-dependencies: - dependency-name: com.arcmutate.github dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update arcmutate git plugin version To be compatible with the GitHub plugin version which is also 2.0.0 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adrian Clay <[email protected]>
1 parent bde8dcc commit 0a5e20c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010

1111
// Mutation testing
1212
id 'info.solidsoft.pitest' version '1.15.0'
13-
id 'com.arcmutate.github' version '1.2.2'
13+
id 'com.arcmutate.github' version '2.0.0'
1414
}
1515

1616
apply plugin: 'java'
@@ -74,7 +74,7 @@ dependencies {
7474
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
7575

7676
pitest 'com.arcmutate:base:1.3.1'
77-
pitest 'com.arcmutate:pitest-git-plugin:1.3.3'
77+
pitest 'com.arcmutate:pitest-git-plugin:2.0.0'
7878
}
7979

8080
test {

0 commit comments

Comments
 (0)