Skip to content

Commit

Permalink
[FLINK-34110] Bump janino to 3.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin committed Aug 31, 2024
1 parent 2d459f1 commit ef8f75b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flink-formats/flink-protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ under the License.

<properties>
<!-- the same with flink-table/pom.xml -->
<janino.version>3.1.11</janino.version>
<janino.version>3.1.12</janino.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion flink-table/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ under the License.
<!-- Calcite 1.32.0 depends on 3.1.8,
at the same time minimum 3.1.x Janino version passing Flink tests without WAs is 3.1.10,
more details are in FLINK-27995 -->
<janino.version>3.1.11</janino.version>
<janino.version>3.1.12</janino.version>
<jsonpath.version>2.7.0</jsonpath.version>
<guava.version>32.1.3-jre</guava.version>
<quartz.version>2.3.2</quartz.version>
Expand Down

0 comments on commit ef8f75b

Please sign in to comment.