Skip to content

Commit 1da1449

Browse files
Merge pull request #125 from bernardladenthin/claude/dependency-updates-review-u6nj45
Upgrade gradle/actions/setup-gradle to v6 and pitest-maven to 1.25.7
2 parents 5b7412a + 34fe5a4 commit 1da1449

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
with:
175175
java-version: '21'
176176
distribution: temurin
177-
- uses: gradle/actions/setup-gradle@v4
177+
- uses: gradle/actions/setup-gradle@v6
178178
with:
179179
gradle-version: "8.14.3"
180180
- name: Sign a throwaway artifact via useInMemoryPgpKeys (BouncyCastle)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ SPDX-License-Identifier: Apache-2.0
287287
<plugin>
288288
<groupId>org.pitest</groupId>
289289
<artifactId>pitest-maven</artifactId>
290-
<version>1.25.6</version>
290+
<version>1.25.7</version>
291291
</plugin>
292292
<plugin>
293293
<groupId>org.sonatype.central</groupId>

0 commit comments

Comments
 (0)