Skip to content

Commit

Permalink
chore(deps): update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and davdarras committed Jul 10, 2024
1 parent 5435d7d commit 287a7e5
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# under the License.
wrapperVersion=3.3.2
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<description>Modules for queen back-office</description>

<properties>
<revision>4.3.12</revision>
<revision>4.3.13</revision>
<changelist></changelist>
<java.version>21</java.version>
<maven.compiler.source>21</maven.compiler.source>
Expand Down Expand Up @@ -127,4 +127,4 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>
4 changes: 2 additions & 2 deletions queen-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<caffeine.version>3.1.8</caffeine.version>
<zonky-spring.version>2.5.1</zonky-spring.version>
<zonky-postgres.version>2.0.7</zonky-postgres.version>
<springdoc.version>2.5.0</springdoc.version>
<springdoc.version>2.6.0</springdoc.version>
<commons-io.version>2.16.1</commons-io.version>
<org-json.version>20240303</org-json.version>
<guava.version>33.2.1-jre</guava.version>
<json-schema-validator.version>1.4.0</json-schema-validator.version>
<json-schema-validator.version>1.5.0</json-schema-validator.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion queen-domain-depositproof/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<id>enforce-versions</id>
Expand Down
2 changes: 1 addition & 1 deletion queen-domain-pilotage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<id>enforce-versions</id>
Expand Down
2 changes: 1 addition & 1 deletion queen-domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<id>enforce-versions</id>
Expand Down
2 changes: 1 addition & 1 deletion queen-infra-depositproof/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<fop.version>2.9</fop.version>
<saxon.version>12.4</saxon.version>
<saxon.version>12.5</saxon.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 287a7e5

Please sign in to comment.