Skip to content

Commit

Permalink
chore: bump JDK version from 8 (unsupported) to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
bamthomas committed May 14, 2024
1 parent e8840ae commit 1e0ee5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>

<jackson.version>2.15.1</jackson.version>
Expand Down

0 comments on commit 1e0ee5d

Please sign in to comment.