Skip to content

Commit

Permalink
Tomcat 10.0.27, uship 1.0.15 and yupiik logging 1.0.6 upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed Nov 4, 2022
1 parent 96d9dbe commit 7e38aeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
<url>https://www.yupiik.com/</url>

<properties>
<junit5.version>5.9.0</junit5.version>
<junit5.version>5.9.1</junit5.version>
<owb.version>2.0.27</owb.version>
<uship.version>1.0.8</uship.version>
<yupiik-logging.version>1.0.5</yupiik-logging.version>
<uship.version>1.0.15</uship.version>
<yupiik-logging.version>1.0.6</yupiik-logging.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion yupiik-batch-ui/yupiik-batch-ui-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
<version>10.0.20</version>
<version>10.0.27</version>
</dependency>

<!-- we will bundle the front in the server to simplify the deployment -->
Expand Down

0 comments on commit 7e38aeb

Please sign in to comment.