File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to Jodd project are documented here.
44
5- ## [ n/a] ( https://github.com/oblac/jodd/compare/v5.0.4 ...master )
5+ ## [ n/a] ( https://github.com/oblac/jodd/compare/v5.0.5 ...master )
66
77(work in progress :)
88
9+ ## [ 5.0.5] ( https://github.com/oblac/jodd/compare/v5.0.4...v5.0.5 )
10+
11+ Just refreshing with some bug fixes and few new features.
12+
913### Bug fixes
1014
1115+ ** json** - fixed particular case with lazy parsing and escaped chars.
1216+ ** mail** - fixed special case with 1 body and 1 attachment.
17+ + ** core** - fixed Zip slip vulnerability.
1318
1419### New Features
1520
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ description = '''
3333 simple, but not simpler.
3434'''
3535
36- version = ' 5.0.5 -' + date()
37- // version = '5.0.4 '
36+ // version = '5.0.6 -' + date()
37+ version = ' 5.0.5 '
3838
3939// --- properties -------------------------------------------------------------
4040
You can’t perform that action at this time.
0 commit comments