aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.build
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2012-11-02 22:58:50 +0100
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2012-11-02 22:58:50 +0100
commit1e1df5b34d6c24c422924441ffd569d7570a6d17 (patch)
treebd2118248bf32cf1c4378c598b1e4888e694e2f9 /org.jacoco.build
parentebee6e52c994fbcb5f8c954ca75c5513c9fafaba (diff)
downloadjacoco-1e1df5b34d6c24c422924441ffd569d7570a6d17.tar.gz
Update to ASM 4.1
With ASM 4.1 implicit initial frames are no longer processed as events. This required a rework and simplification of the frame processing logic.
Diffstat (limited to 'org.jacoco.build')
-rw-r--r--org.jacoco.build/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.jacoco.build/pom.xml b/org.jacoco.build/pom.xml
index 3544e7fe..e60a05b5 100644
--- a/org.jacoco.build/pom.xml
+++ b/org.jacoco.build/pom.xml
@@ -132,7 +132,7 @@
<tycho.version>0.13.0</tycho.version>
<!-- Dependencies versions -->
- <asm.version>4.0</asm.version>
+ <asm.version>4.1</asm.version>
<ant.version>1.7.0</ant.version>
<junit.version>4.8.2</junit.version>