Skip to content

Commit 0c6c0a5

Browse files
SONARXML-233 Upgrade third party dependencies (#335)
1 parent f84fbd2 commit 0c6c0a5

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

its/plugin/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
<dependency>
5454
<groupId>com.google.code.gson</groupId>
5555
<artifactId>gson</artifactId>
56-
<version>2.8.9</version>
5756
<scope>test</scope>
5857
</dependency>
5958
<dependency>

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>org.slf4j</groupId>
9898
<artifactId>slf4j-api</artifactId>
99-
<version>1.7.30</version>
99+
<version>1.7.36</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>org.sonarsource.analyzer-commons</groupId>
@@ -147,32 +147,32 @@
147147
<dependency>
148148
<groupId>commons-io</groupId>
149149
<artifactId>commons-io</artifactId>
150-
<version>2.11.0</version>
150+
<version>2.18.0</version>
151151
<scope>test</scope>
152152
</dependency>
153153
<dependency>
154154
<groupId>org.assertj</groupId>
155155
<artifactId>assertj-core</artifactId>
156-
<version>3.21.0</version>
156+
<version>3.27.3</version>
157157
<scope>test</scope>
158158
</dependency>
159159
<dependency>
160160
<groupId>org.junit</groupId>
161161
<artifactId>junit-bom</artifactId>
162-
<version>5.8.1</version>
162+
<version>5.12.0</version>
163163
<type>pom</type>
164164
<scope>import</scope>
165165
</dependency>
166166
<dependency>
167167
<groupId>org.mockito</groupId>
168168
<artifactId>mockito-core</artifactId>
169-
<version>3.12.4</version>
169+
<version>5.15.2</version>
170170
<scope>test</scope>
171171
</dependency>
172172
<dependency>
173173
<groupId>com.google.code.gson</groupId>
174174
<artifactId>gson</artifactId>
175-
<version>2.11.0</version>
175+
<version>2.12.1</version>
176176
<scope>test</scope>
177177
</dependency>
178178
</dependencies>

0 commit comments

Comments
 (0)