Skip to content

Commit

Permalink
Fix Dependabot Alerts (#27)
Browse files Browse the repository at this point in the history
* Update mqtt libary from 4.2.1 to 4.2.8
* Update sonarqube-scanner libary from 2.7.0 to 2.8.1
* Change simple switch statements for ifs
* Bump Revision
  • Loading branch information
tomhollingworth authored Jun 29, 2021
1 parent 26f86d1 commit 82ffc66
Show file tree
Hide file tree
Showing 7 changed files with 157 additions and 297 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.authors="[email protected]"
LABEL org.opencontainers.image.source="https://github.com/Spruik/PackML-MQTT-Simulator"
LABEL org.opencontainers.image.url="https://spruiktec.com/"
LABEL org.opencontainers.image.vendor="Spruik Technologies LLC"
LABEL org.opencontainers.image.version="2.0.1"
LABEL org.opencontainers.image.version="2.0.2"

WORKDIR /machine

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,12 @@ For any issue, there are fundamentally three ways an individual can contribute:

## Changelog

- 2.0.2
- Update mqtt libary from 4.2.1 to 4.2.8
- Update sonarqube-scanner libary from 2.7.0 to 2.8.1
- Change simple switch statements for ifs
- Bump Revision

- 2.0.1
- Removed unsupported device commands
- Update Readme
Expand Down
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: packml-sim
description: PackML Machine Simulator
type: application
version: 0.0.2
appVersion: 2.0.1
appVersion: 2.0.2
Loading

0 comments on commit 82ffc66

Please sign in to comment.