Skip to content

Commit

Permalink
Bump the all-dependencies group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 2 updates in the / directory: [no.nav.security:token-validation-core](https://github.com/navikt/token-support) and org.flywaydb:flyway-database-postgresql.


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

Updates `org.flywaydb:flyway-database-postgresql` from 10.17.2 to 10.18.0

---
updated-dependencies:
- dependency-name: no.nav.security:token-validation-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 15, 2024
1 parent 04f17df commit 40ba522
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<spring.boot.version>3.3.3</spring.boot.version>
<mockk.version>1.13.12</mockk.version>

<nav.security.token.version>5.0.3</nav.security.token.version>
<nav.security.token.version>5.0.5</nav.security.token.version>

<!--suppress UnresolvedMavenProperty Ligger som secret i github-->
<sonar.projectKey>${SONAR_PROJECTKEY}</sonar.projectKey>
Expand Down Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-postgresql</artifactId>
<version>10.17.2</version>
<version>10.18.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion prosessering-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-postgresql</artifactId>
<version>10.17.2</version>
<version>10.18.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 40ba522

Please sign in to comment.