Skip to content

Commit

Permalink
build: Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Nov 7, 2024
1 parent bd1b3e0 commit e0e00b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 23 deletions.
26 changes: 4 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.vonage</groupId>
<artifactId>server-sdk</artifactId>
<version>8.13.0</version>
<version>8.13.1</version>

<name>Vonage Java Server SDK</name>
<description>Java client for Vonage APIs</description>
Expand Down Expand Up @@ -45,7 +45,7 @@
<java.testVersion>21</java.testVersion>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<nexusUrl>https://oss.sonatype.org</nexusUrl>
<jackson.version>2.18.0</jackson.version>
<jackson.version>2.18.1</jackson.version>
<jjwt.version>0.12.6</jjwt.version>
</properties>

Expand Down Expand Up @@ -190,7 +190,7 @@

<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -228,7 +228,7 @@

<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.1</version>
<configuration>
<linksource>true</linksource>
</configuration>
Expand Down Expand Up @@ -256,24 +256,6 @@
</archive>
</configuration>
</plugin>

<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.7.1</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/vonage/client/HttpWrapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
public class HttpWrapper {
private static final String
CLIENT_NAME = "vonage-java-sdk",
CLIENT_VERSION = "8.13.0",
CLIENT_VERSION = "8.13.1",
JAVA_VERSION = System.getProperty("java.version"),
USER_AGENT = String.format("%s/%s java/%s", CLIENT_NAME, CLIENT_VERSION, JAVA_VERSION);

Expand Down

0 comments on commit e0e00b0

Please # to comment.