Skip to content

Commit 56c3043

Browse files
authored
Merge branch 'main' into dependabot/maven/netty.version-4.1.114.Final
2 parents 954721c + a2c1767 commit 56c3043

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: rm -f /home/runner/.m2/settings.xml
2828

2929
- name: Maven Settings
30-
uses: s4u/maven-settings-action@v3.0.0
30+
uses: s4u/maven-settings-action@v3.1.0
3131
with:
3232
servers: |
3333
[{

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<slf4j.version>2.0.16</slf4j.version>
5252
<zstd-jni.version>1.5.6-7</zstd-jni.version>
5353
<activation.version>2.0.1</activation.version>
54-
<logback.version>1.5.8</logback.version>
54+
<logback.version>1.5.12</logback.version>
5555
<jetbrains-annotations.version>26.0.1</jetbrains-annotations.version>
5656
</properties>
5757

@@ -327,7 +327,7 @@
327327
<path>
328328
<groupId>com.uber.nullaway</groupId>
329329
<artifactId>nullaway</artifactId>
330-
<version>0.11.3</version>
330+
<version>0.12.1</version>
331331
</path>
332332
<!-- Other annotation processors go here -->
333333
</annotationProcessorPaths>

0 commit comments

Comments
 (0)