From 64bf8f2241bc054553939b46f8e5ef3de5bb5459 Mon Sep 17 00:00:00 2001 From: Charlie Midtlyng Date: Mon, 24 Jun 2024 14:38:24 +0200 Subject: [PATCH 1/8] =?UTF-8?q?Trenger=20ikke=20=C3=A5=20logge=204XX-feil?= =?UTF-8?q?=20som=20warning=20-=20dette=20er=20oftest=20brukerfei=E2=80=A6?= =?UTF-8?q?=20(#821)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/no/nav/familie/log/filter/RequestTimeFilter.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log/src/main/java/no/nav/familie/log/filter/RequestTimeFilter.kt b/log/src/main/java/no/nav/familie/log/filter/RequestTimeFilter.kt index 12a46127..d2b5632b 100644 --- a/log/src/main/java/no/nav/familie/log/filter/RequestTimeFilter.kt +++ b/log/src/main/java/no/nav/familie/log/filter/RequestTimeFilter.kt @@ -36,7 +36,7 @@ open class RequestTimeFilter : Filter { code: Int, timer: StopWatch, ) { - if (HttpStatus.valueOf(code).isError) { + if (HttpStatus.valueOf(code).is5xxServerError) { LOG.warn("{} - {} - ({}). Dette tok {}ms", request.method, request.requestURI, code, timer.totalTimeMillis) } else { if (!shouldNotFilter(request.requestURI)) { From 77377891ca3405f0dc43a292b2f2d6e5a6bd3ea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:19:53 +0200 Subject: [PATCH 2/8] Bump com.pinterest.ktlint:ktlint-cli from 1.2.1 to 1.3.1 (#824) Bumps [com.pinterest.ktlint:ktlint-cli](https://github.com/pinterest/ktlint) from 1.2.1 to 1.3.1. - [Release notes](https://github.com/pinterest/ktlint/releases) - [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/pinterest/ktlint/compare/1.2.1...1.3.1) --- updated-dependencies: - dependency-name: com.pinterest.ktlint:ktlint-cli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 932cf682..9027a35e 100644 --- a/pom.xml +++ b/pom.xml @@ -318,7 +318,7 @@ com.pinterest.ktlint ktlint-cli - 1.2.1 + 1.3.1 From 5359a0b27020e41692aa18a6042fdb14cbd2fe1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:20:23 +0200 Subject: [PATCH 3/8] Bump org.wiremock:wiremock-standalone from 3.5.4 to 3.8.0 (#823) Bumps [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) from 3.5.4 to 3.8.0. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/3.5.4...3.8.0) --- updated-dependencies: - dependency-name: org.wiremock:wiremock-standalone dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9027a35e..4af1f090 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 1.9.24 1.13.10 4.1.5 - 3.5.4 + 3.8.0 From 6a61d1b161b870086e6cad264f0d84acae5e981b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:20:44 +0200 Subject: [PATCH 4/8] Bump io.kotest:kotest-runner-junit5-jvm from 5.9.0 to 5.9.1 (#815) Bumps [io.kotest:kotest-runner-junit5-jvm](https://github.com/kotest/kotest) from 5.9.0 to 5.9.1. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.9.0...v5.9.1) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit5-jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4af1f090..2148f3c1 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ UTF-8 3.0_20240514121145_5e689cc - 5.9.0 + 5.9.1 1.9.24 1.13.10 4.1.5 From 7f8d4302ecc9d7741608224263eb48befe0e2c8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 08:34:08 +0000 Subject: [PATCH 5/8] Bump kotlin.version from 1.9.24 to 2.0.0 (#810) Bumps `kotlin.version` from 1.9.24 to 2.0.0. Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.24 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.0.0) Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.9.24 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.0.0) Updates `org.jetbrains.kotlin:kotlin-test-junit5` from 1.9.24 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.0.0) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.24 to 2.0.0 Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 1.9.24 to 2.0.0 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.jetbrains.kotlin:kotlin-test-junit5 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Trondl <56258085+throndi@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2148f3c1..f85b9143 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 3.0_20240514121145_5e689cc 5.9.1 - 1.9.24 + 2.0.0 1.13.10 4.1.5 3.8.0 From d8636cd79e6a80a34a5ff013b8129615eae98709 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:38:52 +0200 Subject: [PATCH 6/8] Bump org.sonatype.plugins:nexus-staging-maven-plugin (#814) Bumps org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0. --- updated-dependencies: - dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f85b9143..6c4fcd23 100644 --- a/pom.xml +++ b/pom.xml @@ -212,7 +212,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.13 + 1.7.0 org.apache.maven.plugins From 759c98d071c4c754333554a98913ad8b35a8e78d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:48:54 +0200 Subject: [PATCH 7/8] Bump io.mockk:mockk-jvm from 1.13.10 to 1.13.11 (#809) Bumps [io.mockk:mockk-jvm](https://github.com/mockk/mockk) from 1.13.10 to 1.13.11. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.10...1.13.11) --- updated-dependencies: - dependency-name: io.mockk:mockk-jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Trondl <56258085+throndi@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6c4fcd23..050a6698 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ 3.0_20240514121145_5e689cc 5.9.1 2.0.0 - 1.13.10 + 1.13.11 4.1.5 3.8.0 From 48d2f0324be1b36132960dacd1ff88f2d1d42f56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:49:12 +0200 Subject: [PATCH 8/8] Bump com.nimbusds:oauth2-oidc-sdk from 11.10.1 to 11.13 (#822) Bumps [com.nimbusds:oauth2-oidc-sdk](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions) from 11.10.1 to 11.13. - [Changelog](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.13..11.10.1) --- updated-dependencies: - dependency-name: com.nimbusds:oauth2-oidc-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 050a6698..67e9a360 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,7 @@ com.nimbusds oauth2-oidc-sdk - 11.10.1 + 11.13