File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 5050 <http-components .version>5.2.1</http-components .version>
5151
5252 <!-- Jackson version -->
53- <jackson .version>2.14.1 </jackson .version>
53+ <jackson .version>2.14.2 </jackson .version>
5454
5555 <!-- Define which version of junit you'll be running -->
56- <junit .version>5.9.1 </junit .version>
56+ <junit .version>5.9.2 </junit .version>
5757
5858 <!-- Specify which Checkstyle ruleset to use -->
5959 <checkstyle .ruleset>build/checkstyle-v1.5.xml</checkstyle .ruleset>
131131 <scope >test</scope >
132132 </dependency >
133133
134- <!-- Test Http/Https Client -->
135- <dependency >
136- <groupId >org.eclipse.jetty</groupId >
137- <artifactId >jetty-server</artifactId >
138- <version >9.4.49.v20220914</version >
139- <scope >test</scope >
140- </dependency >
141-
142134 <!-- Logging in tests -->
143135 <dependency >
144136 <groupId >org.apache.logging.log4j</groupId >
You can’t perform that action at this time.
0 commit comments