Skip to content

Commit

Permalink
fix(deps): update jasper to v11.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent 4bd2c9f commit 7db1865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<maven.project.info.reports.plugin.version>3.8.0</maven.project.info.reports.plugin.version>
<maven.version>3.9.9</maven.version>
<java.compilation.level>11</java.compilation.level>
<tomcat.version>11.0.1</tomcat.version>
<tomcat.version>11.0.2</tomcat.version>
<maven.compiler.source>${java.compilation.level}</maven.compiler.source>
<maven.compiler.target>${java.compilation.level}</maven.compiler.target>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion src/it/project_multimodule_with space/moduleB/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jsp-api</artifactId>
<version>11.0.1</version>
<version>11.0.2</version>
</dependency>
</dependencies>
</project>

0 comments on commit 7db1865

Please sign in to comment.