Skip to content

Commit

Permalink
Bump junit-jupiter version 5.8.2 -> 5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edridudi committed Aug 9, 2022
1 parent e4fe815 commit 12a8cfa
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions pom.xml
Expand Up @@ -24,7 +24,7 @@
<lombok.version>1.18.24</lombok.version>
<bcprov-jdk15to18.version>1.71</bcprov-jdk15to18.version>
<bucket4j-core.version>7.6.0</bucket4j-core.version>
<junit-jupiter.version>5.8.2</junit-jupiter.version>
<junit-jupiter.version>5.9.0</junit-jupiter.version>
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
<maven-javadoc-plugin.version>3.4.0</maven-javadoc-plugin.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
Expand All @@ -43,7 +43,11 @@
<version>${retrofit.version}</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson</groupId>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
</exclusions>
Expand All @@ -57,6 +61,16 @@
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>${logging-interceptor.version}</version>
<exclusions>
<exclusion>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
</exclusion>
<exclusion>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
Expand Down

0 comments on commit 12a8cfa

Please sign in to comment.