Skip to content

Commit

Permalink
Updated dependencies (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
rijnb authored Oct 5, 2020
1 parent d61ba4f commit d9adf55
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,11 @@ Contributors: Timon Kanters, Jeroen Erik Jensen

## Release notes

### 1.1.1

* Updated dependencies (except `mockk` as 1.10.2 will fail the test for
unclear reasons).

### 1.1.0

* Added `Uid` class for UUID handling.
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>com.tomtom.kotlin</groupId>
<artifactId>kotlin-tools</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<packaging>pom</packaging>

<name>Kotlin Tools</name>
Expand Down Expand Up @@ -95,13 +95,13 @@
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>

<!-- Library versions. -->
<equalsverifier.version>3.3</equalsverifier.version>
<equalsverifier.version>3.4.3</equalsverifier.version>
<junit.version>4.13</junit.version>
<junit-jupiter.version>5.6.1</junit-jupiter.version>
<kotlin.version>1.4.0</kotlin.version>
<kotlin-test.version>1.4.0</kotlin-test.version>
<kotlinx-coroutines-core.version>1.3.9</kotlinx-coroutines-core.version>
<mockito-core.version>3.3.3</mockito-core.version>
<junit-jupiter.version>5.7.0</junit-jupiter.version>
<kotlin.version>1.4.10</kotlin.version>
<kotlin-test.version>1.4.10</kotlin-test.version>
<kotlinx-coroutines-core.version>1.3.9-native-mt-2</kotlinx-coroutines-core.version>
<mockito-core.version>3.5.13</mockito-core.version>
<mockk.version>1.10.0</mockk.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion traceevents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.tomtom.kotlin</groupId>
<artifactId>kotlin-tools</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>

<artifactId>traceevents</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion uid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.tomtom.kotlin</groupId>
<artifactId>kotlin-tools</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>

<artifactId>uid</artifactId>
Expand Down

0 comments on commit d9adf55

Please sign in to comment.