Skip to content

Commit

Permalink
build(deps): bump com.electronwill.night-config:toml
Browse files Browse the repository at this point in the history
Bumps [com.electronwill.night-config:toml](https://github.com/TheElectronWill/night-config) from 3.7.2 to 3.8.1.
- [Release notes](https://github.com/TheElectronWill/night-config/releases)
- [Commits](TheElectronWill/night-config@v3.7.2...v3.8.1)

---
updated-dependencies:
- dependency-name: com.electronwill.night-config:toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent f00075e commit d24e398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverpackcreator-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-bom:2.1.0")
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.0")
implementation(files("${layout.buildDirectory.asFile.get()}/resources/main"))
api("com.electronwill.night-config:toml:3.7.2")
api("com.electronwill.night-config:toml:3.8.1")
api("com.fasterxml.jackson.core:jackson-databind:2.18.1")
api("net.lingala.zip4j:zip4j:2.11.5")
api("org.apache.logging.log4j:log4j-api-kotlin:1.5.0")
Expand Down

0 comments on commit d24e398

Please sign in to comment.