wpilibsuite/WPILibPi

2021 Java example has 2020 superseded dependency for GSON

Open

#197 opened on Feb 10, 2021

 (0 comments) (0 reactions) (0 assignees)Shell (40 forks)auto 404
good first issue

Repository metrics

Stars
 (93 stars)
PR merge metrics
 (PR metrics pending)

Description

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'

Contributor guide