Skip to content

Commit d83328f

Browse files
authored
Clean up dependencies and update versions
Removed unused dependencies and updated versions for httpclient and httpcore.
1 parent f364af1 commit d83328f

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

dockerfile-image-update/pom.xml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@
6969

7070

7171
<dependencies>
72-
<dependency>
73-
<groupId>org.json</groupId>
74-
<artifactId>json</artifactId>
75-
<version>20240205</version>
76-
</dependency>
7772
<dependency>
7873
<groupId>org.slf4j</groupId>
7974
<artifactId>slf4j-simple</artifactId>
@@ -100,12 +95,6 @@
10095
<artifactId>argparse4j</artifactId>
10196
<version>0.9.0</version>
10297
</dependency>
103-
<dependency>
104-
<groupId>org.mockito</groupId>
105-
<artifactId>mockito-core</artifactId>
106-
<version>4.11.0</version>
107-
<scope>test</scope>
108-
</dependency>
10998
<dependency>
11099
<groupId>org.assertj</groupId>
111100
<artifactId>assertj-core</artifactId>
@@ -117,11 +106,6 @@
117106
<artifactId>gson</artifactId>
118107
<version>2.9.0</version>
119108
</dependency>
120-
<dependency>
121-
<groupId>org.apache.commons</groupId>
122-
<artifactId>commons-lang3</artifactId>
123-
<version>3.12.0</version>
124-
</dependency>
125109
<dependency>
126110
<groupId>org.kohsuke</groupId>
127111
<artifactId>github-api</artifactId>
@@ -182,12 +166,12 @@
182166
<dependency>
183167
<groupId>org.apache.httpcomponents</groupId>
184168
<artifactId>httpclient</artifactId>
185-
<version>4.5.3</version>
169+
<version>4.5.13</version>
186170
</dependency>
187171
<dependency>
188172
<groupId>org.apache.httpcomponents</groupId>
189173
<artifactId>httpcore</artifactId>
190-
<version>4.4.6</version>
174+
<version>4.4.15</version>
191175
</dependency>
192176
<dependency>
193177
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)