Skip to content

Commit

Permalink
Changed latest to v1.6
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Springett <[email protected]>
  • Loading branch information
stevespringett committed May 14, 2024
1 parent 43630f1 commit 29d12e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/cyclonedx/CycloneDxSchema.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ public abstract class CycloneDxSchema

public static final String NS_DEPENDENCY_GRAPH_10 = "http://cyclonedx.org/schema/ext/dependency-graph/1.0";

public static final String NS_BOM_LATEST = NS_BOM_15;
public static final String NS_BOM_LATEST = NS_BOM_16;

public static final Version VERSION_LATEST = Version.VERSION_15;
public static final Version VERSION_LATEST = Version.VERSION_16;

public static final List<Version> ALL_VERSIONS = Arrays.asList(Version.values());

Expand Down

0 comments on commit 29d12e2

Please sign in to comment.