Skip to content

Commit

Permalink
build: bump mockito & googleJavaFormat enbaling to use JDK 21 for com…
Browse files Browse the repository at this point in the history
…pilation
  • Loading branch information
JPPortier committed Dec 5, 2023
1 parent 5968fbd commit 00c4936
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ For more in depth version of the Sinch APIs, please refer to the official develo

- JDK 8 or later
- [Maven](https://maven.apache.org/)
- [Maven Central](https://mvnrepository.com/artifact/com.sinch.sdk/sinch-java-sdk)
- [Maven Repository for this SDK](https://central.sonatype.com/artifact/com.sinch.sdk/sinch-sdk-java)
- [Sinch account](https://dashboard.sinch.com)

## Installation
Expand Down
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<httpclient5.version>5.2.1</httpclient5.version>

<!-- tests -->
<mockito.version>5.5.0</mockito.version>
<mockito.version>5.8.0</mockito.version>
<maven.failsafe.plugin.version>3.2.1</maven.failsafe.plugin.version>
<maven-surefire-plugin.version>3.2.1</maven-surefire-plugin.version>

Expand Down Expand Up @@ -272,7 +272,7 @@
</includes>

<googleJavaFormat>
<version>1.8</version>
<version>1.18.1</version>
<style>GOOGLE</style>
<reflowLongStrings>true</reflowLongStrings>
</googleJavaFormat>
Expand Down Expand Up @@ -345,6 +345,13 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.10</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.hosuaby</groupId>
<artifactId>inject-resources-core</artifactId>
Expand Down

0 comments on commit 00c4936

Please sign in to comment.