Skip to content

Commit 09af73a

Browse files
authored
Merge pull request #38 from DeepBlueRobotics/update-libs
Update Libraries
2 parents ab4f4e2 + e67ef1e commit 09af73a

6 files changed

Lines changed: 39 additions & 37 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
with:
1313
submodules: 'recursive'
14-
- name: Set up JDK 11
15-
uses: actions/setup-java@v1
14+
- name: Set up JDK 17
15+
uses: actions/setup-java@v3
1616
with:
17-
java-version: 11
17+
distribution: 'temurin'
18+
java-version: 17
1819
- name: Build with Gradle
1920
run: ./gradlew build

.github/workflows/javadoc.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
1-
name: Deploy Javadoc
1+
name: Javadoc
22

33
on: [push]
44

55
jobs:
66
build-javadoc:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3
1010
with:
1111
submodules: 'recursive'
12-
- name: Set up JDK 11
13-
uses: actions/setup-java@v1
12+
- name: Set up JDK 17
13+
uses: actions/setup-java@v3
1414
with:
15-
java-version: 11
15+
distribution: 'temurin'
16+
java-version: 17
1617
- name: Generate Javadoc
1718
run: ./gradlew javadoc
1819
- name: Build Artifact
19-
uses: actions/upload-pages-artifact@v1.0.5
20+
uses: actions/upload-pages-artifact@v1
2021
with:
2122
path: ./build/docs/javadoc
2223
deploy-javadoc:
@@ -32,4 +33,4 @@ jobs:
3233
steps:
3334
- name: Deploy to GitHub Pages
3435
id: deployment
35-
uses: actions/deploy-pages@v1.2.3
36+
uses: actions/deploy-pages@v1

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 "2023.4.2"
3+
id "edu.wpi.first.GradleRIO" version "2023.4.3"
44
id "maven-publish"
55
}
66

jitpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
jdk: openjdk11
1+
jdk: openjdk17

vendordeps/PathplannerLib.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fileName": "PathplannerLib.json",
33
"name": "PathplannerLib",
4-
"version": "2023.4.3",
4+
"version": "2023.4.4",
55
"uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786",
66
"mavenUrls": [
77
"https://3015rangerrobotics.github.io/pathplannerlib/repo"
@@ -11,15 +11,15 @@
1111
{
1212
"groupId": "com.pathplanner.lib",
1313
"artifactId": "PathplannerLib-java",
14-
"version": "2023.4.3"
14+
"version": "2023.4.4"
1515
}
1616
],
1717
"jniDependencies": [],
1818
"cppDependencies": [
1919
{
2020
"groupId": "com.pathplanner.lib",
2121
"artifactId": "PathplannerLib-cpp",
22-
"version": "2023.4.3",
22+
"version": "2023.4.4",
2323
"libName": "PathplannerLib",
2424
"headerClassifier": "headers",
2525
"sharedLibrary": false,

vendordeps/Phoenix.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fileName": "Phoenix.json",
33
"name": "CTRE-Phoenix (v5)",
4-
"version": "5.30.4+23.0.10",
4+
"version": "5.30.4+23.0.12",
55
"frcYear": 2023,
66
"uuid": "ab676553-b602-441f-a38d-f1296eff6537",
77
"mavenUrls": [
@@ -50,7 +50,7 @@
5050
{
5151
"groupId": "com.ctre.phoenixpro",
5252
"artifactId": "tools",
53-
"version": "23.0.10",
53+
"version": "23.0.12",
5454
"isJar": false,
5555
"skipInvalidPlatforms": true,
5656
"validPlatforms": [
@@ -63,7 +63,7 @@
6363
{
6464
"groupId": "com.ctre.phoenixpro.sim",
6565
"artifactId": "tools-sim",
66-
"version": "23.0.10",
66+
"version": "23.0.12",
6767
"isJar": false,
6868
"skipInvalidPlatforms": true,
6969
"validPlatforms": [
@@ -76,7 +76,7 @@
7676
{
7777
"groupId": "com.ctre.phoenixpro.sim",
7878
"artifactId": "simTalonSRX",
79-
"version": "23.0.10",
79+
"version": "23.0.12",
8080
"isJar": false,
8181
"skipInvalidPlatforms": true,
8282
"validPlatforms": [
@@ -89,7 +89,7 @@
8989
{
9090
"groupId": "com.ctre.phoenixpro.sim",
9191
"artifactId": "simTalonFX",
92-
"version": "23.0.10",
92+
"version": "23.0.12",
9393
"isJar": false,
9494
"skipInvalidPlatforms": true,
9595
"validPlatforms": [
@@ -102,7 +102,7 @@
102102
{
103103
"groupId": "com.ctre.phoenixpro.sim",
104104
"artifactId": "simVictorSPX",
105-
"version": "23.0.10",
105+
"version": "23.0.12",
106106
"isJar": false,
107107
"skipInvalidPlatforms": true,
108108
"validPlatforms": [
@@ -115,7 +115,7 @@
115115
{
116116
"groupId": "com.ctre.phoenixpro.sim",
117117
"artifactId": "simPigeonIMU",
118-
"version": "23.0.10",
118+
"version": "23.0.12",
119119
"isJar": false,
120120
"skipInvalidPlatforms": true,
121121
"validPlatforms": [
@@ -128,7 +128,7 @@
128128
{
129129
"groupId": "com.ctre.phoenixpro.sim",
130130
"artifactId": "simCANCoder",
131-
"version": "23.0.10",
131+
"version": "23.0.12",
132132
"isJar": false,
133133
"skipInvalidPlatforms": true,
134134
"validPlatforms": [
@@ -141,7 +141,7 @@
141141
{
142142
"groupId": "com.ctre.phoenixpro.sim",
143143
"artifactId": "simProTalonFX",
144-
"version": "23.0.10",
144+
"version": "23.0.12",
145145
"isJar": false,
146146
"skipInvalidPlatforms": true,
147147
"validPlatforms": [
@@ -154,7 +154,7 @@
154154
{
155155
"groupId": "com.ctre.phoenixpro.sim",
156156
"artifactId": "simProCANcoder",
157-
"version": "23.0.10",
157+
"version": "23.0.12",
158158
"isJar": false,
159159
"skipInvalidPlatforms": true,
160160
"validPlatforms": [
@@ -167,7 +167,7 @@
167167
{
168168
"groupId": "com.ctre.phoenixpro.sim",
169169
"artifactId": "simProPigeon2",
170-
"version": "23.0.10",
170+
"version": "23.0.12",
171171
"isJar": false,
172172
"skipInvalidPlatforms": true,
173173
"validPlatforms": [
@@ -227,7 +227,7 @@
227227
{
228228
"groupId": "com.ctre.phoenixpro",
229229
"artifactId": "tools",
230-
"version": "23.0.10",
230+
"version": "23.0.12",
231231
"libName": "CTRE_PhoenixTools",
232232
"headerClassifier": "headers",
233233
"sharedLibrary": true,
@@ -287,7 +287,7 @@
287287
{
288288
"groupId": "com.ctre.phoenixpro.sim",
289289
"artifactId": "tools-sim",
290-
"version": "23.0.10",
290+
"version": "23.0.12",
291291
"libName": "CTRE_PhoenixTools_Sim",
292292
"headerClassifier": "headers",
293293
"sharedLibrary": true,
@@ -302,7 +302,7 @@
302302
{
303303
"groupId": "com.ctre.phoenixpro.sim",
304304
"artifactId": "simTalonSRX",
305-
"version": "23.0.10",
305+
"version": "23.0.12",
306306
"libName": "CTRE_SimTalonSRX",
307307
"headerClassifier": "headers",
308308
"sharedLibrary": true,
@@ -317,7 +317,7 @@
317317
{
318318
"groupId": "com.ctre.phoenixpro.sim",
319319
"artifactId": "simTalonFX",
320-
"version": "23.0.10",
320+
"version": "23.0.12",
321321
"libName": "CTRE_SimTalonFX",
322322
"headerClassifier": "headers",
323323
"sharedLibrary": true,
@@ -332,7 +332,7 @@
332332
{
333333
"groupId": "com.ctre.phoenixpro.sim",
334334
"artifactId": "simVictorSPX",
335-
"version": "23.0.10",
335+
"version": "23.0.12",
336336
"libName": "CTRE_SimVictorSPX",
337337
"headerClassifier": "headers",
338338
"sharedLibrary": true,
@@ -347,7 +347,7 @@
347347
{
348348
"groupId": "com.ctre.phoenixpro.sim",
349349
"artifactId": "simPigeonIMU",
350-
"version": "23.0.10",
350+
"version": "23.0.12",
351351
"libName": "CTRE_SimPigeonIMU",
352352
"headerClassifier": "headers",
353353
"sharedLibrary": true,
@@ -362,7 +362,7 @@
362362
{
363363
"groupId": "com.ctre.phoenixpro.sim",
364364
"artifactId": "simCANCoder",
365-
"version": "23.0.10",
365+
"version": "23.0.12",
366366
"libName": "CTRE_SimCANCoder",
367367
"headerClassifier": "headers",
368368
"sharedLibrary": true,
@@ -377,7 +377,7 @@
377377
{
378378
"groupId": "com.ctre.phoenixpro.sim",
379379
"artifactId": "simProTalonFX",
380-
"version": "23.0.10",
380+
"version": "23.0.12",
381381
"libName": "CTRE_SimProTalonFX",
382382
"headerClassifier": "headers",
383383
"sharedLibrary": true,
@@ -392,7 +392,7 @@
392392
{
393393
"groupId": "com.ctre.phoenixpro.sim",
394394
"artifactId": "simProCANcoder",
395-
"version": "23.0.10",
395+
"version": "23.0.12",
396396
"libName": "CTRE_SimProCANcoder",
397397
"headerClassifier": "headers",
398398
"sharedLibrary": true,
@@ -407,7 +407,7 @@
407407
{
408408
"groupId": "com.ctre.phoenixpro.sim",
409409
"artifactId": "simProPigeon2",
410-
"version": "23.0.10",
410+
"version": "23.0.12",
411411
"libName": "CTRE_SimProPigeon2",
412412
"headerClassifier": "headers",
413413
"sharedLibrary": true,

0 commit comments

Comments
 (0)