Skip to content

Commit 9ed3700

Browse files
committed
Update borer-core to 1.16.2
1 parent dbd9178 commit 9ed3700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ lazy val `examples` = (project in file("modules/examples"))
172172
"org.apache.flink" % "flink-connector-files" % flinkVersion1 % Provided,
173173
"org.apache.flink" % "flink-table-runtime" % flinkVersion1 % Provided,
174174
"org.apache.flink" % "flink-table-planner-loader" % flinkVersion1 % Provided,
175-
"io.bullet" %% "borer-core" % "1.16.1" % Provided,
175+
"io.bullet" %% "borer-core" % "1.16.2" % Provided,
176176
"ch.qos.logback" % "logback-classic" % "1.4.14" % Provided,
177177
"org.apache.flink" % "flink-test-utils" % flinkVersion1 % Test,
178178
"org.apache.flink" % "flink-streaming-java" % flinkVersion1 % Test classifier "tests",

0 commit comments

Comments
 (0)