Skip to content

Commit 625d743

Browse files
committed
build: bump NullAway 0.13.6 -> 0.13.7 and pitest-maven 1.25.4 -> 1.25.5
Both are the latest stable patch releases on Maven Central. NullAway runs at -Xep:NullAway:ERROR and was verified clean with 'mvn compile' in this repo; pitest-maven is a plugin-only patch bump. Part of the cross-repo dependency freshness sweep. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LjWiKSyNzqqpobSKYRiew5
1 parent bf109c2 commit 625d743

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ SPDX-License-Identifier: MIT
5454
<jspecify.version>1.0.0</jspecify.version>
5555
<lombok.version>1.18.46</lombok.version>
5656
<errorprone.version>2.50.0</errorprone.version>
57-
<nullaway.version>0.13.6</nullaway.version>
57+
<nullaway.version>0.13.7</nullaway.version>
5858
<checker.version>4.2.0</checker.version>
5959
<jackson.version>2.22.0</jackson.version>
6060
<reactor.version>3.8.6</reactor.version>
@@ -330,7 +330,7 @@ SPDX-License-Identifier: MIT
330330
<plugin>
331331
<groupId>org.pitest</groupId>
332332
<artifactId>pitest-maven</artifactId>
333-
<version>1.25.4</version>
333+
<version>1.25.5</version>
334334
</plugin>
335335
<plugin>
336336
<groupId>org.sonatype.central</groupId>

0 commit comments

Comments
 (0)