Skip to content

Commit

Permalink
Java und lombok Version in POM angepasst
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenLammers committed Oct 11, 2024
1 parent 24443f4 commit 5a96c3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sonarQuest-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>
<java.version>17</java.version>
<spring-cloud.version>Hoxton.SR1</spring-cloud.version>
<!-- SONAR -->
<sonar.organization>viadee</sonar.organization>
Expand Down Expand Up @@ -84,6 +84,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.34</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit 5a96c3a

Please sign in to comment.