Skip to content

Commit

Permalink
Make it build on JDK17 by updating byte-buddy
Browse files Browse the repository at this point in the history
  • Loading branch information
skuzzle committed Jan 18, 2023
1 parent d694e74 commit fa6f77b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<version.asciidoctor-maven-plugin>2.2.2</version.asciidoctor-maven-plugin>
<version.asciidoctorj>2.5.3</version.asciidoctorj>
<version.jruby>9.2.20.1</version.jruby>
<version.byte-buddy>1.12.22</version.byte-buddy>
</properties>
<modules>
<module>snapshot-tests-dependencies</module>
Expand Down
6 changes: 5 additions & 1 deletion snapshot-tests-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>${version.byte-buddy}</version>
</dependency>
<dependency>
<groupId>io.github.java-diff-utils</groupId>
<artifactId>java-diff-utils</artifactId>
Expand Down

0 comments on commit fa6f77b

Please sign in to comment.