Skip to content

Commit

Permalink
Fix jetty versions (#2186)
Browse files Browse the repository at this point in the history
* chore: Update jicoco.

* fix(#2184): Revert "chore(deps): Bump jersey.version from 3.0.10 to 3.1.7 (#2145)"

Fixes issues with mismatched jetty versions reported in #2184

This reverts commit a14d491.
  • Loading branch information
bgrozev authored Jul 9, 2024
1 parent b67f0c0 commit 448da46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
<kotest.version>5.9.1</kotest.version>
<junit.version>5.10.2</junit.version>
<jitsi.utils.version>1.0-132-g83984af</jitsi.utils.version>
<jicoco.version>1.1-140-g8f45a9f</jicoco.version>
<jicoco.version>1.1-141-g30ec741</jicoco.version>
<mockk.version>1.13.11</mockk.version>
<ktlint-maven-plugin.version>3.2.0</ktlint-maven-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<spotbugs.version>4.6.0</spotbugs.version>
<jersey.version>3.1.7</jersey.version>
<jackson.version>2.17.1</jackson.version>
<bouncycastle.version>1.78.1</bouncycastle.version>
<jersey.version>3.0.10</jersey.version>
<prometheus.version>0.16.0</prometheus.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down

0 comments on commit 448da46

Please sign in to comment.