Skip to content

Commit

Permalink
Update Java dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Mar 26, 2023
1 parent 47f5b72 commit 1254617
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
<artifactId>kroki-server</artifactId>

<properties>
<logback.version>1.4.5</logback.version>
<vertx.version>4.3.7</vertx.version>
<logback.version>1.4.6</logback.version>
<vertx.version>4.4.0</vertx.version>
<junit.jupiter.version>5.9.2</junit.jupiter.version>
<assertj-core.version>3.24.2</assertj-core.version>
<mockito-core.version>4.11.0</mockito-core.version>
<plantuml.version>1.2022.14</plantuml.version>
<ditaa-mini.version>1.0.3</ditaa-mini.version>
<slf4j-api.version>2.0.6</slf4j-api.version>
<slf4j-api.version>2.0.7</slf4j-api.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<owasp-html-sanitizer.version>20220608.1</owasp-html-sanitizer.version>
Expand Down

0 comments on commit 1254617

Please sign in to comment.