Skip to content

Commit f094367

Browse files
Vendor Library Updates: WPILib to 2020.3.2, CTRE Phoenix to 5.18.2, and navX to 3.1.413 version. No other code changes.
1 parent 827f6c8 commit f094367

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id "java"
3-
id "edu.wpi.first.GradleRIO" version "2020.2.2"
3+
id "edu.wpi.first.GradleRIO" version "2020.3.2"
44
}
55

66
sourceCompatibility = JavaVersion.VERSION_11

vendordeps/Phoenix.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fileName": "Phoenix.json",
33
"name": "CTRE-Phoenix",
4-
"version": "5.17.6",
4+
"version": "5.18.2",
55
"uuid": "ab676553-b602-441f-a38d-f1296eff6537",
66
"mavenUrls": [
77
"http://devsite.ctr-electronics.com/maven/release/"
@@ -11,19 +11,19 @@
1111
{
1212
"groupId": "com.ctre.phoenix",
1313
"artifactId": "api-java",
14-
"version": "5.17.6"
14+
"version": "5.18.2"
1515
},
1616
{
1717
"groupId": "com.ctre.phoenix",
1818
"artifactId": "wpiapi-java",
19-
"version": "5.17.6"
19+
"version": "5.18.2"
2020
}
2121
],
2222
"jniDependencies": [
2323
{
2424
"groupId": "com.ctre.phoenix",
2525
"artifactId": "cci",
26-
"version": "5.17.6",
26+
"version": "5.18.2",
2727
"isJar": false,
2828
"skipInvalidPlatforms": true,
2929
"validPlatforms": [
@@ -35,7 +35,7 @@
3535
{
3636
"groupId": "com.ctre.phoenix",
3737
"artifactId": "diagnostics",
38-
"version": "5.17.6",
38+
"version": "5.18.2",
3939
"isJar": false,
4040
"skipInvalidPlatforms": true,
4141
"validPlatforms": [
@@ -47,7 +47,7 @@
4747
{
4848
"groupId": "com.ctre.phoenix",
4949
"artifactId": "canutils",
50-
"version": "5.17.6",
50+
"version": "5.18.2",
5151
"isJar": false,
5252
"skipInvalidPlatforms": true,
5353
"validPlatforms": [
@@ -58,7 +58,7 @@
5858
{
5959
"groupId": "com.ctre.phoenix",
6060
"artifactId": "platform-stub",
61-
"version": "5.17.6",
61+
"version": "5.18.2",
6262
"isJar": false,
6363
"skipInvalidPlatforms": true,
6464
"validPlatforms": [
@@ -69,7 +69,7 @@
6969
{
7070
"groupId": "com.ctre.phoenix",
7171
"artifactId": "core",
72-
"version": "5.17.6",
72+
"version": "5.18.2",
7373
"isJar": false,
7474
"skipInvalidPlatforms": true,
7575
"validPlatforms": [
@@ -83,7 +83,7 @@
8383
{
8484
"groupId": "com.ctre.phoenix",
8585
"artifactId": "wpiapi-cpp",
86-
"version": "5.17.6",
86+
"version": "5.18.2",
8787
"libName": "CTRE_Phoenix_WPI",
8888
"headerClassifier": "headers",
8989
"sharedLibrary": false,
@@ -97,7 +97,7 @@
9797
{
9898
"groupId": "com.ctre.phoenix",
9999
"artifactId": "api-cpp",
100-
"version": "5.17.6",
100+
"version": "5.18.2",
101101
"libName": "CTRE_Phoenix",
102102
"headerClassifier": "headers",
103103
"sharedLibrary": false,
@@ -111,7 +111,7 @@
111111
{
112112
"groupId": "com.ctre.phoenix",
113113
"artifactId": "cci",
114-
"version": "5.17.6",
114+
"version": "5.18.2",
115115
"libName": "CTRE_PhoenixCCI",
116116
"headerClassifier": "headers",
117117
"sharedLibrary": false,
@@ -125,7 +125,7 @@
125125
{
126126
"groupId": "com.ctre.phoenix",
127127
"artifactId": "diagnostics",
128-
"version": "5.17.6",
128+
"version": "5.18.2",
129129
"libName": "CTRE_PhoenixDiagnostics",
130130
"headerClassifier": "headers",
131131
"sharedLibrary": false,
@@ -139,7 +139,7 @@
139139
{
140140
"groupId": "com.ctre.phoenix",
141141
"artifactId": "canutils",
142-
"version": "5.17.6",
142+
"version": "5.18.2",
143143
"libName": "CTRE_PhoenixCanutils",
144144
"headerClassifier": "headers",
145145
"sharedLibrary": false,
@@ -152,7 +152,7 @@
152152
{
153153
"groupId": "com.ctre.phoenix",
154154
"artifactId": "platform-stub",
155-
"version": "5.17.6",
155+
"version": "5.18.2",
156156
"libName": "CTRE_PhoenixPlatform",
157157
"headerClassifier": "headers",
158158
"sharedLibrary": false,
@@ -165,7 +165,7 @@
165165
{
166166
"groupId": "com.ctre.phoenix",
167167
"artifactId": "core",
168-
"version": "5.17.6",
168+
"version": "5.18.2",
169169
"libName": "CTRE_PhoenixCore",
170170
"headerClassifier": "headers",
171171
"sharedLibrary": false,

vendordeps/navx_frc.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fileName": "navx_frc.json",
33
"name": "KauaiLabs_navX_FRC",
4-
"version": "3.1.405",
4+
"version": "3.1.413",
55
"uuid": "cb311d09-36e9-4143-a032-55bb2b94443b",
66
"mavenUrls": [
77
"https://repo1.maven.org/maven2/"
@@ -11,15 +11,15 @@
1111
{
1212
"groupId": "com.kauailabs.navx.frc",
1313
"artifactId": "navx-java",
14-
"version": "3.1.405"
14+
"version": "3.1.413"
1515
}
1616
],
1717
"jniDependencies": [],
1818
"cppDependencies": [
1919
{
2020
"groupId": "com.kauailabs.navx.frc",
2121
"artifactId": "navx-cpp",
22-
"version": "3.1.405",
22+
"version": "3.1.413",
2323
"headerClassifier": "headers",
2424
"sourcesClassifier": "sources",
2525
"sharedLibrary": false,
@@ -28,7 +28,7 @@
2828
"binaryPlatforms": [
2929
"linuxathena",
3030
"linuxraspbian",
31-
"windowsx86-x64"
31+
"windowsx86-64"
3232
]
3333
}
3434
]

0 commit comments

Comments
 (0)