-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
28 lines (26 loc) · 1.38 KB
/
libs.versions.toml
File metadata and controls
28 lines (26 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[versions]
assertj = "3.27.7"
buf = "1.64.0"
cel = "0.11.1"
error-prone = "2.46.0"
junit = "5.14.2"
maven-publish = "0.36.0"
protobuf = "4.33.4"
[libraries]
assertj = { module = "org.assertj:assertj-core", version.ref = "assertj" }
buf = { module = "build.buf:buf", version.ref = "buf" }
cel = { module = "dev.cel:cel", version.ref = "cel" }
errorprone-annotations = { module = "com.google.errorprone:error_prone_annotations", version.ref = "error-prone" }
errorprone-core = { module = "com.google.errorprone:error_prone_core", version.ref = "error-prone" }
grpc-protobuf = { module = "io.grpc:grpc-protobuf", version = "1.78.0" }
jspecify = { module ="org.jspecify:jspecify", version = "1.0.0" }
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
maven-plugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version.ref = "maven-publish" }
nullaway = { module = "com.uber.nullaway:nullaway", version = "0.13.0" }
protobuf-java = { module = "com.google.protobuf:protobuf-java", version.ref = "protobuf" }
spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "8.2.0" }
[plugins]
errorprone = { id = "net.ltgt.errorprone", version = "4.4.0" }
git = { id = "com.palantir.git-version", version = "4.2.0" }
maven = { id = "com.vanniktech.maven.publish.base", version.ref = "maven-publish" }
osdetector = { id = "com.google.osdetector", version = "1.7.3" }