Skip to content

Commit

Permalink
Deploy release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sashirestela committed Nov 19, 2024
1 parent 67c6373 commit 3188fdb
Showing 1 changed file with 23 additions and 13 deletions.
36 changes: 23 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.sashirestela</groupId>
<artifactId>cleverclient</artifactId>
<version>1.4.4</version>
<version>1.5.0</version>
<packaging>jar</packaging>

<name>cleverclient</name>
Expand Down Expand Up @@ -52,21 +52,21 @@
<maven.compiler.release>11</maven.compiler.release>
<!-- Dependencies Versions -->
<slf4j.version>2.0.16</slf4j.version>
<lombok.version>1.18.34</lombok.version>
<jackson.version>2.17.2</jackson.version>
<junit.version>5.11.0</junit.version>
<mockito.version>5.13.0</mockito.version>
<lombok.version>1.18.36</lombok.version>
<jackson.version>2.18.1</jackson.version>
<junit.version>5.11.3</junit.version>
<mockito.version>5.14.2</mockito.version>
<!-- Plugins Versions -->
<compiler.version>3.13.0</compiler.version>
<enforcer.version>3.5.0</enforcer.version>
<surefire.version>3.5.0</surefire.version>
<exec.version>3.4.1</exec.version>
<surefire.version>3.5.2</surefire.version>
<exec.version>3.5.0</exec.version>
<jacoco.version>0.8.12</jacoco.version>
<helper.version>3.6.0</helper.version>
<versions.version>2.17.1</versions.version>
<versions.version>2.18.0</versions.version>
<source.version>3.3.1</source.version>
<javadoc.version>3.10.0</javadoc.version>
<gpg.version>3.2.5</gpg.version>
<javadoc.version>3.11.1</javadoc.version>
<gpg.version>3.2.7</gpg.version>
<sonatype.version>1.7.0</sonatype.version>
<spotless.version>2.43.0</spotless.version>
</properties>
Expand Down Expand Up @@ -180,7 +180,7 @@
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugin>
</plugins>
</build>
</profile>
Expand Down Expand Up @@ -210,6 +210,12 @@
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>${jackson.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
Expand Down Expand Up @@ -246,6 +252,10 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
Expand Down Expand Up @@ -290,7 +300,7 @@
<requireMavenVersion>
<version>3.6.3</version>
</requireMavenVersion>
</rules>
</rules>
</configuration>
</execution>
</executions>
Expand Down Expand Up @@ -375,4 +385,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 3188fdb

Please sign in to comment.