Skip to content

Commit 861b7b5

Browse files
author
Gilles Grousset
committed
fix(Deps): updated Apache Ivy to 2.5.2 to fix security issue
1 parent 426cc38 commit 861b7b5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818

1919
- [#177](https://github.com/insideapp-oss/sonar-flutter/issues/177) analyzer execution fails when errors detected.
2020
- [#212](https://github.com/insideapp-oss/sonar-flutter/issues/212) source file not indexed with SonarQube 10.4+
21-
-
21+
- [PR #201](https://github.com/insideapp-oss/sonar-flutter/pull/201) bump snakeyaml and jackson-databind to latest versions
22+
- Updated Apache Ivy to 2.5.2
2223

2324
## 0.5.0
2425

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
<dependency>
265265
<groupId>org.apache.ivy</groupId>
266266
<artifactId>ivy</artifactId>
267-
<version>2.5.1</version>
267+
<version>2.5.2</version>
268268
</dependency>
269269
</dependencies>
270270
</plugin>

0 commit comments

Comments
 (0)