Skip to content

Commit aa2a147

Browse files
committed
[hotfix] Fix convergency issue
1 parent ab8d968 commit aa2a147

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ under the License.
5050
</modules>
5151

5252
<properties>
53-
<flink.version>1.19.1</flink.version>
53+
<flink.version>1.20.0</flink.version>
5454
<kafka.version>3.6.2</kafka.version>
5555
<confluent.version>7.4.4</confluent.version>
5656

@@ -405,6 +405,13 @@ under the License.
405405
<version>2.1</version>
406406
</dependency>
407407

408+
<!-- For dependency convergence -->
409+
<dependency>
410+
<groupId>org.yaml</groupId>
411+
<artifactId>snakeyaml</artifactId>
412+
<version>2.2</version>
413+
</dependency>
414+
408415
<!-- For dependency convergence -->
409416
<dependency>
410417
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)