Skip to content

Commit 80184a4

Browse files
Bump the all-dependencies group across 1 directory with 3 updates
Bumps the all-dependencies group with 3 updates in the / directory: [no.nav.security:token-validation-spring](https://github.com/navikt/token-support), [net.logstash.logback:logstash-logback-encoder](https://github.com/logfellow/logstash-logback-encoder) and [io.mockk:mockk](https://github.com/mockk/mockk). Updates `no.nav.security:token-validation-spring` from 5.0.21 to 5.0.24 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.21...5.0.24) Updates `net.logstash.logback:logstash-logback-encoder` from 8.0 to 8.1 - [Release notes](https://github.com/logfellow/logstash-logback-encoder/releases) - [Commits](logfellow/logstash-logback-encoder@logstash-logback-encoder-8.0...logstash-logback-encoder-8.1) Updates `io.mockk:mockk` from 1.13.17 to 1.14.0 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.13.17...1.14.0) --- updated-dependencies: - dependency-name: no.nav.security:token-validation-spring dependency-version: 5.0.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: net.logstash.logback:logstash-logback-encoder dependency-version: '8.1' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: io.mockk:mockk dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1ec2ab9 commit 80184a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

3-
val mockkVersion = "1.13.17"
4-
val logstashVersion = "8.0"
3+
val mockkVersion = "1.14.0"
4+
val logstashVersion = "8.1"
55
val testContainersVersion = "1.20.6"
66
val springDocVersion = "2.8.6"
7-
val tokenValidationVersion = "5.0.21"
7+
val tokenValidationVersion = "5.0.24"
88
val kotlinVersion = "2.1.20"
99

1010
repositories {

0 commit comments

Comments
 (0)