We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426cc38 commit 861b7b5Copy full SHA for 861b7b5
CHANGELOG.md
@@ -18,7 +18,8 @@
18
19
- [#177](https://github.com/insideapp-oss/sonar-flutter/issues/177) analyzer execution fails when errors detected.
20
- [#212](https://github.com/insideapp-oss/sonar-flutter/issues/212) source file not indexed with SonarQube 10.4+
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
23
24
## 0.5.0
25
pom.xml
@@ -264,7 +264,7 @@
264
<dependency>
265
<groupId>org.apache.ivy</groupId>
266
<artifactId>ivy</artifactId>
267
- <version>2.5.1</version>
+ <version>2.5.2</version>
268
</dependency>
269
</dependencies>
270
</plugin>
0 commit comments