Skip to content

Commit

Permalink
Merge pull request #9064 from DarthMax/dev_compat_5.12
Browse files Browse the repository at this point in the history
Make master compatible with 5.21
  • Loading branch information
DarthMax authored May 17, 2024
2 parents a17e2da + 9c41d87 commit ac88cf6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ ext {
'5.18': '2.13.11',
'5.19': '2.13.11',
'5.20': '2.13.11',
'5.21': '2.13.11',
]

log4js = [
Expand All @@ -38,6 +39,7 @@ ext {
'5.18': '2.20.0',
'5.19': '2.20.0',
'5.20': '2.20.0',
'5.21': '2.20.0',
]

shiros = [
Expand All @@ -51,6 +53,7 @@ ext {
'5.18': '1.13.0',
'5.19': '2.0.0',
'5.20': '2.0.0',
'5.21': '2.0.0',
]

ver = [
Expand Down

0 comments on commit ac88cf6

Please sign in to comment.