Skip to content

Commit

Permalink
chore(deps): bump org.jdbi:jdbi3-sqlobject from 3.8.2 to 3.45.2
Browse files Browse the repository at this point in the history
Bumps [org.jdbi:jdbi3-sqlobject](https://github.com/jdbi/jdbi) from 3.8.2 to 3.45.2.
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.8.2...v3.45.2)

---
updated-dependencies:
- dependency-name: org.jdbi:jdbi3-sqlobject
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent 8074354 commit 109b31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies {
implementation("dev.triumphteam:triumph-gui:3.1.10")
implementation("com.zaxxer:HikariCP:4.0.3")
implementation("org.jdbi:jdbi3-core:3.8.2")
implementation("org.jdbi:jdbi3-sqlobject:3.8.2")
implementation("org.jdbi:jdbi3-sqlobject:3.45.2")
implementation("org.mariadb.jdbc:mariadb-java-client:2.7.2")

compileOnly("org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT")
Expand Down

0 comments on commit 109b31e

Please sign in to comment.