Skip to content

Commit c84fb26

Browse files
authored
Add support Java SE 24 (#857)
1 parent 52ee4ed commit c84fb26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
java: [ '8', '11', '17', '21', '23' ]
13+
java: [ '8', '11', '17', '21', '24' ]
1414
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
1515
fail-fast: false
1616
steps:

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,7 @@
16121612
<dependency>
16131613
<groupId>net.bytebuddy</groupId>
16141614
<artifactId>byte-buddy</artifactId>
1615-
<version>1.15.3</version>
1615+
<version>1.17.2</version>
16161616
<scope>test</scope>
16171617
</dependency>
16181618
<dependency>

0 commit comments

Comments
 (0)