Skip to content

Commit

Permalink
Fixing staleness tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deannagarcia committed Feb 27, 2025
1 parent a7df327 commit 6abaf77
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 7 additions & 6 deletions cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,24 @@ if(${CMAKE_VERSION} VERSION_GREATER 3.16 OR ${CMAKE_VERSION} VERSION_EQUAL 3.16)
include_guard()
endif()

set(abseil-cpp-version "20250127.0")
set(bazel_skylib-version "1.7.1")
set(jsoncpp-version "1.9.6")
set(rules_apple-version "3.13.0")
set(apple_support-version "1.15.1")
set(abseil-cpp-version "20250127.0")
set(rules_cc-version "0.0.17")
set(zlib-version "1.3.1.bcr.5")
set(bazel_features-version "1.23.0")
set(bazel_skylib-version "1.7.1")
set(jsoncpp-version "1.9.6")
set(rules_fuzzing-version "0.5.2")
set(rules_java-version "8.6.1")
set(rules_jvm_external-version "6.3")
set(rules_kotlin-version "1.9.6")
set(rules_license-version "1.0.0")
set(rules_pkg-version "1.0.1")
set(rules_python-version "1.0.0")
set(platforms-version "0.0.10")
set(zlib-version "1.3.1.bcr.5")
set(bazel_features-version "1.23.0")
set(rules_rust-version "0.51.0")
set(rules_shell-version "0.2.0")
set(platforms-version "0.0.10")
set(googletest-version "1.14.0")
set(rules_buf-version "0.3.0")
set(rules_testing-version "0.6.0")
Expand Down
2 changes: 2 additions & 0 deletions src/file_lists.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ set(libprotoc_public_hdrs
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/name_resolver.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/names.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/options.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/notices.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/objectivec/line_consumer.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/objectivec/names.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/objectivec/nsobject_methods.h
Expand Down Expand Up @@ -562,6 +563,7 @@ set(libprotoc_hdrs
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/kotlin/file.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/kotlin/generator.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/kotlin/message.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/notices.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/objectivec/enum.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/objectivec/enum_field.h
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/objectivec/extension.h
Expand Down

0 comments on commit 6abaf77

Please sign in to comment.