Upgrade Lombok to version 1.18.24

This commit is contained in:
Steven Shan 2022-08-03 10:16:48 -04:00
parent a344ee4d05
commit 363c5cc218
2 changed files with 2 additions and 2 deletions

View file

@ -115,7 +115,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.22</version>
<version>1.18.24</version>
<scope>provided</scope>
</dependency>

View file

@ -409,7 +409,7 @@ public class PrefetchRecordsPublisher implements RecordsPublisher {
final String lastBatchSequenceNumber;
final String shardIterator;
final BatchUniqueIdentifier batchUniqueIdentifier;
@Accessors() @Setter(AccessLevel.NONE) boolean dispatched = false;
@Accessors(fluent = false) @Setter(AccessLevel.NONE) boolean dispatched = false;
PrefetchRecordsRetrieved prepareForPublish() {
return new PrefetchRecordsRetrieved(processRecordsInput.toBuilder().cacheExitTime(Instant.now()).build(),