Skip to content

Commit

Permalink
Merge branch '3.0.x' into 3.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Nov 8, 2023
2 parents bb761e5 + e4fe2d8 commit dfe6b50
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2021 the original author or authors.
* Copyright 2012-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -29,7 +29,7 @@
class TomcatDeploymentTests extends AbstractDeploymentTests {

@Container
static WarDeploymentContainer container = new WarDeploymentContainer("tomcat:10.0.13-jdk17-openjdk",
static WarDeploymentContainer container = new WarDeploymentContainer("tomcat:10.1.15-jdk17",
"/usr/local/tomcat/webapps", DEFAULT_PORT);

@Override
Expand Down

0 comments on commit dfe6b50

Please sign in to comment.