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 50
50
<http-components .version>5.2.1</http-components .version>
51
51
52
52
<!-- Jackson version -->
53
- <jackson .version>2.14.1 </jackson .version>
53
+ <jackson .version>2.14.2 </jackson .version>
54
54
55
55
<!-- 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>
57
57
58
58
<!-- Specify which Checkstyle ruleset to use -->
59
59
<checkstyle .ruleset>build/checkstyle-v1.5.xml</checkstyle .ruleset>
131
131
<scope >test</scope >
132
132
</dependency >
133
133
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
-
142
134
<!-- Logging in tests -->
143
135
<dependency >
144
136
<groupId >org.apache.logging.log4j</groupId >
You can’t perform that action at this time.
0 commit comments