Skip to content

Commit

Permalink
Bump org.eclipse.parsson:jakarta.json from 1.1.1 to 1.1.4
Browse files Browse the repository at this point in the history
Bumps org.eclipse.parsson:jakarta.json from 1.1.1 to 1.1.4.

---
updated-dependencies:
- dependency-name: org.eclipse.parsson:jakarta.json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 71ea85f commit 32c30ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion northbound/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>org.eclipse.parsson</groupId>
<artifactId>jakarta.json</artifactId>
<version>1.1.1</version>
<version>1.1.4</version>
</dependency>

<!-- Jakarta RS -->
Expand Down
2 changes: 1 addition & 1 deletion southbound/http/http-device-factory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>org.eclipse.parsson</groupId>
<artifactId>jakarta.json</artifactId>
<version>1.1.1</version>
<version>1.1.4</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion southbound/mqtt/mqtt-device-factory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<dependency>
<groupId>org.eclipse.parsson</groupId>
<artifactId>jakarta.json</artifactId>
<version>1.1.1</version>
<version>1.1.4</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 32c30ac

Please sign in to comment.