Skip to content

Commit b6e3eb0

Browse files
committed
Upgrade to Tomcat 8.0.37
Closes gh-6930
1 parent 4d84c4a commit b6e3eb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/jdbc/TomcatDataSourceConfigurationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public void testDataSourceDefaultsPreserved() throws Exception {
123123
assertEquals(5000, ds.getTimeBetweenEvictionRunsMillis());
124124
assertEquals(60000, ds.getMinEvictableIdleTimeMillis());
125125
assertEquals(30000, ds.getMaxWait());
126-
assertEquals(30000L, ds.getValidationInterval());
126+
assertEquals(3000L, ds.getValidationInterval());
127127
}
128128

129129
@SuppressWarnings("unchecked")

spring-boot-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<thymeleaf-extras-conditionalcomments.version>2.1.2.RELEASE</thymeleaf-extras-conditionalcomments.version>
157157
<thymeleaf-layout-dialect.version>1.3.3</thymeleaf-layout-dialect.version>
158158
<thymeleaf-extras-data-attribute.version>1.3</thymeleaf-extras-data-attribute.version>
159-
<tomcat.version>8.0.36</tomcat.version>
159+
<tomcat.version>8.0.37</tomcat.version>
160160
<undertow.version>1.3.23.Final</undertow.version>
161161
<velocity.version>1.7</velocity.version>
162162
<velocity-tools.version>2.0</velocity-tools.version>

0 commit comments

Comments
 (0)