Skip to content

Commit 9e1364f

Browse files
committed
Bump lombok to 1.18.2
1 parent 821b13c commit 9e1364f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cdt-java-protocol-builder/THIRD-PARTY.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Lists of 74 third-party dependencies.
6868
(BSD 3-Clause License) ASM Commons (org.ow2.asm:asm-commons:6.0 - http://asm.objectweb.org/asm-commons/)
6969
(BSD 3-Clause License) ASM Tree (org.ow2.asm:asm-tree:6.0 - http://asm.objectweb.org/asm-tree/)
7070
(BSD 3-Clause License) ASM Util (org.ow2.asm:asm-util:6.0 - http://asm.objectweb.org/asm-util/)
71-
(The MIT License) Project Lombok (org.projectlombok:lombok:1.16.18 - https://projectlombok.org)
71+
(The MIT License) Project Lombok (org.projectlombok:lombok:1.18.2 - https://projectlombok.org)
7272
(The Apache Software License, Version 2.0) JSONassert (org.skyscreamer:jsonassert:1.5.0 - https://github.com/skyscreamer/JSONassert)
7373
(MIT License) SLF4J API Module (org.slf4j:slf4j-api:1.7.25 - http://www.slf4j.org)
7474
(The Apache Software License, Version 2.0) oro (oro:oro:2.0.8 - no url defined)

cdt-java-protocol-builder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<jackson.version>2.10.0</jackson.version>
3535
<apache.collections.version>4.1</apache.collections.version>
3636
<apache.lang3.version>3.7</apache.lang3.version>
37-
<lombok.version>1.16.18</lombok.version>
37+
<lombok.version>1.18.2</lombok.version>
3838
<logback.version>1.2.3</logback.version>
3939
<args4j.version>2.33</args4j.version>
4040
<google.java.format.version>1.5</google.java.format.version>

cdt-protocol-parser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<maven.compiler.source>1.8</maven.compiler.source>
3232
<maven.compiler.target>1.8</maven.compiler.target>
3333

34-
<lombok.version>1.16.18</lombok.version>
34+
<lombok.version>1.18.2</lombok.version>
3535
<java.parser.core.version>3.5.11</java.parser.core.version>
3636
<jackson.version>2.10.0</jackson.version>
3737
<junit.version>4.12</junit.version>

0 commit comments

Comments
 (0)