File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
7
7
## released
8
8
9
9
### Fixed
10
+ * [ PR #213 ] ( https://github.com/xenit-eu/docker-alfresco/pull/213 ) DOCKER-460 update tomcat for CVE-2024 -50379
10
11
* [ PR #118 ] ( https://github.com/xenit-eu/docker-alfresco/pull/118 ) ALFREDOPS-842 upgrade json logging version to 0.0.6
11
12
* [ PR #112 ] ( https://github.com/xenit-eu/docker-alfresco/pull/111 ) DOCKER-423 SOLR_SSL setting secret does not disable the tomcat ssl connector
12
13
* [ PR #110 ] ( https://github.com/xenit-eu/docker-alfresco/pull/110 ) XM2C-81 fix alfresco environment and default system properties
@@ -380,4 +381,3 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
380
381
381
382
* [ DOCKER-37] Removed bundled images for versions >=5.0
382
383
* [ DOCKER-26] Removed the PROXY_ <variable > parameters from the init
383
-
Original file line number Diff line number Diff line change 1
1
ext {
2
2
tomcat = [
3
- version : ' 10.1.23 '
3
+ version : ' 10.1.34 '
4
4
]
5
5
}
Original file line number Diff line number Diff line change 1
1
ext {
2
2
tomcat = [
3
- version : ' 9.0.59 '
3
+ version : ' 9.0.98 '
4
4
]
5
5
}
You can’t perform that action at this time.
0 commit comments