Skip to content

Commit

Permalink
Bump kontrakter.version from 3.0_20231130135617_c1535fc to 3.0_202312…
Browse files Browse the repository at this point in the history
…05102047_74d51af (#994)

* Bump kontrakter.version

Bumps `kontrakter.version` from 3.0_20231130135617_c1535fc to 3.0_20231205102047_74d51af.

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

Updates `no.nav.familie.kontrakter:barnetrygd` from 3.0_20231130135617_c1535fc to 3.0_20231205102047_74d51af
- [Commits](https://github.com/navikt/familie-kontrakter/commits)

Updates `no.nav.familie.kontrakter:kontantstotte` from 3.0_20231130135617_c1535fc to 3.0_20231205102047_74d51af
- [Commits](https://github.com/navikt/familie-kontrakter/commits)

---
updated-dependencies:
- dependency-name: no.nav.familie.kontrakter:felles
  dependency-type: direct:production
- dependency-name: no.nav.familie.kontrakter:barnetrygd
  dependency-type: direct:production
- dependency-name: no.nav.familie.kontrakter:kontantstotte
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Prøver parantes rundt if

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stig Strøm <stig.helge.strom@nav.no>
  • Loading branch information
dependabot[bot] and stigebil authored Dec 6, 2023
1 parent a3b4dd5 commit 3a96a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Deploy til dev-gcp team namespace
if: github.triggering_actor != 'dependabot[bot]' || github.event_name != 'merge_group'
if: (github.triggering_actor != 'dependabot[bot]' || github.event_name != 'merge_group')
uses: nais/deploy/actions/deploy@v1
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<prosessering.version>2.20231026103714_2f17845</prosessering.version>

<felles.version>2.20231201131108_ea25dd3</felles.version>
<kontrakter.version>3.0_20231130135617_c1535fc</kontrakter.version>
<kontrakter.version>3.0_20231205102047_74d51af</kontrakter.version>
<main-class>no.nav.familie.baks.mottak.LauncherKt</main-class>
<spring.cloud.version>4.0.4</spring.cloud.version>
<token-validation-spring.version>3.1.0</token-validation-spring.version>
Expand Down

0 comments on commit 3a96a49

Please sign in to comment.