Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stevespringett committed Aug 19, 2021
1 parent bc31896 commit 9b9f30f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Maven Usage
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</plugin>
</plugins>
```
Expand All @@ -36,7 +36,7 @@ Default Values
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-core-java</artifactId>
<version>5.0.2</version>
<version>5.0.3</version>
</dependency>
<!-- This is already a dependency of CycloneDX Java Core, but due to some Maven configurations,
an older version may be resolved instead which may lead to sha3 methods not being available. -->
Expand Down

0 comments on commit 9b9f30f

Please sign in to comment.