Skip to content

Commit

Permalink
chore: Update Tomcat to version 9.0.80 in V1 (#3075)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Jareš <[email protected]>
  • Loading branch information
pj892031 authored Sep 22, 2023
1 parent 6066e19 commit 70acfa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class CustomSendErrorFilter extends SendErrorFilter {

private String errorPath;

public CustomSendErrorFilter(@Value("${error.path:/error}") String errorPath) {
public CustomSendErrorFilter(@Value("${error.path:/internal_error}") String errorPath) {
this.errorPath = errorPath;
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ext {
swagger3ParserVersion = '2.1.15'
swaggerCoreVersion = '1.6.11'
thymeleafVersion = '3.1.2.RELEASE'
tomcatVersion = '9.0.75'
tomcatVersion = '9.0.80'
velocityVersion = '2.3'
woodstoxVersion = '6.5.1'
xstreamVersion = '1.4.20'
Expand Down

0 comments on commit 70acfa8

Please sign in to comment.