diff --git a/CHANGES.md b/CHANGES.md
index 35c00d6fc..ca984299f 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,15 @@
Airbase 150
* Dependency updates:
- jmxutils to 1.26 (from 1.25)
+ - OpenTelemetry to 1.34.1 (from 1.34.0)
+ - OpenTelemetry instrumentation to 2.0.0 (from 1.32.0)
+ - jmxutils to 1.26 (from 1.25)
+ - AssertJ to 3.25.3 (from 3.25.1)
+ - junit 5.10.2 (from 5.10.1)
+ - slf4j 2.0.12 (from 2.0.11)
+* Plugin updates:
+ - spotbugs-maven-plugin to 4.8.3.0 (from 4.8.1.0)
+ - dependency-scope-maven-plugin 1.0.2 (from 1.0.1)
Airbase 149
* Remove bval dependency
diff --git a/airbase/pom.xml b/airbase/pom.xml
index f61be1055..c8e7b0340 100644
--- a/airbase/pom.xml
+++ b/airbase/pom.xml
@@ -169,20 +169,20 @@
0.163
- 3.25.1
+ 3.25.3
33.0.0-jre
7.0.0
2.16.1
1.37
1.26
2.12.6
- 5.10.1
+ 5.10.2
1.9.22
1.4.14
2.7.0
- 1.34.0
- 1.32.0
- 2.0.11
+ 1.34.1
+ 2.0.0
+ 2.0.12
2.2
4.8.3
6.10
@@ -1050,7 +1050,7 @@
org.basepom.maven
dependency-scope-maven-plugin
- 1.0.1
+ 1.0.2
@@ -1067,7 +1067,7 @@
com.github.spotbugs
spotbugs-maven-plugin
- 4.8.1.0
+ 4.8.3.0
${air.check.skip-spotbugs}
-Xmx${air.build.jvmsize}