Skip to content

Commit

Permalink
[#244] Upgrade and unify lombok versions
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Aug 14, 2024
1 parent 2e5f609 commit 0d7eaf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion s-pipes-forms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.30</version>
<version>${org.projectlombok.lombok.version}</version>
</dependency>
</dependencies>
<executions>
Expand Down
3 changes: 2 additions & 1 deletion s-pipes-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<org.junit.jupiter.version>5.2.0</org.junit.jupiter.version>
<org.mockito.version>2.21.0</org.mockito.version>
<commons.io.version>2.7</commons.io.version>
<org.projectlombok.lombok.version>1.18.30</org.projectlombok.lombok.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -228,7 +229,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.2</version>
<version>${org.projectlombok.lombok.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 0d7eaf9

Please sign in to comment.