Skip to content

Commit

Permalink
Update dependencies (#88)
Browse files Browse the repository at this point in the history
* Update dependencies

Signed-off-by: Nicolas Rol <[email protected]>

* Update protobuf

Signed-off-by: Nicolas Rol <[email protected]>

---------

Signed-off-by: Nicolas Rol <[email protected]>
  • Loading branch information
rolnico authored Dec 16, 2024
1 parent 53d3316 commit 5080e0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@
<java.version>17</java.version>

<commonsexec.version>1.4.0</commonsexec.version>
<jsch.version>0.2.18</jsch.version>
<jsch.version>0.2.21</jsch.version>
<jsch.extension.version>0.1.11</jsch.extension.version>
<jsch.nio.version>1.0.14</jsch.nio.version>
<junit-jupiter.version>5.10.2</junit-jupiter.version>
<logback.version>1.5.6</logback.version>
<junit-jupiter.version>5.11.3</junit-jupiter.version>
<logback.version>1.5.12</logback.version>
<mockito.version>5.12.0</mockito.version>
<protobuf.version>3.25.3</protobuf.version>
<protobuf.version>3.25.5</protobuf.version>

<sonar.coverage.jacoco.xmlReportPaths>
../distribution-hpc/target/site/jacoco-aggregate/jacoco.xml,
Expand Down

0 comments on commit 5080e0a

Please sign in to comment.