Skip to content

Commit

Permalink
build(deps): bump the all-dependencies group with 7 updates (#946)
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.2.1` | `3.2.2` |
| [no.nav.familie.felles:log](https://github.com/navikt/familie-felles) | `2.20240112101059_13c2d3f` | `2.20240123084817_35f03aa` |
| [no.nav.familie.felles:http-client](https://github.com/navikt/familie-felles) | `2.20240112101059_13c2d3f` | `2.20240123084817_35f03aa` |
| [no.nav.familie.felles:unleash](https://github.com/navikt/familie-felles) | `2.20240112101059_13c2d3f` | `2.20240123084817_35f03aa` |
| [no.nav.familie.kontrakter:felles](https://github.com/navikt/familie-kontrakter) | `3.0_20240109111848_d97569f` | `3.0_20240116082529_ee44807` |
| [no.nav.familie.kontrakter:enslig-forsorger](https://github.com/navikt/familie-kontrakter) | `3.0_20240109111848_d97569f` | `3.0_20240116082529_ee44807` |
| [no.nav.familie.felles:util](https://github.com/navikt/familie-felles) | `2.20240112101059_13c2d3f` | `2.20240123084817_35f03aa` |


Updates `org.springframework.boot:spring-boot-starter-parent` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.1...v3.2.2)

Updates `no.nav.familie.felles:log` from 2.20240112101059_13c2d3f to 2.20240123084817_35f03aa
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:http-client` from 2.20240112101059_13c2d3f to 2.20240123084817_35f03aa
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:unleash` from 2.20240112101059_13c2d3f to 2.20240123084817_35f03aa
- [Commits](https://github.com/navikt/familie-felles/commits)

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

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

Updates `no.nav.familie.felles:util` from 2.20240112101059_13c2d3f to 2.20240123084817_35f03aa
- [Commits](https://github.com/navikt/familie-felles/commits)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.felles:log
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.felles:http-client
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.felles:unleash
  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:enslig-forsorger
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.felles:util
  dependency-type: direct:development
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent b7aa0b8 commit f6a134a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
</parent>


Expand All @@ -26,8 +26,8 @@
<okhttp3.version>4.9.1</okhttp3.version> <!-- overskriver spring sin versjon, blir brukt av mock-oauth2-server -->

<fasterxml.version>2.16.1</fasterxml.version>
<felles.version>2.20240112101059_13c2d3f</felles.version>
<kontrakter.version>3.0_20240109111848_d97569f</kontrakter.version>
<felles.version>2.20240123084817_35f03aa</felles.version>
<kontrakter.version>3.0_20240116082529_ee44807</kontrakter.version>
<start-class>no.nav.familie.ef.søknad.ApplicationKt</start-class>
<!--suppress UnresolvedMavenProperty Ligger som secret i github-->
<sonar.projectKey>${SONAR_PROJECTKEY}</sonar.projectKey>
Expand Down Expand Up @@ -164,7 +164,7 @@
<dependency>
<groupId>no.nav.familie.felles</groupId>
<artifactId>util</artifactId>
<version>2.20240112101059_13c2d3f</version>
<version>2.20240123084817_35f03aa</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit f6a134a

Please sign in to comment.