Skip to content

Commit a2ccac3

Browse files
committed
Jodd v5.0.5 release
1 parent 26f3421 commit a2ccac3

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22

33
All 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

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)