Skip to content

Commit

Permalink
[FLINK-34110] Bump janino to 3.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin committed Feb 13, 2024
1 parent 9a316a5 commit 445f7d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.10</janino.version>
<janino.version>3.1.11</janino.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ The Apache Software Foundation (http://www.apache.org/).
This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)

- com.jayway.jsonpath:json-path:2.7.0
- org.codehaus.janino:janino:3.1.10
- org.codehaus.janino:commons-compiler:3.1.10
- org.codehaus.janino:janino:3.1.11
- org.codehaus.janino:commons-compiler:3.1.11
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.10</janino.version>
<janino.version>3.1.11</janino.version>
<jsonpath.version>2.7.0</jsonpath.version>
<guava.version>32.1.3-jre</guava.version>
</properties>
Expand Down

0 comments on commit 445f7d8

Please sign in to comment.