diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml
deleted file mode 100644
index ace99d2..0000000
--- a/bitbucket-pipelines.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-image: ubuntu:latest
-
-pipelines:
- default:
- - step:
- name: Test with bld
- script:
- # Install latest Java & Kotlin via SDKMAN!
- - apt-get update -qq && apt-get install -y curl zip
- - curl -s "https://get.sdkman.io" | bash
- - echo sdkman_auto_answer=true > $HOME/.sdkman/etc/config
- - echo sdkman_auto_selfupdate=true >> $HOME/.sdkman/etc/config
- - source "$HOME/.sdkman/bin/sdkman-init.sh"
- - sdk install java
- - sdk install kotlin
- - source "$HOME/.sdkman/bin/sdkman-init.sh"
- # Download, compile and test with bld
- - ./bld download
- - ./bld compile
- - ./bld test
diff --git a/config/detekt/baseline.xml b/config/detekt/baseline.xml
index c56ebfd..b805dc4 100644
--- a/config/detekt/baseline.xml
+++ b/config/detekt/baseline.xml
@@ -42,6 +42,6 @@
VariableNaming:CreateConfig.kt$CreateConfig$val group_guid = builder.group_guid
VariableNaming:CreateConfig.kt$CreateConfig$val long_url = builder.long_url
VariableNaming:CreateConfig.kt$CreateConfig.Builder$var group_guid: String = Constants.EMPTY
- WildcardImport:BitlinksTest.kt$import assertk.assertions.*
+ WildcardImport:BitlinksTests.kt$import assertk.assertions.*
diff --git a/pom.xml b/pom.xml
index 75c951b..6b31bbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,19 +18,19 @@
org.jetbrains.kotlin
kotlin-stdlib
- 2.1.20
+ 2.2.0
compile
org.jetbrains.kotlin
kotlin-stdlib-common
- 2.1.20
+ 2.2.0
compile
org.jetbrains.kotlin
kotlin-stdlib-jdk8
- 2.1.20
+ 2.2.0
compile