Skip to content

Commit

Permalink
Update Lombok dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLaval committed Jul 26, 2024
1 parent cd217c3 commit 37a13f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.13.0</version>
<configuration>
<target>${jdk.version}</target>
<source>${jdk.version}</source>
Expand Down Expand Up @@ -207,17 +207,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0-M15</version>
<version>4.0.0-M16</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<configuration>
<source>8</source>
<detectJavaApiLink>false</detectJavaApiLink>
Expand Down
5 changes: 2 additions & 3 deletions vtl-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.12</version>
<scope>provided</scope>
<version>1.18.34</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
Expand Down Expand Up @@ -88,7 +87,7 @@
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.12</version>
<version>1.18.34</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand Down

0 comments on commit 37a13f5

Please sign in to comment.