Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Winterhalter committed Jan 18, 2015
1 parent be6fd89 commit 65008fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion byte-buddy-android-test/pom.xml
Expand Up @@ -7,7 +7,8 @@
<parent>
<artifactId>byte-buddy-parent</artifactId>
<groupId>net.bytebuddy</groupId>
<version>0.5-SNAPSHOT</version>
<!-- The version number is not updated by the release plugin as this artifact is not released! -->
<version>0.6-SNAPSHOT</version>
</parent>

<artifactId>byte-buddy-android-test</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions byte-buddy-benchmark/pom.xml
Expand Up @@ -15,9 +15,9 @@

<properties>
<benchmark.mainClass>net.bytebuddy.benchmark.runner.BenchmarkRunner</benchmark.mainClass>
<version.jmh>1.3</version.jmh>
<version.jmh>1.4.2</version.jmh>
<version.cglib>3.1</version.cglib>
<version.javassist>3.18.2-GA</version.javassist>
<version.javassist>3.19.0-GA</version.javassist>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -50,8 +50,8 @@
<shade.source>org.objectweb.asm</shade.source>
<shade.target>net.bytebuddy.jar.asm</shade.target>
<version.asm>5.0.3</version.asm>
<version.junit>4.11</version.junit>
<version.mockito>1.10.8</version.mockito>
<version.junit>4.12</version.junit>
<version.mockito>1.10.19</version.mockito>
<version.plugin.compiler>3.1</version.plugin.compiler>
<version.plugin.install>2.5.1</version.plugin.install>
<version.plugin.deploy>2.8.2</version.plugin.deploy>
Expand Down

0 comments on commit 65008fa

Please sign in to comment.