Skip to content

Commit

Permalink
chore: Updates jicoco.
Browse files Browse the repository at this point in the history
A reconnect fix on startup a race may lead to keep trying to  reconnect filling up the logs with:
WARNING: [25] [hostname=localhost id=shard] MucClient.lambda$getConnectAndLoginCallable$9#693: Error connecting:
org.jivesoftware.smack.SmackException$AlreadyConnectedException: Client is already connected
  • Loading branch information
damencho committed Dec 12, 2024
1 parent 3a396dd commit 80c4969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<kotest.version>5.9.1</kotest.version>
<junit.version>5.10.2</junit.version>
<jitsi.utils.version>1.0-133-g6af1020</jitsi.utils.version>
<jicoco.version>1.1-150-g57913c0</jicoco.version>
<jicoco.version>1.1-151-g63a0655</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>
Expand Down

0 comments on commit 80c4969

Please sign in to comment.