Skip to content

Commit

Permalink
chore: Update dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
en-milie committed Jan 24, 2025
1 parent 4ea9441 commit 8ab2dab
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.endava</groupId>
<artifactId>cats</artifactId>
Expand Down Expand Up @@ -29,7 +30,7 @@
<lombok.version>1.18.36</lombok.version>
<rgxgen.version>1.4</rgxgen.version>
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
<openapi-generator.version>7.10.0</openapi-generator.version>
<openapi-generator.version>7.11.0</openapi-generator.version>
<sonar.coverage.exclusions>
**/*TestCaseExporter*.*, **/*CatsTestCase*.*, **/*CatsTestReport*.*, **/*Aspect*.*, **/*CatsMain*.*,
**/*VersionProvider*.*, **/*ReflectionConfig*.*,**/*TimeExecution*.*, **/*FormEncoder*.*,
Expand All @@ -46,12 +47,12 @@
<json-path.version>2.9.0</json-path.version>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<quarkus.platform.version>3.17.6</quarkus.platform.version>
<quarkus.platform.version>3.18.0</quarkus.platform.version>
<surefire-plugin.version>3.5.2</surefire-plugin.version>
<compiler-plugin.version>3.13.0</compiler-plugin.version>
<maven.compiler.parameters>true</maven.compiler.parameters>
<spring.version>6.2.1</spring.version>
<assertj-core.version>3.27.2</assertj-core.version>
<assertj-core.version>3.27.3</assertj-core.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-install-plugin.version>3.1.3</maven-install-plugin.version>
<spring-integration-core.version>6.4.1</spring-integration-core.version>
Expand Down

0 comments on commit 8ab2dab

Please sign in to comment.