diff --git a/CHANGES.md b/CHANGES.md
index 525aca85b..ffe5227bc 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,9 @@
+Airbase 89
+
+* Dependency updates:
+ - validation-api 2.0.1 (from 1.1.0)
+ - BVal 2.0.0 (from 1.1.1)
+
Airbase 88
* Replace dependency-versions-check with Enforcer requireUpperBoundDeps
diff --git a/airbase/pom.xml b/airbase/pom.xml
index cf2a19d29..fd85f3981 100644
--- a/airbase/pom.xml
+++ b/airbase/pom.xml
@@ -169,8 +169,9 @@
1.7.25
1.2.3
1
- 1.1.0.Final
+ 2.0.1.Final
3.1.0
+ 2.0.0
2.9.7
1.19
3.2.5
@@ -1126,28 +1127,10 @@
-
-
-
- org.apache.commons
- commons-lang3
- 3.4
-
-
org.apache.bval
bval-jsr
- 1.1.1
-
-
- junit
- junit
-
-
- commons-logging
- commons-logging
-
-
+ ${dep.bval.version}