Skip to content

Commit

Permalink
HCX-104 Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
GideonEXE authored and hydra-billing-robot committed Oct 13, 2020
1 parent 28f5b03 commit acd7da6
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<url>https://github.com/latera/camunda-ext</url>
</scm>
<properties>
<kotlin.version>1.3.72</kotlin.version>
<junit-jupiter.version>5.4.2</junit-jupiter.version>
<junit-vintage.version>5.4.2</junit-vintage.version>
<assertj-core.version>3.12.2</assertj-core.version>
<kotlin.version>1.4.10</kotlin.version>
<junit-jupiter.version>5.7.0</junit-jupiter.version>
<junit-vintage.version>5.7.0</junit-vintage.version>
<assertj-core.version>3.17.2</assertj-core.version>
<skipTests>true</skipTests>
<jacoco.skip>${skipTests}</jacoco.skip>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -53,7 +53,7 @@
<sonar-maven-plugin.version>3.7.0.1746</sonar-maven-plugin.version>
<sonar.projectKey>camunda-ext</sonar.projectKey>
<sonar.projectName>camunda-ext</sonar.projectName>
<ktor.version>1.3.2</ktor.version>
<ktor.version>1.4.1</ktor.version>
<gson.version>2.8.6</gson.version>
<!--
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand Down Expand Up @@ -347,16 +347,6 @@
<artifactId>ktor-client-mock-jvm</artifactId>
<version>${ktor.version}</version>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-mock-js</artifactId>
<version>${ktor.version}</version>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-mock-native</artifactId>
<version>${ktor.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit acd7da6

Please sign in to comment.