Skip to content

Commit 29d4072

Browse files
committed
Bump to 1.19 of generator that ignores all lombok annotations include @DaTa
1 parent b69580d commit 29d4072

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>io.dinject</groupId>
5858
<artifactId>dinject-generator</artifactId>
59-
<version>1.18</version>
59+
<version>1.19</version>
6060
<scope>test</scope>
6161
</dependency>
6262

src/test/java/org/example/coffee/grind/Grinder.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package org.example.coffee.grind;
22

3+
import lombok.Data;
34
import lombok.EqualsAndHashCode;
45
import lombok.Getter;
56
import lombok.Setter;
@@ -11,6 +12,7 @@
1112
import javax.inject.Singleton;
1213

1314

15+
@Data
1416
@EqualsAndHashCode
1517
@ToString
1618
@Getter

0 commit comments

Comments
 (0)