Skip to content

Commit

Permalink
Updated dependencies of pom.xml's (#51)
Browse files Browse the repository at this point in the history
* Updated dependencies

* Updated README

---------

Co-authored-by: Rijn Buve <rijn.buve@tomtom.com>
  • Loading branch information
rijnb and RijnBuve-TomTom committed Mar 16, 2023
1 parent 1f3f80c commit a332a59
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 19 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -659,6 +659,10 @@ Contributors: Timon Kanters, Jeroen Erik Jensen, Krzysztof Karczewski

## Release notes

### 1.8.2

* Dependencies updated.

### 1.8.1

* Events traces are not queued till the processing starts.
Expand Down
4 changes: 2 additions & 2 deletions extensions/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.tomtom.kotlin</groupId>
<artifactId>kotlin-tools</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
</parent>

<artifactId>extensions</artifactId>
Expand All @@ -50,7 +50,7 @@

<dependency>
<groupId>io.mockk</groupId>
<artifactId>mockk</artifactId>
<artifactId>mockk-jvm</artifactId>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion memoization/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.tomtom.kotlin</groupId>
<artifactId>kotlin-tools</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
</parent>

<artifactId>memoization</artifactId>
Expand Down
26 changes: 13 additions & 13 deletions pom.xml
Expand Up @@ -22,7 +22,7 @@

<groupId>com.tomtom.kotlin</groupId>
<artifactId>kotlin-tools</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
<packaging>pom</packaging>

<name>Kotlin Tools</name>
Expand Down Expand Up @@ -95,25 +95,25 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!-- Plugin versions. -->
<dokka-maven-plugin.version>1.6.21</dokka-maven-plugin.version>
<dokka-maven-plugin.version>1.8.10</dokka-maven-plugin.version>
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
<maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
<maven-project-info-reports-plugin.version>3.3.0</maven-project-info-reports-plugin.version>
<maven-project-info-reports-plugin.version>3.4.2</maven-project-info-reports-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>

<!-- Library versions. -->
<equalsverifier.version>3.10</equalsverifier.version>
<equalsverifier.version>3.14</equalsverifier.version>
<junit.version>4.13.2</junit.version>
<junit-jupiter.version>5.8.2</junit-jupiter.version>
<kotlin.version>1.6.10</kotlin.version>
<kotlin-test.version>1.6.10</kotlin-test.version>
<kotlin-test-junit.version>1.6.10</kotlin-test-junit.version>
<junit-jupiter.version>5.9.2</junit-jupiter.version>
<kotlin.version>1.8.10</kotlin.version>
<kotlin-test.version>1.8.10</kotlin-test.version>
<kotlin-test-junit.version>1.8.10</kotlin-test-junit.version>
<kotlinx.html.version>0.7.3</kotlinx.html.version>
<kotlinx-coroutines-core.version>1.6.1-native-mt</kotlinx-coroutines-core.version>
<mockito-core.version>4.5.1</mockito-core.version>
<mockk.version>1.12.3</mockk.version>
<kotlinx-coroutines-core.version>1.6.3-native-mt</kotlinx-coroutines-core.version>
<mockito-core.version>5.2.0</mockito-core.version>
<mockk.version>1.13.4</mockk.version>
</properties>

<distributionManagement>
Expand Down Expand Up @@ -231,7 +231,7 @@
<configuration>
<args>
<arg>-Xexplicit-api=strict</arg>
<arg>-Xopt-in=kotlin.RequiresOptIn</arg>
<arg>-opt-in=kotlin.RequiresOptIn</arg>
</args>
</configuration>
</plugin>
Expand Down Expand Up @@ -301,7 +301,7 @@

<dependency>
<groupId>io.mockk</groupId>
<artifactId>mockk</artifactId>
<artifactId>mockk-jvm</artifactId>
<version>${mockk.version}</version>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions traceevents/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.tomtom.kotlin</groupId>
<artifactId>kotlin-tools</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
</parent>

<artifactId>traceevents</artifactId>
Expand Down Expand Up @@ -73,7 +73,7 @@

<dependency>
<groupId>io.mockk</groupId>
<artifactId>mockk</artifactId>
<artifactId>mockk-jvm</artifactId>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion uid/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.tomtom.kotlin</groupId>
<artifactId>kotlin-tools</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
</parent>

<artifactId>uid</artifactId>
Expand Down

0 comments on commit a332a59

Please sign in to comment.