Skip to content

Commit 8a65e50

Browse files
authored
Merge branch 'main' into sean/LargeResponseTest
2 parents 9428902 + bf63baf commit 8a65e50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
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-8</zstd-jni.version>
5353
<activation.version>2.0.1</activation.version>
54-
<logback.version>1.5.12</logback.version>
54+
<logback.version>1.5.16</logback.version>
5555
<jetbrains-annotations.version>26.0.1</jetbrains-annotations.version>
5656
</properties>
5757

@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>org.junit</groupId>
107107
<artifactId>junit-bom</artifactId>
108-
<version>5.11.3</version>
108+
<version>5.11.4</version>
109109
<type>pom</type>
110110
<scope>import</scope>
111111
</dependency>
@@ -327,7 +327,7 @@
327327
<path>
328328
<groupId>com.uber.nullaway</groupId>
329329
<artifactId>nullaway</artifactId>
330-
<version>0.12.1</version>
330+
<version>0.12.3</version>
331331
</path>
332332
<!-- Other annotation processors go here -->
333333
</annotationProcessorPaths>

0 commit comments

Comments
 (0)