Skip to content

Commit

Permalink
fix(Deps): updated Apache Ivy to 2.5.2 to fix security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilles Grousset committed May 16, 2024
1 parent 426cc38 commit 861b7b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@

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

## 0.5.0

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
<dependency>
<groupId>org.apache.ivy</groupId>
<artifactId>ivy</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 861b7b5

Please sign in to comment.