Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit bfcaced

Browse files
build(deps): bump modeling-core from 3.0.0 to 3.1.0 in /api-editor (#928)
Bumps [modeling-core](https://github.com/lars-reimann/modeling) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/lars-reimann/modeling/releases) - [Commits](lars-reimann/modeling@v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: com.larsreimann:modeling-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa9aa50 commit bfcaced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-editor/backend/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
implementation("io.ktor:ktor-serialization-kotlinx-json:$ktorVersion")
4141
implementation("io.ktor:ktor-server:$ktorVersion")
4242
implementation("io.ktor:ktor-server-netty:$ktorVersion")
43-
implementation("com.larsreimann:modeling-core:3.0.0")
43+
implementation("com.larsreimann:modeling-core:3.1.0")
4444
implementation("com.larsreimann.safe-ds:safe-ds-core:1.0.0")
4545

4646
// Required, otherwise serializeToFormattedString does not compile

0 commit comments

Comments
 (0)