diff --git a/CHANGELOG.md b/CHANGELOG.md
index 74e76f9..31a5abe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+## 2.1.5
+- Uplifted Snakeyaml dependency version.
+
## 2.1.4
- Fixed issue related to ER lookup strategy in REMReM-generate.
diff --git a/cli/pom.xml b/cli/pom.xml
index 44807f2..b11163a 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -51,6 +51,11 @@
+
+ org.yaml
+ snakeyaml
+ 1.30
+
com.github.ulisesbocchio
jasypt-spring-boot-starter
diff --git a/pom.xml b/pom.xml
index d363662..0408437 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
- 2.1.4
+ 2.1.5
2.0.5
2.2.1
diff --git a/service/pom.xml b/service/pom.xml
index 89198cc..f3a046b 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -33,6 +33,11 @@
+
+ org.yaml
+ snakeyaml
+ 1.30
+
com.github.ulisesbocchio
jasypt-spring-boot-starter