Skip to content

Commit

Permalink
Update lombok dependency. See projectlombok/lombok#2681 (#340)
Browse files Browse the repository at this point in the history
Co-authored-by: Gardner Bickford <gardner.bickford@fluxfederation.com>
  • Loading branch information
gardner and Gardner Bickford committed Jul 8, 2022
1 parent 111041d commit 73c072a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Java/core/pom.xml
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.14</version>
<version>1.18.24</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion Java/examples/pom.xml
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.14</version>
<version>1.18.24</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion Java/parkservices/pom.xml
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.14</version>
<version>1.18.24</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion Java/serialization/pom.xml
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.14</version>
<version>1.18.24</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 73c072a

Please sign in to comment.