Skip to content

Commit b9bb8a8

Browse files
chore: prepare for release 2.13.3.
1 parent 7521f66 commit b9bb8a8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Dependency Analysis Plugin Changelog
22

3+
# Version 2.13.3
4+
* [Fix]: check java/main in addition to kotlin/main to find correct artifact folder
5+
* [Fix]: use projectPath, not identityPath, for included build coordinates.
6+
37
# Version 2.13.2
48
* [Fix]: detect usages of SAM interfaces.
59
* [Fix]: binaryClassAccesses uses sorted keys.

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ org.gradle.parallel=true
99
org.gradle.configuration-cache=true
1010
org.gradle.configuration-cache.parallel=true
1111

12-
VERSION=2.13.3-SNAPSHOT
12+
VERSION=2.13.3
1313

1414
dependency.analysis.print.build.health=true
1515

0 commit comments

Comments
 (0)