We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e4dbb commit 6fe3dbfCopy full SHA for 6fe3dbf
modules/owb/pom.xml
@@ -37,7 +37,7 @@
37
<jakarta-interceptor.version>2.1.0</jakarta-interceptor.version>
38
<jakarta-enterprise-cdi.version>4.0.1</jakarta-enterprise-cdi.version>
39
<jakarta-annotation-api.version>2.1.1</jakarta-annotation-api.version>
40
- <tomcat.version>11.0.0-M17</tomcat.version>
+ <tomcat.version>11.0.0-M18</tomcat.version>
41
</properties>
42
43
<dependencies>
@@ -98,7 +98,7 @@
98
<groupId>org.apache.maven.plugins</groupId>
99
<artifactId>maven-compiler-plugin</artifactId>
100
<configuration>
101
- <release>21</release>
+ <release>17</release>
102
</configuration>
103
</plugin>
104
<plugin>
0 commit comments