Skip to content

Commit

Permalink
Support for building with OpenJDK 22
Browse files Browse the repository at this point in the history
  • Loading branch information
linghengqian committed Jul 28, 2024
1 parent 206a40e commit dbd57eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
build:
strategy:
matrix:
java: [ 8, 17, 21 ]
java: [ 8, 17, 21, 22 ]
os: [ 'windows-latest', 'macos-latest', 'ubuntu-latest' ]

runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<hamcrest.version>2.2</hamcrest.version>
<mockito.version>4.11.0</mockito.version>
<awaitility.version>4.2.0</awaitility.version>
<bytebuddy.version>1.14.8</bytebuddy.version>
<bytebuddy.version>1.14.18</bytebuddy.version>

<h2.version>2.2.224</h2.version>
<hikari-cp.version>4.0.3</hikari-cp.version>
Expand All @@ -113,7 +113,7 @@
<maven-pmd-plugin.version>3.20.0</maven-pmd-plugin.version>
<coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
<cobertura-maven-plugin.version>2.7</cobertura-maven-plugin.version>
<jacoco-maven-plugin.version>0.8.10</jacoco-maven-plugin.version>
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>

<!-- Report plugin versions -->
<maven-site-plugin.version>4.0.0-M6</maven-site-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<properties>
<springboot.version>2.7.10</springboot.version>
<springframework.version>5.3.26</springframework.version>
<aspectj.version>1.9.1</aspectj.version>
<aspectj.version>1.9.22.1</aspectj.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit dbd57eb

Please sign in to comment.