Skip to content

Commit

Permalink
update to byte-buddy 1.7.9
Browse files Browse the repository at this point in the history
to add Java 10 compatibility (fix jqno#177)
  • Loading branch information
don-vip authored Nov 6, 2017
1 parent 99f50ed commit fbbab9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ limitations under the License.
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.7.8</version>
<version>1.7.9</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
Expand Down

0 comments on commit fbbab9b

Please sign in to comment.