Skip to content

Commit

Permalink
Merge pull request #392 from xvik/dependabot/gradle/org.objenesis-obj…
Browse files Browse the repository at this point in the history
…enesis-3.4

Bump org.objenesis:objenesis from 3.3 to 3.4
  • Loading branch information
xvik authored May 7, 2024
2 parents 7a6b129 + bc54598 commit 8135c83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dropwizard-guicey/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
testImplementation 'org.junit.platform:junit-platform-testkit'
testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.1.6'
testImplementation 'com.google.truth:truth:1.4.2'
testImplementation 'org.objenesis:objenesis:3.3'
testImplementation 'org.objenesis:objenesis:3.4'

// required for pure junit 5 tests
testRuntimeOnly 'org.junit.jupiter:junit-jupiter'
Expand Down
2 changes: 1 addition & 1 deletion guicey-spa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dependencies {
implementation 'io.dropwizard:dropwizard-assets'

testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.1.6'
testImplementation 'org.objenesis:objenesis:3.3'
testImplementation 'org.objenesis:objenesis:3.4'
}

0 comments on commit 8135c83

Please sign in to comment.