This repository was archived by the owner on Feb 21, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathdependencies.json
More file actions
94 lines (94 loc) · 1.93 KB
/
dependencies.json
File metadata and controls
94 lines (94 loc) · 1.93 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"libraries": [
{
"group": "com.fasterxml.jackson.module",
"name": "jackson-module-jaxb-annotations",
"version": "2.11.2"
},
{
"group": "com.fkorotkov",
"name": "gradle-libraries-plugin",
"version": "0.1"
},
{
"group": "com.google.code.gson",
"name": "gson",
"version": "2.10.1"
},
{
"group": "com.google.code.gson",
"name": "gson-extras",
"version": "2.8.5"
},
{
"group": "com.google.guava",
"name": "guava",
"version": "31.1-jre"
},
{
"group": "io.fabric8",
"name": "kubernetes-client",
"version": "6.9.0"
},
{
"group": "io.fabric8",
"name": "kubernetes-model",
"version": "6.9.0"
},
{
"group": "io.sundr",
"name": "builder-annotations",
"version": "0.21.0"
},
{
"group": "io.sundr",
"name": "transform-annotations",
"version": "0.21.0"
},
{
"group": "junit",
"name": "junit",
"version": "4.13.2"
},
{
"group": "org.jetbrains.kotlin",
"name": "kotlin-annotation-processing",
"version": "1.8.0"
},
{
"group": "org.jetbrains.kotlin",
"name": "kotlin-gradle-plugin",
"version": "1.8.0"
},
{
"group": "org.jetbrains.kotlin",
"name": "kotlin-reflect",
"version": "1.8.0"
},
{
"group": "org.jetbrains.kotlin",
"name": "kotlin-stdlib",
"version": "1.8.0"
},
{
"group": "org.jetbrains.kotlin",
"name": "kotlin-test-junit",
"version": "1.8.0"
},
{
"group": "org.jsonschema2pojo",
"name": "jsonschema2pojo-gradle-plugin",
"version": "1.0.2"
},
{
"group": "org.jsonschema2pojo",
"name": "jsonschema2pojo-core",
"version": "1.0.2"
},
{
"group": "org.projectlombok",
"name": "lombok",
"version": "1.18.12"
}
]
}