Skip to content

Commit

Permalink
build(deps): bump org.eclipse.parsson:parsson from 1.1.5 to 1.1.6 (#167)
Browse files Browse the repository at this point in the history
Bumps [org.eclipse.parsson:parsson](https://github.com/eclipse-ee4j/parsson) from 1.1.5 to 1.1.6.
- [Release notes](https://github.com/eclipse-ee4j/parsson/releases)
- [Commits](eclipse-ee4j/parsson@1.1.5...1.1.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 9, 2024
1 parent 91082ba commit 6dbfad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {

// this is the reference implementation of jakarta.json, a consumer of this
// library needs to bring their own version (probably this)
testImplementation 'org.eclipse.parsson:parsson:1.1.5'
testImplementation 'org.eclipse.parsson:parsson:1.1.6'
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation 'org.mockito:mockito-core:5.11.0'
Expand Down

0 comments on commit 6dbfad4

Please sign in to comment.