diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml deleted file mode 100644 index 7cdcd8b..0000000 --- a/.github/workflows/codeql.yaml +++ /dev/null @@ -1,22 +0,0 @@ -name: Code scanning (CodeQL) - -on: - pull_request: - types: [ready_for_review, opened, reopened, synchronize] - branches: - - main - push: - branches: - - main - schedule: - - cron: '0 2 * * *' - -jobs: - codeql: - name: Run codeql - uses: Informasjonsforvaltning/workflows/.github/workflows/codeql.yaml@main - with: - language: java - java_version: '17' - secrets: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/pom.xml b/pom.xml index 7334c9b..79af124 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.2 + 3.3.4 @@ -28,9 +28,9 @@ false - 2.0.10 - 1.20.1 - 5.1.0 + 2.0.21 + 1.20.2 + 5.2.0 @@ -85,7 +85,7 @@ org.jetbrains.kotlinx kotlinx-coroutines-core - 1.8.1 + 1.9.0 com.fasterxml.jackson.module @@ -277,7 +277,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.3.1 + 3.5.1 false ${surefire.jacoco.args} @@ -291,7 +291,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.3.1 + 3.5.1 ${failsafe.jacoco.args} contract