We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5ec19 commit 8be26bcCopy full SHA for 8be26bc
build.sbt
@@ -148,7 +148,7 @@ lazy val `examples` = (project in file("modules/examples"))
148
"org.apache.flink" % "flink-connector-files" % "1.20.0" % Provided,
149
"org.apache.flink" % "flink-table-runtime" % "1.20.0" % Provided,
150
"org.apache.flink" % "flink-table-planner-loader" % "1.20.0" % Provided,
151
- "io.bullet" %% "borer-core" % "1.15.0" % Provided,
+ "io.bullet" %% "borer-core" % "1.16.0" % Provided,
152
"ch.qos.logback" % "logback-classic" % "1.4.14" % Provided,
153
"org.apache.flink" % "flink-test-utils" % "1.20.0" % Test,
154
"org.apache.flink" % "flink-streaming-java" % "1.20.0" % Test classifier "tests",
0 commit comments