Skip to content

Commit

Permalink
bumping up snakeYAML
Browse files Browse the repository at this point in the history
  • Loading branch information
ElaiShalevRH committed Sep 18, 2024
1 parent 079302f commit 5273cec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions move2kube/m2k-func/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<type>pom</type>
<scope>import</scope>
</dependency>

</dependencies>
</dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -130,13 +131,21 @@
<version>2.10.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.0</version>
</dependency>
<!--
<dependency>
<groupId>dev.parodos</groupId>
<artifactId>move2kube</artifactId>
<version>${move2kube.version}</version>
</dependency>
move2kube client deps
Expand Down

0 comments on commit 5273cec

Please sign in to comment.