Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed Jul 30, 2022
1 parent eda13c0 commit 9a33cad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-finder-shaded</artifactId>
<version>4.20</version>
<version>4.21</version>
</dependency>
</dependencies>

Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<junit5.version>5.9.0</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>
</properties>

<modules>
Expand All @@ -57,7 +58,7 @@
<dependency>
<groupId>io.yupiik.logging</groupId>
<artifactId>yupiik-logging-jul</artifactId>
<version>1.0.4</version>
<version>${yupiik-logging.version}</version>
<classifier>jakarta</classifier>
<scope>runtime</scope>
</dependency>
Expand Down

0 comments on commit 9a33cad

Please sign in to comment.