Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump org.beryx.jlink from 3.0.1 to 3.1.1 #141

Merged
merged 7 commits into from
Nov 27, 2024
Prev Previous commit
Next Next commit
chore(deps): bump org.xerial:sqlite-jdbc from 3.46.1.3 to 3.47.0.0 (#139
)
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
commit ea08b31f3dede43c13f739f76d4c5a032a9e5194
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jackson = "2.17.0"
[libraries]
logback = { group = "ch.qos.logback", name = "logback-classic", version = "1.5.12" }
guava = { group = "com.google.guava", name = "guava", version = "33.3.1-jre" }
sqlite-jdbc = { group = "org.xerial", name = "sqlite-jdbc", version = "3.46.1.3" }
sqlite-jdbc = { group = "org.xerial", name = "sqlite-jdbc", version = "3.47.0.0" }
lombok = { group = "org.projectlombok", name = "lombok", version.ref = "lombok" }
jakarta-annotation = { group = "jakarta.annotation", name = "jakarta.annotation-api", version.ref = "jakarta" }
jintelitype = { group = "com.melloware", name = "jintellitype", version = "1.4.1" }
Expand Down