Skip to content

Commit

Permalink
Update helper library 4.x (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpaturet authored Dec 10, 2024
1 parent 1dd6a38 commit a7678a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<java.version>21</java.version>
<entur.google.pubsub.emulator.download.skip>false</entur.google.pubsub.emulator.download.skip>
<camel.version>4.4.4</camel.version>
<entur.helpers.version>3.0</entur.helpers.version>
<entur.helpers.version>4.5</entur.helpers.version>
<commons-io.version>2.11.0</commons-io.version>
<netex-gtfs-converter-java.version>2.1.54</netex-gtfs-converter-java.version>
<zt-zip.version>1.17</zt-zip.version>
Expand Down Expand Up @@ -64,7 +64,7 @@
</dependency>
<dependency>
<groupId>org.entur.ror.helpers</groupId>
<artifactId>gcp-storage</artifactId>
<artifactId>storage-gcp-gcs</artifactId>
<version>${entur.helpers.version}</version>
<exclusions>
<exclusion>
Expand Down

0 comments on commit a7678a2

Please sign in to comment.