-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
31 lines (29 loc) · 1.58 KB
/
Copy pathlibs.versions.toml
File metadata and controls
31 lines (29 loc) · 1.58 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
29
30
31
[versions]
caffeine = "3.2.3"
commons-codec = "1.22.0"
commons-compress = "1.28.0"
commons-io = "2.22.0"
commons-lang = "3.20.0"
json = "20251224"
junit-jupiter = "5.14.3"
netty = "4.2.12.Final"
oci-registry = "0.7.0"
reactor-kotlin = "1.3.0"
reactor-netty = "1.3.5"
[libraries]
caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version.ref = "caffeine" }
commons-codec = { module = "commons-codec:commons-codec", version.ref = "commons-codec" }
commons-compress = { module = "org.apache.commons:commons-compress", version.ref = "commons-compress" }
commons-io = { module = "commons-io:commons-io", version.ref = "commons-io" }
commons-lang = { module = "org.apache.commons:commons-lang3", version.ref = "commons-lang" }
json = { module = "org.json:json", version.ref = "json" }
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit-jupiter" }
netty-bom = { module = "io.netty:netty-bom", version.ref = "netty" }
netty-resolver-dns-native-macos = { module = "io.netty:netty-resolver-dns-native-macos", version.ref = "netty" }
oci-registry = { module = "io.github.sgtsilvio:oci-registry", version.ref = "oci-registry" }
reactor-kotlin = { module = "io.projectreactor.kotlin:reactor-kotlin-extensions", version.ref = "reactor-kotlin" }
reactor-netty = { module = "io.projectreactor.netty:reactor-netty", version.ref = "reactor-netty" }
[plugins]
pluginPublish = { id = "com.gradle.plugin-publish", version = "2.1.1" }
defaults = { id = "io.github.sgtsilvio.gradle.defaults", version = "0.3.0" }
metadata = { id = "io.github.sgtsilvio.gradle.metadata", version = "0.7.0" }