Skip to content

Commit

Permalink
Bump asm and bytebuddy for java 21 support (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
chhsiao90 committed Oct 16, 2023
1 parent eabe6bc commit b8161c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
java: [ '8', '11', '17' ]
java: [ '8', '11', '17', '21' ]
os: [ 'ubuntu-latest' ]
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -21,10 +21,10 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<cglib.version>3.3.0</cglib.version>
<asm.version>9.4</asm.version>
<asm.version>9.6</asm.version>
<objenesis.version>3.2</objenesis.version>
<typetools.version>0.6.3</typetools.version>
<bytebuddy.version>1.12.3</bytebuddy.version>
<bytebuddy.version>1.14.9</bytebuddy.version>
<javassist.version>3.12.1.GA</javassist.version>
<h2.version>2.0.206</h2.version>
<hibernate.version>5.6.3.Final</hibernate.version>
Expand Down

0 comments on commit b8161c3

Please sign in to comment.