Skip to content

Commit

Permalink
chore: Update Tomcat to version 9.0.80 in V2 (#3078)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Jareš <[email protected]>
  • Loading branch information
pj892031 authored Sep 18, 2023
1 parent fd923f9 commit 4891904
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 @@ -123,7 +123,7 @@ dependencyResolutionManagement {
version('swaggerInflector', '2.0.9')
version('swaggerJaxrs2', '2.2.9')
version('thymeleaf', '3.1.2.RELEASE')
version('tomcat', '9.0.75')
version('tomcat', '9.0.80')
version('velocity', '2.3')
version('woodstoxCore', '6.5.1')
version('woodstoxStax2', '4.2.1')
Expand Down

0 comments on commit 4891904

Please sign in to comment.