Skip to content

Commit eeb5081

Browse files
committed
Upgrade to Tomcat 10.1.18
Closes gh-39213
1 parent b5244ec commit eeb5081

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ kotlinVersion=1.9.22
1313
mavenVersion=3.9.4
1414
nativeBuildToolsVersion=0.9.28
1515
springFrameworkVersion=6.1.3
16-
tomcatVersion=10.1.17
16+
tomcatVersion=10.1.18
1717

1818
kotlin.stdlib.default.dependency=false

spring-boot-project/spring-boot/src/main/resources/org/springframework/boot/web/server/mime-mappings.properties

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2012-2022 the original author or authors.
1+
# Copyright 2012-2024 the original author or authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -293,6 +293,7 @@ gdl=model/vnd.gdl
293293
geo=application/vnd.dynageo
294294
gex=application/vnd.geometry-explorer
295295
ggb=application/vnd.geogebra.file
296+
ggs=application/vnd.geogebra.slides
296297
ggt=application/vnd.geogebra.tool
297298
ghf=application/vnd.groove-help
298299
gif=image/gif
@@ -469,6 +470,7 @@ mif=application/x-mif
469470
mime=message/rfc822
470471
mj2=video/mj2
471472
mjp2=video/mj2
473+
mjs=text/javascript
472474
mk3d=video/x-matroska
473475
mka=audio/x-matroska
474476
mks=video/x-matroska
@@ -576,6 +578,7 @@ onetoc2=application/onenote
576578
opf=application/oebps-package+xml
577579
opml=text/x-opml
578580
oprc=application/vnd.palm
581+
opus=audio/ogg
579582
org=application/vnd.lotus-organizer
580583
osf=application/vnd.yamaha.openscoreformat
581584
osfpvg=application/vnd.yamaha.openscoreformat.osfpvg+xml

0 commit comments

Comments
 (0)