Skip to content

Commit

Permalink
deps: bump Java version to 11 in parent project (#992)
Browse files Browse the repository at this point in the history
Hibernate 6.x requires Java 11, and all underlying projects
therefore also use Java 11. This updates the Java version
in the parent project as well.
  • Loading branch information
olavloite authored Apr 8, 2024
1 parent 38906e1 commit 538abf7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@

<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>
<java.version>11</java.version>
<hibernate.version>6.3.1.Final</hibernate.version>
<spanner-jdbc-driver.version>2.16.1</spanner-jdbc-driver.version>
<log4j.version>2.23.1</log4j.version>
Expand Down

0 comments on commit 538abf7

Please sign in to comment.