Skip to content

Commit 7e311fb

Browse files
Bump io.dropwizard:dropwizard-testing from 4.0.7 to 4.0.15
Bumps io.dropwizard:dropwizard-testing from 4.0.7 to 4.0.15. --- updated-dependencies: - dependency-name: io.dropwizard:dropwizard-testing dependency-version: 4.0.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 90f2ae4 commit 7e311fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ dependencies {
9696
implementation("com.sun.mail:jakarta.mail:2.0.2")
9797
implementation("com.sun.xml.bind:jaxb-core:4.0.5")
9898
implementation("com.sun.xml.bind:jaxb-impl:4.0.5")
99-
implementation("io.dropwizard:dropwizard-auth:4.0.7")
100-
implementation("io.dropwizard:dropwizard-core:4.0.7")
101-
implementation("io.dropwizard:dropwizard-jdbi3:4.0.7")
99+
implementation("io.dropwizard:dropwizard-auth:4.0.15")
100+
implementation("io.dropwizard:dropwizard-core:4.0.15")
101+
implementation("io.dropwizard:dropwizard-jdbi3:4.0.15")
102102
implementation("io.github.openfeign:feign-core:13.6")
103103
implementation("io.github.openfeign:feign-gson:13.6")
104104
implementation("javax.activation:activation:1.1.1")
@@ -117,7 +117,7 @@ dependencies {
117117
testImplementation("com.github.database-rider:rider-junit5:1.43.0")
118118
testImplementation("com.github.npathai:hamcrest-optional:2.0.0")
119119
testImplementation("com.sun.mail:jakarta.mail:2.0.2")
120-
testImplementation("io.dropwizard:dropwizard-testing:4.0.7")
120+
testImplementation("io.dropwizard:dropwizard-testing:4.0.15")
121121
testImplementation("org.awaitility:awaitility:4.3.0")
122122
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4")
123123
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.4")

0 commit comments

Comments
 (0)