Skip to content

Commit bad6e54

Browse files
committed
CM-4572: Updated vendor dependencies
1 parent cc548a0 commit bad6e54

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

comet-examples/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
<dependency>
6464
<groupId>ch.qos.logback</groupId>
6565
<artifactId>logback-classic</artifactId>
66-
<version>1.2.11</version>
66+
<!-- Keep fixed to 1.3.x until we decide to move to the Java version higher than Java8 -->
67+
<version>1.3.3</version>
6768
</dependency>
6869
</dependencies>
6970
<build>

comet-java-client/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>com.fasterxml.jackson.core</groupId>
6464
<artifactId>jackson-databind</artifactId>
65-
<version>2.13.3</version>
65+
<version>2.13.4</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>com.vdurmont</groupId>
@@ -77,12 +77,12 @@
7777
<dependency>
7878
<groupId>org.slf4j</groupId>
7979
<artifactId>slf4j-api</artifactId>
80-
<version>1.7.36</version>
80+
<version>2.0.3</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.slf4j</groupId>
8484
<artifactId>slf4j-simple</artifactId>
85-
<version>1.7.36</version>
85+
<version>2.0.3</version>
8686
</dependency>
8787

8888
<!-- tests -->
@@ -94,13 +94,13 @@
9494
<dependency>
9595
<groupId>org.mockito</groupId>
9696
<artifactId>mockito-inline</artifactId>
97-
<version>4.6.1</version>
97+
<version>4.8.0</version>
9898
<scope>test</scope>
9999
</dependency>
100100
<dependency>
101101
<groupId>com.github.tomakehurst</groupId>
102102
<artifactId>wiremock-jre8</artifactId>
103-
<version>2.33.2</version>
103+
<version>2.34.0</version>
104104
<scope>test</scope>
105105
</dependency>
106106
<dependency>

0 commit comments

Comments
 (0)