Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all-dependencies group across 1 directory with 7 updates #177

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump the all-dependencies group across 1 directory with 7 updates
Bumps the all-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `5.0.16` | `5.0.17` |
| [no.nav.security:token-validation-spring-test](https://github.com/navikt/token-support) | `5.0.16` | `5.0.17` |
| [no.nav.familie.kontrakter:enslig-forsorger](https://github.com/navikt/familie-kontrakter) | `3.0_20250113155636_bb71360` | `3.0_20250224083824_7fcdc47` |
| [no.nav.familie.kontrakter:felles](https://github.com/navikt/familie-kontrakter) | `3.0_20250113155636_bb71360` | `3.0_20250224083824_7fcdc47` |
| [org.testcontainers:oracle-xe](https://github.com/testcontainers/testcontainers-java) | `1.20.4` | `1.20.5` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.4.2` | `3.4.3` |
| org.cyclonedx.bom | `2.1.0` | `2.2.0` |



Updates `no.nav.security:token-validation-spring` from 5.0.16 to 5.0.17
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@5.0.16...5.0.17)

Updates `no.nav.security:token-validation-spring-test` from 5.0.16 to 5.0.17
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@5.0.16...5.0.17)

Updates `no.nav.familie.kontrakter:enslig-forsorger` from 3.0_20250113155636_bb71360 to 3.0_20250224083824_7fcdc47
- [Commits](https://github.com/navikt/familie-kontrakter/commits)

Updates `no.nav.familie.kontrakter:felles` from 3.0_20250113155636_bb71360 to 3.0_20250224083824_7fcdc47
- [Commits](https://github.com/navikt/familie-kontrakter/commits)

Updates `no.nav.familie.kontrakter:felles` from 3.0_20250113155636_bb71360 to 3.0_20250224083824_7fcdc47
- [Commits](https://github.com/navikt/familie-kontrakter/commits)

Updates `no.nav.security:token-validation-spring-test` from 5.0.16 to 5.0.17
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@5.0.16...5.0.17)

Updates `org.testcontainers:oracle-xe` from 1.20.4 to 1.20.5
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.4...1.20.5)

Updates `org.springframework.boot` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3)

Updates `org.cyclonedx.bom` from 2.1.0 to 2.2.0

---
updated-dependencies:
- dependency-name: no.nav.security:token-validation-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: no.nav.security:token-validation-spring-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.kontrakter:enslig-forsorger
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.kontrakter:felles
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.kontrakter:felles
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.security:token-validation-spring-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:oracle-xe
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.cyclonedx.bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 26, 2025
commit 07c2d3b69d152b4f7c0466d3aa0ec423746a4ab2
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -2,21 +2,21 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile

val mockkVersion = "1.13.16"
val tokenSupportVersion = "5.0.16"
val tokenSupportVersion = "5.0.17"
val springdocVersion = "1.8.0"
val navFoedselsnummerVersion = "1.0-SNAPSHOT.6"
val kontrakterVersion = "3.0_20250113155636_bb71360"
val kontrakterVersion = "3.0_20250224083824_7fcdc47"
val mainClass = "no.nav.familie.ef.infotrygd.Main"

plugins {
val kotlinVersion = "2.1.10"
val springBootVersion = "3.4.2"
val springBootVersion = "3.4.3"
id("org.springframework.boot") version springBootVersion
id("io.spring.dependency-management") version "1.1.7"
kotlin("jvm") version kotlinVersion
kotlin("plugin.spring") version kotlinVersion
kotlin("plugin.jpa") version kotlinVersion
id("org.cyclonedx.bom") version "2.1.0"
id("org.cyclonedx.bom") version "2.2.0"
id("org.jlleitschuh.gradle.ktlint") version "12.1.2"
}

@@ -71,7 +71,7 @@ dependencies {
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("com.github.doyaaaaaken:kotlin-csv-jvm:1.10.0")
testImplementation("org.testcontainers:oracle-xe:1.20.4")
testImplementation("org.testcontainers:oracle-xe:1.20.5")
testImplementation("com.h2database:h2")
testImplementation("org.flywaydb:flyway-core")
testImplementation("io.mockk:mockk-jvm:$mockkVersion")

Unchanged files with check annotations Beta

COPY init.sh /init-scripts/init.sh
ENV JAVA_OPTS="${JAVA_OPTS} -Xms270M -XX:MaxRAMPercentage=75"

Check warning on line 5 in Dockerfile

GitHub Actions / Bygg og deploy til dev-fss

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$JAVA_OPTS' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
COPY build/libs/familie-ef-infotrygd-0.0.1-SNAPSHOT.jar app.jar
EXPOSE 8080