Skip to content

Commit

Permalink
Merge pull request #39 from xenit-eu/dependabot/gradle/net.javacrumbs…
Browse files Browse the repository at this point in the history
….json-unit-json-unit-assertj-2.34.0

Bump json-unit-assertj from 2.33.0 to 2.34.0
  • Loading branch information
tgeens authored Apr 19, 2022
2 parents 6665def + b427115 commit 803a6e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion thunx-encoding-json/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {

testImplementation 'org.assertj:assertj-core'
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testImplementation 'net.javacrumbs.json-unit:json-unit-assertj:2.33.0'
testImplementation 'net.javacrumbs.json-unit:json-unit-assertj:2.34.0'

testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
}
Expand Down
2 changes: 1 addition & 1 deletion thunx-spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
testImplementation 'jakarta.persistence:jakarta.persistence-api'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'io.projectreactor:reactor-test'
testImplementation 'net.javacrumbs.json-unit:json-unit-assertj:2.33.0'
testImplementation 'net.javacrumbs.json-unit:json-unit-assertj:2.34.0'


testImplementation 'org.springframework.security:spring-security-oauth2-core'
Expand Down

0 comments on commit 803a6e8

Please sign in to comment.