[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,7 +1,7 @@
nativeUtils {
nativeDependencyContainer {
apriltaglib(getNativeDependencyTypeClass('WPIStaticMavenDependency')) {
groupId = "edu.wpi.first.thirdparty.frc2023"
groupId = "edu.wpi.first.thirdparty.frc2024"
artifactId = "apriltaglib"
headerClassifier = "headers"
sourceClassifier = "sources"

View File

@@ -14,10 +14,10 @@ nativeUtils {
wpi {
configureDependencies {
opencvYear = "frc2024"
googleTestYear = "frc2023"
googleTestYear = "frc2024"
niLibVersion = "2024.1.1"
opencvVersion = "4.8.0-1"
googleTestVersion = "1.12.1-2"
googleTestVersion = "1.14.0-1"
}
}
}

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)
}
}