Skip to content

Commit

Permalink
Bump lombok from 1.18.22 to 1.18.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo committed Feb 25, 2023
1 parent 6dd04a2 commit cb88811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/build_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def jar(target: str, *content: List[Tuple[str, str]], opts=[]) -> str:

@functools.lru_cache(maxsize=1)
def lombok():
return fetch_maven('org.projectlombok', 'lombok', '1.18.22')
return fetch_maven('org.projectlombok', 'lombok', '1.18.26')

def delombok(dirs: List[str], target: str, classpath: List[str] = [], modulepath: List[str] = []):
sources = files(*[dir + "/**/*.java" for dir in dirs])
Expand Down
2 changes: 1 addition & 1 deletion script/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

compile_deps = [
{'group': 'org.jetbrains', 'name': 'annotations', 'version': '20.1.0'},
{'group': 'org.projectlombok', 'name': 'lombok', 'version': '1.18.22'},
{'group': 'org.projectlombok', 'name': 'lombok', 'version': '1.18.26'},
]

@functools.lru_cache(maxsize=1)
Expand Down

0 comments on commit cb88811

Please sign in to comment.