Skip to content

Commit

Permalink
Bump com.arcmutate.github from 1.2.2 to 2.0.0 in /service (#996)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and adrianclay authored Nov 26, 2024
1 parent bde8dcc commit 0a5e20c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

// Mutation testing
id 'info.solidsoft.pitest' version '1.15.0'
id 'com.arcmutate.github' version '1.2.2'
id 'com.arcmutate.github' version '2.0.0'
}

apply plugin: 'java'
Expand Down Expand Up @@ -74,7 +74,7 @@ dependencies {
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'

pitest 'com.arcmutate:base:1.3.1'
pitest 'com.arcmutate:pitest-git-plugin:1.3.3'
pitest 'com.arcmutate:pitest-git-plugin:2.0.0'
}

test {
Expand Down

0 comments on commit 0a5e20c

Please sign in to comment.