Skip to content

Commit

Permalink
[FIXED JENKINS-19383]
Browse files Browse the repository at this point in the history
Fixed a bug in bytecode-compatibility-transformer where class file
format prior to 1.49 cannot have the ldc instruction pointing to a class
constant.

(cherry picked from commit 27d1a03)

Conflicts:
	changelog.html
  • Loading branch information
kohsuke authored and olivergondza committed Nov 8, 2013
1 parent 371826a commit ded8e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -199,7 +199,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>bytecode-compatibility-transformer</artifactId>
<version>1.3</version>
<version>1.4</version>
</dependency>
<dependency>
<groupId>org.jvnet.hudson</groupId>
Expand Down

0 comments on commit ded8e0a

Please sign in to comment.