Skip to content

Commit

Permalink
Merge pull request #509 from navikt/dependabot/maven/all-dependencies…
Browse files Browse the repository at this point in the history
…-d4d6f605f0

Bump the all-dependencies group across 1 directory with 13 updates
  • Loading branch information
charliemidtlyng authored Aug 27, 2024
2 parents 11136fb + ef73554 commit 0f9c85d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ registries:
type: maven-repository
url: https://maven.pkg.github.com/navikt/familie-felles
username: x-access-token
password: "${{secrets.NAV_READ_PACKAGES}}"
password: "${{secrets.READER_TOKEN}}"

updates:
- package-ecosystem: maven
Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.2</version>
<version>3.3.3</version>
</parent>

<properties>
<revision>1.0</revision>
<changelist>-SNAPSHOT</changelist>
<jvmTarget>21</jvmTarget>
<main-class>no.nav.familie.dokument.LauncherKt</main-class>
<felles.version>3.20240227112118_e55c4be</felles.version>
<kotlin.version>2.0.0</kotlin.version>
<felles.version>3.20240806111424_fff2930</felles.version>
<kotlin.version>2.0.20</kotlin.version>
<mockk.version>1.13.12</mockk.version>
<token-validation-spring.version>5.0.1</token-validation-spring.version>
<openhtmltopdf.version>1.1.21</openhtmltopdf.version>
<gcp.version>0.224.0</gcp.version>
<kontrakter.version>3.0_20230705132547_9303863</kontrakter.version>
<token-validation-spring.version>5.0.2</token-validation-spring.version>
<openhtmltopdf.version>1.1.22</openhtmltopdf.version>
<gcp.version>0.225.0</gcp.version>
<kontrakter.version>3.0_20240816073331_933df6f</kontrakter.version>
<tika-core.version>2.9.2</tika-core.version>
<tika.parser.version>2.9.2</tika.parser.version>
<jsoup.version>1.18.1</jsoup.version>
Expand Down Expand Up @@ -246,7 +246,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
<configuration>
<argLine>-Dfile.encoding=UTF-8</argLine>
</configuration>
Expand Down

0 comments on commit 0f9c85d

Please sign in to comment.