Skip to content

Releases: snyk/snyk-gradle-plugin

v4.0.1

30 Nov 11:39
1596027
Compare
Choose a tag to compare

4.0.1 (2023-11-30)

Bug Fixes

v4.0.0

18 Nov 18:08
0305fef
Compare
Choose a tag to compare

4.0.0 (2023-11-18)

Bug Fixes

  • cache sdkman to avoid all the temp unavailable errors (6f4d956)
  • one depgraph had multiple changes, also on circleci (f9f59f5)
  • updated dep graph fixture (c21d58c)
  • updating tests (5747284)

Features

  • changing the way we name package dependency roots (3edf270)

BREAKING CHANGES

  • This major version bump is mostly cautionary, as existing consumers of this plugin ought not to encounter errors. However, it is a change in how the makeup of the dependency graph works, and therefore could be argued to require this version bump. Thus we err on the side of caution.

v3.27.0

19 Jun 09:47
687dd71
Compare
Choose a tag to compare

3.27.0 (2023-06-19)

Features

v3.26.4

28 Apr 08:57
eefa133
Compare
Choose a tag to compare

3.26.4 (2023-04-28)

Bug Fixes

  • transitives when using gradle-normalize-deps (3e32407)

v3.26.3

28 Mar 16:53
60feee5
Compare
Choose a tag to compare

3.26.3 (2023-03-28)

Bug Fixes

  • bug in the CLI where envVars were not being restored correctly [HEAD-218] (#257) (60feee5)

v3.26.2

28 Mar 12:36
efa6ec9
Compare
Choose a tag to compare

3.26.2 (2023-03-28)

Bug Fixes

v3.26.1

22 Mar 14:39
523a1f9
Compare
Choose a tag to compare

3.26.1 (2023-03-22)

Bug Fixes

  • prevent Snyk gradle tasks to be executed twice when another (bd3650f)

v3.26.0

13 Feb 09:12
73f5458
Compare
Choose a tag to compare

3.26.0 (2023-02-13)

Features

  • allow gradle daemon on unix (132b8e2)

v3.25.2

13 Jan 11:08
6758a55
Compare
Choose a tag to compare

3.25.2 (2023-01-13)

Bug Fixes

  • return artifactId sha1 combination from package info as fallback (fcc7dcc)

v3.25.1

05 Jan 15:11
74d57df
Compare
Choose a tag to compare

3.25.1 (2023-01-05)

Reverts

  • Revert "chore: add gradle.properties for all fixtures, disable daemon (#246)" (85d4482), closes #246