Skip to content

Commit

Permalink
Merge pull request #464 from entur/renovate/org.entur.ror-superpom-3.x
Browse files Browse the repository at this point in the history
Update dependency org.entur.ror:superpom from v2.17 to v3
  • Loading branch information
testower authored Nov 8, 2024
2 parents 099e432 + 52a0cb6 commit 5fcd8ca
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.entur.ror</groupId>
<artifactId>superpom</artifactId>
<version>2.17</version>
<version>3.0</version>
</parent>

<groupId>no.rutebanken</groupId>
Expand Down Expand Up @@ -225,6 +225,11 @@
<artifactId>flyway-core</artifactId>
</dependency>

<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-postgresql</artifactId>
</dependency>

<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
Expand Down

0 comments on commit 5fcd8ca

Please sign in to comment.