From eec7a865d6ef0725121a41cc6f83d33b7727a38f Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 20 Jun 2022 22:44:31 +0000
Subject: [PATCH] Bump kotlin-stdlib from 1.4.20 to 1.6.0

Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.4.20 to 1.6.0.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.0/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.20...v1.6.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 76a2de0..e90326e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
         jOOL, vavr and protonpack in small data sets from Rest Countries and Last.fm.
     </description>
     <properties>
-        <kotlin.version>1.4.20</kotlin.version>
+        <kotlin.version>1.6.0</kotlin.version>
         <kotlin.compiler.jvmTarget>14</kotlin.compiler.jvmTarget>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <jmh.version>1.20</jmh.version>