File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 -->
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 >
You can’t perform that action at this time.
0 commit comments