aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSebastian Bazley <sebb@apache.org>2015-01-16 23:34:24 +0000
committerSebastian Bazley <sebb@apache.org>2015-01-16 23:34:24 +0000
commita6571621303994c35774674dcb65ce42c98672af (patch)
tree3cd22c577301f5611f10b1bdc291c9dab2482c6a /pom.xml
parente73d4e5e2e958c424006e1ad6ea99374df617e1d (diff)
downloadapache-commons-bcel-a6571621303994c35774674dcb65ce42c98672af.tar.gz
CP 36
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1652550 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index c4d03b9e..53e034bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>35</version>
+ <version>36</version>
</parent>
<groupId>org.apache.bcel</groupId>
@@ -334,7 +334,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
+ <version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>