Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielflower committed Mar 8, 2023
1 parent 3bc26aa commit 0ad307a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
17 changes: 12 additions & 5 deletions app-runner-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
<artifactId>app-runner-lib</artifactId>
<version>1.0-SNAPSHOT</version>

<properties>
<jsch.agentproxy.version>0.0.9</jsch.agentproxy.version>
<jetty.version>9.4.51.v20230217</jetty.version> <!-- Should be same or overwriting murp version's -->
<jgit.version>5.13.1.202206130422-r</jgit.version>
</properties>


<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -21,7 +28,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.11</version>
<version>1.4.5</version>
<scope>test</scope>
</dependency>

Expand All @@ -33,7 +40,7 @@
<dependency>
<groupId>io.muserver</groupId>
<artifactId>mu-server</artifactId>
<version>0.72.19</version>
<version>0.73.5</version>
</dependency>
<dependency>
<groupId>io.muserver</groupId>
Expand All @@ -43,7 +50,7 @@
<dependency>
<groupId>io.muserver</groupId>
<artifactId>mu-acme</artifactId>
<version>0.4.2</version>
<version>0.4.8</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand All @@ -68,7 +75,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>2.0.54.Final</version>
<version>2.0.59.Final</version>
<classifier>linux-x86_64</classifier>
<scope>runtime</scope>
</dependency>
Expand Down Expand Up @@ -134,7 +141,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20220924</version>
<version>20230227</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion app-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.11</version>
<version>1.4.5</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down
3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<github.global.server>github</github.global.server>
<jsch.agentproxy.version>0.0.9</jsch.agentproxy.version>
<jetty.version>9.4.48.v20220622</jetty.version> <!-- Should be same or overwriting murp version's -->
<jgit.version>5.13.0.202109080827-r</jgit.version>
</properties>

<prerequisites>
Expand Down

0 comments on commit 0ad307a

Please sign in to comment.