diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-09-06 12:00:15 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-09-06 12:35:38 +0300 |
commit | 23225dd61414039ed8f923ca08c96efecc8894eb (patch) | |
tree | c35c77c85c0bca5f54ba4ceb397f442d9adfdf97 /build/conf | |
parent | ee92fee2d806dd933291766e2f42948c481b6398 (diff) | |
download | ydb-23225dd61414039ed8f923ca08c96efecc8894eb.tar.gz |
Update contrib/libs/flatbuffers to 23.5.26
Diffstat (limited to 'build/conf')
-rw-r--r-- | build/conf/java.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/java.conf b/build/conf/java.conf index e010434ef5..94ca41daed 100644 --- a/build/conf/java.conf +++ b/build/conf/java.conf @@ -658,7 +658,7 @@ macro JAVA_RESOURCE(JAR, SOURCES="") { } # tag:java-specific tag:fbs -JAVA_FLATBUFFERS_VERSION = 23.5.9 +JAVA_FLATBUFFERS_VERSION = 23.5.26 # tag:java-specific module _COMPILABLE_JAR_BASE : _JAR_BASE { |