Skip to content

Commit

Permalink
build: upgrade project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef committed Dec 30, 2023
1 parent 2b93d68 commit ec36258
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,24 @@
<nexus.url>https://oss.sonatype.org</nexus.url>
<repository.url>[email protected]:${project.github.repository}.git</repository.url>

<annotations.version>24.0.1</annotations.version>
<ant.version>1.10.13</ant.version>
<annotations.version>24.1.0</annotations.version>
<ant.version>1.10.14</ant.version>
<apollo.version>3.8.2</apollo.version>
<assertj-core.version>3.24.2</assertj-core.version>
<graphql-java-servlet.version>6.1.3</graphql-java-servlet.version>
<graphql-java-tools.version>5.2.4</graphql-java-tools.version>
<jackson-databind.version>2.14.2</jackson-databind.version>
<junit.jupiter.version>5.9.2</junit.jupiter.version>
<jackson-databind.version>2.16.1</jackson-databind.version>
<junit.jupiter.version>5.10.1</junit.jupiter.version>
<kotlinx-coroutines-test.version>1.7.2</kotlinx-coroutines-test.version>
<moshi.version>1.14.0</moshi.version>
<moshi.version>1.15.0</moshi.version>
<okhttp.version>4.10.0</okhttp.version>
<okio.version>3.3.0</okio.version>
<okio.version>3.7.0</okio.version>
<slf4j-simple.version>2.0.7</slf4j-simple.version>
<undertow.version>2.2.26.Final</undertow.version>

<maven-project.version>2.2.1</maven-project.version>
<maven.version>3.8.1</maven.version>
<version.annotations.plugin>3.8.2</version.annotations.plugin>
<version.annotations.plugin>3.10.2</version.annotations.plugin>
<version.dokka.plugin>0.9.17</version.dokka.plugin>
<version.formatter.plugin>2.11.0</version.formatter.plugin>
<version.impsort.plugin>1.4.1</version.impsort.plugin>
Expand All @@ -58,7 +58,7 @@
<version.deploy.plugin>3.1.1</version.deploy.plugin>
<version.directory.plugin>1.0</version.directory.plugin>
<version.enforcer.plugin>3.3.0</version.enforcer.plugin>
<version.failsafe.plugin>3.0.0</version.failsafe.plugin>
<version.failsafe.plugin>3.2.2</version.failsafe.plugin>
<version.git.plugin>4.9.10</version.git.plugin>
<version.gpg.plugin>3.0.1</version.gpg.plugin>
<version.install.plugin>3.1.1</version.install.plugin>
Expand All @@ -69,7 +69,7 @@
<version.plugin-plugin.version>3.8.2</version.plugin-plugin.version>
<version.resources.plugin>3.3.1</version.resources.plugin>
<version.source.plugin>3.2.1</version.source.plugin>
<version.surefire.plugin>3.0.0</version.surefire.plugin>
<version.surefire.plugin>3.2.2</version.surefire.plugin>
<version.versions.plugin>2.15.0</version.versions.plugin>
</properties>

Expand Down

0 comments on commit ec36258

Please sign in to comment.