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 dbd9178 commit 9ed3700Copy full SHA for 9ed3700
build.sbt
@@ -172,7 +172,7 @@ lazy val `examples` = (project in file("modules/examples"))
172
"org.apache.flink" % "flink-connector-files" % flinkVersion1 % Provided,
173
"org.apache.flink" % "flink-table-runtime" % flinkVersion1 % Provided,
174
"org.apache.flink" % "flink-table-planner-loader" % flinkVersion1 % Provided,
175
- "io.bullet" %% "borer-core" % "1.16.1" % Provided,
+ "io.bullet" %% "borer-core" % "1.16.2" % Provided,
176
"ch.qos.logback" % "logback-classic" % "1.4.14" % Provided,
177
"org.apache.flink" % "flink-test-utils" % flinkVersion1 % Test,
178
"org.apache.flink" % "flink-streaming-java" % flinkVersion1 % Test classifier "tests",
0 commit comments