Skip to content

Commit

Permalink
SP-768 Java SDK - Support Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarzybok-sumoheavy committed Jan 18, 2024
1 parent bf18891 commit f536d89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
java-version: [8, 11, 17]
java-version: [8, 11, 17, 21]

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,12 @@
<version>4.11.0</version>
<scope>test</scope>
</dependency>
<!-- Support Mockito 4.x for Java 21 -->
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.11</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit f536d89

Please sign in to comment.