Skip to content

Commit

Permalink
Bump lombok from 1.18.16 to 1.18.18 (#269)
Browse files Browse the repository at this point in the history
Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.16 to 1.18.18.
- [Release notes](https://github.com/rzwitserloot/lombok/releases)
- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.16...v1.18.18)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
freemanjp and dependabot-preview[bot] authored Mar 21, 2021
1 parent 5936a4d commit f963d28
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion java-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@
<compilerArgs>
<arg>-XDcompilePolicy=simple</arg>
<!-- Suppress UnusedVariable check until https://github.com/google/error-prone/issues/1266 is fixed -->
<arg>-Xplugin:ErrorProne -Xep:UnusedVariable:OFF</arg>
<!-- Suppress SameNameButDifferent check until https://github.com/google/error-prone/issues/2120 is fixed -->
<!-- Suppress ReferenceEquality check until https://github.com/google/error-prone/issues/447 is fixed -->
<!-- Suppress ParameterName check until https://github.com/google/error-prone/issues/780 is fixed -->
<!-- Suppress MissingSummary check until https://github.com/google/error-prone/issues/1444 is fixed -->
<arg>-Xplugin:ErrorProne -Xep:UnusedVariable:OFF -Xep:SameNameButDifferent:OFF -Xep:ReferenceEquality:OFF -Xep:ParameterName:OFF -Xep:MissingSummary:OFF -XepDisableWarningsInGeneratedCode</arg>
</compilerArgs>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
Expand Down
6 changes: 5 additions & 1 deletion java8-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@
<compilerArgs>
<arg>-XDcompilePolicy=simple</arg>
<!-- Suppress UnusedVariable check until https://github.com/google/error-prone/issues/1266 is fixed -->
<arg>-Xplugin:ErrorProne -Xep:UnusedVariable:OFF</arg>
<!-- Suppress SameNameButDifferent check until https://github.com/google/error-prone/issues/2120 is fixed -->
<!-- Suppress ReferenceEquality check until https://github.com/google/error-prone/issues/447 is fixed -->
<!-- Suppress ParameterName check until https://github.com/google/error-prone/issues/780 is fixed -->
<!-- Suppress MissingSummary check until https://github.com/google/error-prone/issues/1444 is fixed -->
<arg>-Xplugin:ErrorProne -Xep:UnusedVariable:OFF -Xep:SameNameButDifferent:OFF -Xep:ReferenceEquality:OFF -Xep:ParameterName:OFF -Xep:MissingSummary:OFF -XepDisableWarningsInGeneratedCode</arg>
<arg>-J-Xbootclasspath/p:${settings.localRepository}/com/google/errorprone/javac/${javac.version}/javac-${javac.version}.jar</arg>
</compilerArgs>
<showDeprecation>true</showDeprecation>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<ktlint-maven-plugin.version>1.8.0</ktlint-maven-plugin.version>
<license-maven-plugin.version>2.0.0</license-maven-plugin.version>
<logback-classic.version>1.2.3</logback-classic.version>
<lombok.version>1.18.16</lombok.version>
<lombok.version>1.18.18</lombok.version>
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
<maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
Expand Down

0 comments on commit f963d28

Please sign in to comment.