We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e6ff3 commit e9a64e1Copy full SHA for e9a64e1
pom.xml
@@ -6,7 +6,7 @@
6
<name>tomcat server module</name>
7
<groupId>org.tinystruct</groupId>
8
<artifactId>tinystruct-tomcat-server</artifactId>
9
- <version>1.0.1</version>
+ <version>1.0.2</version>
10
<description>A tinystruct-based module to enable tomcat server support.</description>
11
<url>https://tinystruct.org</url>
12
<licenses>
@@ -32,7 +32,7 @@
32
<maven.compiler.target>17</maven.compiler.target>
33
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
34
<tomcat.embed.version>11.0.11</tomcat.embed.version>
35
- <tinystruct.version>1.7.8</tinystruct.version>
+ <tinystruct.version>1.7.9</tinystruct.version>
36
</properties>
37
<dependencies>
38
<dependency>
0 commit comments