Skip to content

Commit

Permalink
Bump the all-dependencies group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 4 updates in the / directory: [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot), [no.nav.familie.kontrakter:felles](https://github.com/navikt/familie-kontrakter), [no.nav.familie.kontrakter:enslig-forsorger](https://github.com/navikt/familie-kontrakter) and [com.nimbusds:oauth2-oidc-sdk](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions).


Updates `org.springframework.boot:spring-boot-dependencies` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.3...v3.3.4)

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

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

Updates `com.nimbusds:oauth2-oidc-sdk` from 11.19.1 to 11.20
- [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.20..11.19.1)

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

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: com.nimbusds:oauth2-oidc-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.kontrakter:enslig-forsorger
  dependency-type: direct:production
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 6, 2024
1 parent adb42f8 commit e2beaba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<kontrakter.version>3.0_20240906070327_03089ba</kontrakter.version>
<kontrakter.version>3.0_20241004134208_2962899</kontrakter.version>
<kotest.version>5.9.1</kotest.version>
<kotlin.version>2.0.20</kotlin.version>
<mockk.version>1.13.12</mockk.version>
Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.3.3</version>
<version>3.3.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>oauth2-oidc-sdk</artifactId>
<version>11.19.1</version>
<version>11.20</version>
</dependency>

<dependency>
Expand Down

0 comments on commit e2beaba

Please sign in to comment.