Skip to content

Commit

Permalink
Adjusted tomcat version to be compatible with spring boot 2.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakky54 committed Feb 20, 2024
1 parent ffd1c5d commit d1f66aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions instant-ssl-reloading-with-spring-tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${version.slf4j-simple}</version>
</dependency>
<dependency>
<groupId>io.github.hakky54</groupId>
<artifactId>sslcontext-kickstart</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<version.sslcontext-kickstart>8.3.1</version.sslcontext-kickstart>
<version.logcaptor>2.9.0</version.logcaptor>
<version.spring>2.7.5</version.spring>
<version-tomcat>10.1.19</version-tomcat>
<version-tomcat>9.0.86</version-tomcat>
<version.aspectweaver>1.9.9.1</version.aspectweaver>
<version.jackson>2.14.1</version.jackson>
<version.slf4j>2.0.6</version.slf4j>
Expand Down

0 comments on commit d1f66aa

Please sign in to comment.