diff options
author | Rawi01 <Rawi01@users.noreply.github.com> | 2022-03-08 07:26:49 +0100 |
---|---|---|
committer | Rawi01 <Rawi01@users.noreply.github.com> | 2022-03-08 07:26:49 +0100 |
commit | 75d4e7bba87b7142d114971013b729d7853d1a79 (patch) | |
tree | e525b5b1e55741d0aa53ec4bf591e030d008c406 /buildScripts | |
parent | 8c3ff7e9b08c4bf9c2b23cffb6042c31258e3ebb (diff) | |
download | lombok-75d4e7bba87b7142d114971013b729d7853d1a79.tar.gz lombok-75d4e7bba87b7142d114971013b729d7853d1a79.tar.bz2 lombok-75d4e7bba87b7142d114971013b729d7853d1a79.zip |
[jdk18] Bump lombok.patcher version
Diffstat (limited to 'buildScripts')
-rw-r--r-- | buildScripts/ivy.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index d12f8867..afd799d0 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -37,7 +37,7 @@ </configurations> <dependencies> - <dependency org="org.projectlombok" name="lombok.patcher" rev="0.42" conf="build,stripe->default" /> + <dependency org="org.projectlombok" name="lombok.patcher" rev="0.44" conf="build,stripe->default" /> <dependency org="zwitserloot.com" name="cmdreader" rev="1.2" conf="build,stripe->runtime" /> <dependency org="org.apache.ant" name="ant" rev="1.10.5" conf="build->default" /> <dependency org="org.apache.ant" name="ant-junit" rev="1.10.5" conf="build->default" /> |