Skip to content

Commit

Permalink
fix: bump flatbuffer version in python and java
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-zippenfenig committed Mar 13, 2024
1 parent 78c63fc commit 8070d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
constraints {
add("implementation", "com.google.flatbuffers:flatbuffers-java") {
version {
prefer("23.5.26")
prefer("24.3.7")
require("22.10.0")
}
}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
]
requires-python = ">=3.8.1"
dependencies = [
"flatbuffers>=23.0.0",
"flatbuffers>=24.0.0",
]

[project.urls]
Expand Down

0 comments on commit 8070d5c

Please sign in to comment.