Skip to content

Commit

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

---
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 23, 2023
1 parent be50d58 commit 93650a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion your-finance-jwt-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>org.eclipse.parsson</groupId>
<artifactId>jakarta.json</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion your-finance-k-jwt-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<kotlin.version>1.9.10</kotlin.version>
<kotlin.code.style>official</kotlin.code.style>
<junit.version>4.13.1</junit.version>
<jakarta.json.version>1.1.4</jakarta.json.version>
<jakarta.json.version>1.1.5</jakarta.json.version>
<nimbus-jose-jwt.version>9.37</nimbus-jose-jwt.version>
<json-smart.version>2.5.0</json-smart.version>
<microprofile-jwt-auth-api.version>2.1</microprofile-jwt-auth-api.version>
Expand Down

0 comments on commit 93650a2

Please sign in to comment.