Skip to content

Commit

Permalink
update to Tomcat 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wernerdaehn committed Jan 4, 2023
1 parent cc700a2 commit 5b93481
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.rtdi.bigdata.connector</groupId>
<artifactId>hanaconnector</artifactId>
<version>0.9.14</version>
<version>0.9.16</version>
<packaging>war</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<io.rtdi.bigdata.connector.version>0.10.19</io.rtdi.bigdata.connector.version>
<io.rtdi.bigdata.connector.version>0.10.20</io.rtdi.bigdata.connector.version>
</properties>
<build>
<finalName>${project.artifactId}</finalName>
Expand Down Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>5.0.0</version>
<version>6.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5b93481

Please sign in to comment.