diff --git a/CHANGELOG b/CHANGELOG
index 20bc4f9..ede8d11 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,14 @@
CHANGELOG
=========
+0.4.0
+------
+
+* Upgrade kemitix-parent to 1.1.0
+* (pom) Specify dependency versions in properties
+* Upgrade spring-context-support to 4.2.6 (tests)
+* Upgrade simple-java-mail to 3.0.1 (tests)
+
0.3.2
------
diff --git a/pom.xml b/pom.xml
index 32a29ac..a0f0bde 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
net.kemitix
wiser-assertions
- 0.3.2
+ 0.4.0
jar
wiser-assertions
@@ -24,49 +24,55 @@
git@github.com:kemitix/wiser-assertions.git
-
- UTF-8
-
-
net.kemitix
kemitix-parent
- 0.9.0
+ 1.1.0
+
+ UTF-8
+ 1.4.7
+ 3.1.7
+ 4.12
+ 1.10.19
+ 3.0.1
+ 4.2.6.RELEASE
+
+
javax.mail
mail
- 1.4.7
+ ${javax-mail.version}
org.subethamail
subethasmtp
- 3.1.7
+ ${subethasmtp.version}
junit
junit
- 4.12
+ ${junit.version}
test
org.mockito
mockito-core
- 1.10.19
+ ${mockito-core.version}
test
org.codemonkey.simplejavamail
simple-java-mail
- 3.0.0
+ ${simple-java-mail.version}
test
org.springframework
spring-context-support
- 4.2.5.RELEASE
+ ${spring-framework.version}
test