Skip to content

Commit 2e6118b

Browse files
Bump org.jdbi:jdbi3-core from 3.49.5 to 3.50.0
Bumps [org.jdbi:jdbi3-core](https://github.com/jdbi/jdbi) from 3.49.5 to 3.50.0. - [Release notes](https://github.com/jdbi/jdbi/releases) - [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md) - [Commits](jdbi/jdbi@v3.49.5...v3.50.0) --- updated-dependencies: - dependency-name: org.jdbi:jdbi3-core dependency-version: 3.50.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 26d5dd1 commit 2e6118b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ dependencies {
124124
implementation("javax.xml.bind:jaxb-api:2.3.1")
125125
implementation("org.apache.httpcomponents:httpclient:4.5.14")
126126
implementation("org.java-websocket:Java-WebSocket:1.6.0")
127-
implementation("org.jdbi:jdbi3-core:3.49.5")
128-
implementation("org.jdbi:jdbi3-sqlobject:3.49.5")
127+
implementation("org.jdbi:jdbi3-core:3.50.0")
128+
implementation("org.jdbi:jdbi3-sqlobject:3.50.0")
129129
implementation("org.snakeyaml:snakeyaml-engine:2.10")
130130
implementation("triplea:domain-data:$tripleaVersion")
131131
implementation("triplea:feign-common:$tripleaVersion")

0 commit comments

Comments
 (0)