-
-
Notifications
You must be signed in to change notification settings - Fork 543
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
35 lines (32 loc) · 1.64 KB
/
libs.versions.toml
File metadata and controls
35 lines (32 loc) · 1.64 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
#
# SPDX-FileCopyrightText: 2025 NewPipe e.V. <https://newpipe-ev.de>
# SPDX-License-Identifier: GPL-3.0-or-later
#
[versions]
checkstyle = "12.3.0"
gson = "2.13.2"
jsr305 = "3.0.2"
junit = "5.14.3"
jsoup = "1.22.1"
okhttp = "5.3.2"
protobuf-lib = "4.34.1"
protobuf-plugin = "0.9.6"
rhino = "1.8.1" # rhino 1.9.0 requires Android minSDK >= 26, see #1423
teamnewpipe-nanojson = "e9d656ddb49a412a5a0a5d5ef20ca7ef09549996"
[libraries]
google-jsr305 = { module = "com.google.code.findbugs:jsr305", version.ref = "jsr305" }
google-gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
google-protobuf = { module = "com.google.protobuf:protobuf-javalite", version.ref = "protobuf-lib" }
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api" }
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine" }
junit-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params" }
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" }
jsoup = { module = "org.jsoup:jsoup", version.ref = "jsoup" }
mozilla-rhino-core = { module = "org.mozilla:rhino", version.ref = "rhino" }
mozilla-rhino-engine = { module = "org.mozilla:rhino-engine", version.ref = "rhino" }
newpipe-nanojson = { module = "com.github.TeamNewPipe:nanojson", version.ref = "teamnewpipe-nanojson" }
puppycrawl-checkstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = "checkstyle" }
squareup-okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
[plugins]
google-protobuf = { id = "com.google.protobuf", version.ref = "protobuf-plugin" }