Skip to content

Commit

Permalink
feat: Updates jicoco and jetty.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Apr 11, 2024
1 parent 04ad08f commit ec479bc
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<smack.version>4.4.6</smack.version>
<jxmppVersion>1.0.3</jxmppVersion>
<!-- Match jicoco's jetty version. -->
<jicoco.version>1.1-133-g768ef2e</jicoco.version>
<jetty.version>11.0.14</jetty.version>
<jicoco.version>1.1-140-g8f45a9f</jicoco.version>
<jetty.version>11.0.20</jetty.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -270,16 +270,6 @@
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.15</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
</dependency>
<!-- org.jitsi runtime-->
<dependency>
<groupId>${jitsi-desktop.groupId}</groupId>
Expand Down

0 comments on commit ec479bc

Please sign in to comment.