File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1818 <dependency >
1919 <groupId >ch.qos.logback</groupId >
2020 <artifactId >logback-classic</artifactId >
21- <version >1.5.18 </version >
21+ <version >1.5.21 </version >
2222 <scope >provided</scope >
2323 <optional >true</optional >
2424 </dependency >
4040 <dependency >
4141 <groupId >org.apache.httpcomponents.client5</groupId >
4242 <artifactId >httpclient5</artifactId >
43- <version >5.5</version >
43+ <version >5.5.1 </version >
4444 </dependency >
4545 <dependency >
4646 <groupId >jakarta.annotation</groupId >
5151 <dependency >
5252 <groupId >com.google.guava</groupId >
5353 <artifactId >guava</artifactId >
54- <version >33.4.8 -jre</version >
54+ <version >33.5.0 -jre</version >
5555 </dependency >
5656 <dependency >
5757 <groupId >io.leonard</groupId >
Original file line number Diff line number Diff line change 2727 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2828 <maven .compiler.source>17</maven .compiler.source>
2929 <maven .compiler.target>17</maven .compiler.target>
30- <junit .version>5.13.4 </junit .version>
31- <jackson .version>2.19.2 </jackson .version>
30+ <junit .version>5.14.1 </junit .version>
31+ <jackson .version>2.20.1 </jackson .version>
3232 </properties >
3333 <licenses >
3434 <license >
6464 <dependency >
6565 <groupId >com.google.truth</groupId >
6666 <artifactId >truth</artifactId >
67- <version >1.4.4 </version >
67+ <version >1.4.5 </version >
6868 <scope >test</scope >
6969 </dependency >
7070 </dependencies >
103103 <plugin >
104104 <groupId >org.apache.maven.plugins</groupId >
105105 <artifactId >maven-surefire-plugin</artifactId >
106- <version >3.5.3 </version >
106+ <version >3.5.4 </version >
107107 </plugin >
108108 <plugin >
109109 <groupId >org.apache.maven.plugins</groupId >
130130 <plugin >
131131 <groupId >org.apache.maven.plugins</groupId >
132132 <artifactId >maven-javadoc-plugin</artifactId >
133- <version >3.11.2 </version >
133+ <version >3.12.0 </version >
134134 <configuration >
135135 <doclint >none</doclint >
136136 </configuration >
You can’t perform that action at this time.
0 commit comments