Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDmz committed Mar 26, 2024
1 parent c81497d commit f45b16f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.insee.pearljam</groupId>
<artifactId>pearljam-batch</artifactId>
<version>3.0.5</version>
<version>3.0.6</version>
<packaging>jar</packaging>
<name>pearljam-batch</name>
<description>PearlJam Batch</description>
Expand All @@ -19,7 +19,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<saxon.version>9.7.0-8</saxon.version>
<queenbatch.version>4.1.12</queenbatch.version>
<queenbatch.version>4.1.15</queenbatch.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.5.4</version>
<version>42.5.5</version>
</dependency>

<!-- Calling APIs -->
Expand Down

0 comments on commit f45b16f

Please sign in to comment.