Skip to content

Commit 8ed4c59

Browse files
Nummun14levyishai
andauthored
Update Libraries (#52)
* update libs * Update Akit --------- Co-authored-by: Yishai Levy <[email protected]>
1 parent 7602c74 commit 8ed4c59

File tree

5 files changed

+145
-145
lines changed

5 files changed

+145
-145
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id "java-library"
33
id "maven-publish"
4-
id "edu.wpi.first.GradleRIO" version "2025.3.1"
4+
id "edu.wpi.first.GradleRIO" version "2025.3.2"
55
id "edu.wpi.first.WpilibTools" version "2.1.0"
66
}
77

vendordeps/AdvantageKit.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
2-
"fileName": "AdvantageKit.json",
3-
"name": "AdvantageKit",
4-
"version": "4.1.1",
5-
"uuid": "d820cc26-74e3-11ec-90d6-0242ac120003",
6-
"frcYear": "2025",
7-
"mavenUrls": [
8-
"https://frcmaven.wpi.edu/artifactory/littletonrobotics-mvn-release/"
9-
],
10-
"jsonUrl": "https://github.com/Mechanical-Advantage/AdvantageKit/releases/latest/download/AdvantageKit.json",
11-
"javaDependencies": [
12-
{
13-
"groupId": "org.littletonrobotics.akit",
14-
"artifactId": "akit-java",
15-
"version": "4.1.1"
16-
}
17-
],
18-
"jniDependencies": [
19-
{
20-
"groupId": "org.littletonrobotics.akit",
21-
"artifactId": "akit-wpilibio",
22-
"version": "4.1.1",
23-
"skipInvalidPlatforms": false,
24-
"isJar": false,
25-
"validPlatforms": [
26-
"linuxathena",
27-
"linuxx86-64",
28-
"linuxarm64",
29-
"osxuniversal",
30-
"windowsx86-64"
31-
]
32-
}
33-
],
34-
"cppDependencies": []
2+
"fileName": "AdvantageKit.json",
3+
"name": "AdvantageKit",
4+
"version": "4.1.2",
5+
"uuid": "d820cc26-74e3-11ec-90d6-0242ac120003",
6+
"frcYear": "2025",
7+
"mavenUrls": [
8+
"https://frcmaven.wpi.edu/artifactory/littletonrobotics-mvn-release/"
9+
],
10+
"jsonUrl": "https://github.com/Mechanical-Advantage/AdvantageKit/releases/latest/download/AdvantageKit.json",
11+
"javaDependencies": [
12+
{
13+
"groupId": "org.littletonrobotics.akit",
14+
"artifactId": "akit-java",
15+
"version": "4.1.2"
16+
}
17+
],
18+
"jniDependencies": [
19+
{
20+
"groupId": "org.littletonrobotics.akit",
21+
"artifactId": "akit-wpilibio",
22+
"version": "4.1.2",
23+
"skipInvalidPlatforms": false,
24+
"isJar": false,
25+
"validPlatforms": [
26+
"linuxathena",
27+
"linuxx86-64",
28+
"linuxarm64",
29+
"osxuniversal",
30+
"windowsx86-64"
31+
]
32+
}
33+
],
34+
"cppDependencies": []
3535
}
Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
"fileName": "PathplannerLib-2025.2.4.json",
3-
"name": "PathplannerLib",
4-
"version": "2025.2.4",
5-
"uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786",
6-
"frcYear": "2025",
7-
"mavenUrls": [
8-
"https://3015rangerrobotics.github.io/pathplannerlib/repo"
9-
],
10-
"jsonUrl": "https://3015rangerrobotics.github.io/pathplannerlib/PathplannerLib.json",
11-
"javaDependencies": [
12-
{
13-
"groupId": "com.pathplanner.lib",
14-
"artifactId": "PathplannerLib-java",
15-
"version": "2025.2.4"
16-
}
17-
],
18-
"jniDependencies": [],
19-
"cppDependencies": [
20-
{
21-
"groupId": "com.pathplanner.lib",
22-
"artifactId": "PathplannerLib-cpp",
23-
"version": "2025.2.4",
24-
"libName": "PathplannerLib",
25-
"headerClassifier": "headers",
26-
"sharedLibrary": false,
27-
"skipInvalidPlatforms": true,
28-
"binaryPlatforms": [
29-
"windowsx86-64",
30-
"linuxx86-64",
31-
"osxuniversal",
32-
"linuxathena",
33-
"linuxarm32",
34-
"linuxarm64"
35-
]
36-
}
37-
]
2+
"fileName": "PathplannerLib.json",
3+
"name": "PathplannerLib",
4+
"version": "2025.2.6",
5+
"uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786",
6+
"frcYear": "2025",
7+
"mavenUrls": [
8+
"https://3015rangerrobotics.github.io/pathplannerlib/repo"
9+
],
10+
"jsonUrl": "https://3015rangerrobotics.github.io/pathplannerlib/PathplannerLib.json",
11+
"javaDependencies": [
12+
{
13+
"groupId": "com.pathplanner.lib",
14+
"artifactId": "PathplannerLib-java",
15+
"version": "2025.2.6"
16+
}
17+
],
18+
"jniDependencies": [],
19+
"cppDependencies": [
20+
{
21+
"groupId": "com.pathplanner.lib",
22+
"artifactId": "PathplannerLib-cpp",
23+
"version": "2025.2.6",
24+
"libName": "PathplannerLib",
25+
"headerClassifier": "headers",
26+
"sharedLibrary": false,
27+
"skipInvalidPlatforms": true,
28+
"binaryPlatforms": [
29+
"windowsx86-64",
30+
"linuxx86-64",
31+
"osxuniversal",
32+
"linuxathena",
33+
"linuxarm32",
34+
"linuxarm64"
35+
]
36+
}
37+
]
3838
}

vendordeps/REVLib-2025.0.1.json

Lines changed: 70 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,71 @@
11
{
2-
"fileName": "REVLib.json",
3-
"name": "REVLib",
4-
"version": "2025.0.2",
5-
"frcYear": "2025",
6-
"uuid": "3f48eb8c-50fe-43a6-9cb7-44c86353c4cb",
7-
"mavenUrls": [
8-
"https://maven.revrobotics.com/"
9-
],
10-
"jsonUrl": "https://software-metadata.revrobotics.com/REVLib-2025.json",
11-
"javaDependencies": [
12-
{
13-
"groupId": "com.revrobotics.frc",
14-
"artifactId": "REVLib-java",
15-
"version": "2025.0.2"
16-
}
17-
],
18-
"jniDependencies": [
19-
{
20-
"groupId": "com.revrobotics.frc",
21-
"artifactId": "REVLib-driver",
22-
"version": "2025.0.2",
23-
"skipInvalidPlatforms": true,
24-
"isJar": false,
25-
"validPlatforms": [
26-
"windowsx86-64",
27-
"linuxarm64",
28-
"linuxx86-64",
29-
"linuxathena",
30-
"linuxarm32",
31-
"osxuniversal"
32-
]
33-
}
34-
],
35-
"cppDependencies": [
36-
{
37-
"groupId": "com.revrobotics.frc",
38-
"artifactId": "REVLib-cpp",
39-
"version": "2025.0.2",
40-
"libName": "REVLib",
41-
"headerClassifier": "headers",
42-
"sharedLibrary": false,
43-
"skipInvalidPlatforms": true,
44-
"binaryPlatforms": [
45-
"windowsx86-64",
46-
"linuxarm64",
47-
"linuxx86-64",
48-
"linuxathena",
49-
"linuxarm32",
50-
"osxuniversal"
51-
]
52-
},
53-
{
54-
"groupId": "com.revrobotics.frc",
55-
"artifactId": "REVLib-driver",
56-
"version": "2025.0.2",
57-
"libName": "REVLibDriver",
58-
"headerClassifier": "headers",
59-
"sharedLibrary": false,
60-
"skipInvalidPlatforms": true,
61-
"binaryPlatforms": [
62-
"windowsx86-64",
63-
"linuxarm64",
64-
"linuxx86-64",
65-
"linuxathena",
66-
"linuxarm32",
67-
"osxuniversal"
68-
]
69-
}
70-
]
71-
}
2+
"fileName": "REVLib.json",
3+
"name": "REVLib",
4+
"version": "2025.0.3",
5+
"frcYear": "2025",
6+
"uuid": "3f48eb8c-50fe-43a6-9cb7-44c86353c4cb",
7+
"mavenUrls": [
8+
"https://maven.revrobotics.com/"
9+
],
10+
"jsonUrl": "https://software-metadata.revrobotics.com/REVLib-2025.json",
11+
"javaDependencies": [
12+
{
13+
"groupId": "com.revrobotics.frc",
14+
"artifactId": "REVLib-java",
15+
"version": "2025.0.3"
16+
}
17+
],
18+
"jniDependencies": [
19+
{
20+
"groupId": "com.revrobotics.frc",
21+
"artifactId": "REVLib-driver",
22+
"version": "2025.0.3",
23+
"skipInvalidPlatforms": true,
24+
"isJar": false,
25+
"validPlatforms": [
26+
"windowsx86-64",
27+
"linuxarm64",
28+
"linuxx86-64",
29+
"linuxathena",
30+
"linuxarm32",
31+
"osxuniversal"
32+
]
33+
}
34+
],
35+
"cppDependencies": [
36+
{
37+
"groupId": "com.revrobotics.frc",
38+
"artifactId": "REVLib-cpp",
39+
"version": "2025.0.3",
40+
"libName": "REVLib",
41+
"headerClassifier": "headers",
42+
"sharedLibrary": false,
43+
"skipInvalidPlatforms": true,
44+
"binaryPlatforms": [
45+
"windowsx86-64",
46+
"linuxarm64",
47+
"linuxx86-64",
48+
"linuxathena",
49+
"linuxarm32",
50+
"osxuniversal"
51+
]
52+
},
53+
{
54+
"groupId": "com.revrobotics.frc",
55+
"artifactId": "REVLib-driver",
56+
"version": "2025.0.3",
57+
"libName": "REVLibDriver",
58+
"headerClassifier": "headers",
59+
"sharedLibrary": false,
60+
"skipInvalidPlatforms": true,
61+
"binaryPlatforms": [
62+
"windowsx86-64",
63+
"linuxarm64",
64+
"linuxx86-64",
65+
"linuxathena",
66+
"linuxarm32",
67+
"osxuniversal"
68+
]
69+
}
70+
]
71+
}

vendordeps/libgrapplefrc2025.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fileName": "libgrapplefrc2025.json",
33
"name": "libgrapplefrc",
4-
"version": "2025.1.2",
4+
"version": "2025.1.3",
55
"frcYear": "2025",
66
"uuid": "8ef3423d-9532-4665-8339-206dae1d7168",
77
"mavenUrls": [
@@ -12,14 +12,14 @@
1212
{
1313
"groupId": "au.grapplerobotics",
1414
"artifactId": "libgrapplefrcjava",
15-
"version": "2025.1.2"
15+
"version": "2025.1.3"
1616
}
1717
],
1818
"jniDependencies": [
1919
{
2020
"groupId": "au.grapplerobotics",
2121
"artifactId": "libgrapplefrcdriver",
22-
"version": "2025.1.2",
22+
"version": "2025.1.3",
2323
"skipInvalidPlatforms": true,
2424
"isJar": false,
2525
"validPlatforms": [
@@ -37,7 +37,7 @@
3737
{
3838
"groupId": "au.grapplerobotics",
3939
"artifactId": "libgrapplefrccpp",
40-
"version": "2025.1.2",
40+
"version": "2025.1.3",
4141
"libName": "grapplefrc",
4242
"headerClassifier": "headers",
4343
"sharedLibrary": true,
@@ -55,7 +55,7 @@
5555
{
5656
"groupId": "au.grapplerobotics",
5757
"artifactId": "libgrapplefrcdriver",
58-
"version": "2025.1.2",
58+
"version": "2025.1.3",
5959
"libName": "grapplefrcdriver",
6060
"headerClassifier": "headers",
6161
"sharedLibrary": true,

0 commit comments

Comments
 (0)