Skip to content

Commit

Permalink
Merge pull request #1779 from navikt/dev
Browse files Browse the repository at this point in the history
Prodsette: bumping
  • Loading branch information
JulieHillRoa authored Nov 15, 2024
2 parents 007b100 + d1b377e commit 847c747
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.4</version>
<version>3.3.5</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -279,12 +279,12 @@
<dependency>
<groupId>org.opensearch</groupId>
<artifactId>opensearch</artifactId>
<version>2.17.0</version>
<version>2.18.0</version>
</dependency>
<dependency>
<groupId>org.opensearch.client</groupId>
<artifactId>opensearch-rest-high-level-client</artifactId>
<version>2.17.0</version>
<version>2.18.0</version>
</dependency>

<!--Diverse-->
Expand All @@ -296,13 +296,13 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>10.18.0</version>
<version>10.21.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-postgresql</artifactId>
<version>10.18.0</version>
<version>10.21.0</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand All @@ -314,18 +314,6 @@
<artifactId>shedlock-provider-jdbc-template</artifactId>
<version>5.16.0</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2</artifactId>
<version>2.9.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit 847c747

Please sign in to comment.