wpilibsuite / WPILibPi

WPILib Raspberry Pi images designed for FRC (formerly FRCVision)
Other
86 stars 40 forks source link

2021 Java example has 2020 superseded dependency for GSON #197

Open tom131313 opened 3 years ago

tom131313 commented 3 years ago

build.gradle in Java example downloadable from two places, GitHub and the RPi image, has reference to last year's GSON in Maven compile 'com.google.code.gson:gson:2.8.5' should be compile 'com.google.code.gson:gson:2.8.6'