Skip to content

Commit

Permalink
chore(deps): update lombok (#2336)
Browse files Browse the repository at this point in the history
Update to latest version to-date that fixes [an issue](projectlombok/lombok#2681) with Java 17
  • Loading branch information
rbioteau committed Oct 7, 2022
1 parent 4826c70 commit 8dc60ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/Deps.groovy
Expand Up @@ -36,7 +36,7 @@ class Deps {
public static String mssqlVersion = "8.4.1.jre8"
public static String oracleVersion = "19.3.0.0"
public static String postgresqlVersion = "42.4.2"
public static String lombokVersion = "1.18.12"
public static String lombokVersion = "1.18.24"

public static String narayanaVersion = "5.10.6.Final"
public static String jaxbVersion = "2.3.1"
Expand Down

0 comments on commit 8dc60ea

Please sign in to comment.