[build] Update apriltag, libssh, googletest for 2024 (#5752)

This commit is contained in:
Peter Johnson
2023-10-10 20:35:30 -07:00
committed by GitHub
parent 227e660e20
commit de5e4eda6c
3 changed files with 5 additions and 5 deletions

View File

@@ -1,12 +1,12 @@
nativeUtils {
nativeDependencyContainer {
libssh(getNativeDependencyTypeClass('WPIStaticMavenDependency')) {
groupId = "edu.wpi.first.thirdparty.frc2023"
groupId = "edu.wpi.first.thirdparty.frc2024"
artifactId = "libssh"
headerClassifier = "headers"
sourceClassifier = "sources"
ext = "zip"
version = '0.95-8'
version = '0.105-1'
targetPlatforms.addAll(nativeUtils.wpi.platforms.allPlatforms)
}
}