Skip to content

Commit

Permalink
Java 21
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Emerson <remerson@redhat.com>
  • Loading branch information
ryanemerson committed Aug 7, 2024
1 parent 7ebc0c7 commit ce30e06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<gatling.version>3.10.4</gatling.version>
<janino.version>3.1.7</janino.version>
<scala-maven-plugin.version>4.8.1</scala-maven-plugin.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit ce30e06

Please sign in to comment.