Skip to content

Commit 8a9ea56

Browse files
committed
Update dependencies
1 parent bebe278 commit 8a9ea56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ subprojects { subproject ->
5050

5151
apply plugin: 'net.ltgt.errorprone'
5252
dependencies {
53-
errorprone "com.google.errorprone:error_prone_core:2.42.0"
53+
errorprone "com.google.errorprone:error_prone_core:2.43.0"
5454
api libs.jspecify
5555
errorprone 'com.uber.nullaway:nullaway:0.12.9'
5656
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencyResolutionManagement {
2626
library('jspecify', 'org.jspecify:jspecify:1.0.0')
2727
library('dagger', 'com.google.dagger:dagger:2.57.2')
2828
library('dagger-compiler', 'com.google.dagger:dagger-compiler:2.57.2')
29-
library('okio', 'com.squareup.okio:okio:3.16.0')
29+
library('okio', 'com.squareup.okio:okio:3.16.2')
3030
library('picocli', 'info.picocli:picocli:4.7.7')
3131
library('zip4j', 'net.lingala.zip4j:zip4j:2.11.5')
3232
library('awaitility', 'org.awaitility:awaitility:4.3.0')

0 commit comments

Comments
 (0)