Skip to content

Commit 24b5fc2

Browse files
Bump the update-dependencies group with 5 updates
Bumps the update-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [io.ktor:ktor-server-core](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` | | [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` | | [io.ktor:ktor-server-test-host](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` | | [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.0` | `1.5.3` | | [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.9` | `1.13.10` | | [io.ktor:ktor-server-test-host](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` | Updates `io.ktor:ktor-server-core` from 2.3.8 to 2.3.9 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.8...2.3.9) Updates `io.ktor:ktor-server-netty` from 2.3.8 to 2.3.9 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.8...2.3.9) Updates `io.ktor:ktor-server-test-host` from 2.3.8 to 2.3.9 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.8...2.3.9) Updates `io.ktor:ktor-server-netty` from 2.3.8 to 2.3.9 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.8...2.3.9) Updates `ch.qos.logback:logback-classic` from 1.5.0 to 1.5.3 - [Commits](qos-ch/logback@v_1.5.0...v_1.5.3) Updates `io.mockk:mockk` from 1.13.9 to 1.13.10 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.13.9...1.13.10) Updates `io.ktor:ktor-server-test-host` from 2.3.8 to 2.3.9 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md) - [Commits](ktorio/ktor@2.3.8...2.3.9) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: update-dependencies - dependency-name: io.ktor:ktor-server-netty dependency-type: direct:production update-type: version-update:semver-patch dependency-group: update-dependencies - dependency-name: io.ktor:ktor-server-test-host dependency-type: direct:production update-type: version-update:semver-patch dependency-group: update-dependencies - dependency-name: io.ktor:ktor-server-netty dependency-type: direct:production update-type: version-update:semver-patch dependency-group: update-dependencies - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: update-dependencies - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: update-dependencies - dependency-name: io.ktor:ktor-server-test-host dependency-type: direct:production update-type: version-update:semver-patch dependency-group: update-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 90f42b0 commit 24b5fc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
group = "no.nav.syfo"
22
version = "1.0.0"
33

4-
val ktorVersion="2.3.8"
5-
val logbackVersion="1.5.0"
4+
val ktorVersion="2.3.9"
5+
val logbackVersion="1.5.3"
66
val logstashencoderVersion="7.4"
77
val prometheusVersion="0.16.0"
88
val junitjupiterVersion="5.10.2"
@@ -12,7 +12,7 @@ val postgresVersion="42.7.2"
1212
val flywayVersion="10.8.1"
1313
val hikariVersion="5.1.0"
1414
val testcontainerVersion="1.19.6"
15-
val mockkVersion="1.13.9"
15+
val mockkVersion="1.13.10"
1616
val kotlinVersion="1.9.22"
1717
val googlecloudstorageVersion="2.34.0"
1818
val ktfmtVersion="0.44"

0 commit comments

Comments
 (0)