Skip to content

Commit 7936dfa

Browse files
committed
Revert Kotlin version upgrade and set to 1.7
1 parent 5b3a559 commit 7936dfa

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Diff for: pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@
4646
<slf4j.version>1.7.36</slf4j.version>
4747
<slf4j2.version>2.0.7</slf4j2.version>
4848
<logback.version>1.2.10</logback.version>
49-
<kotlin.version>1.9.0</kotlin.version>
49+
<!-- Lock the version: https://github.com/seratch/notion-sdk-jvm/issues/91 -->
50+
<kotlin.version>1.7.22</kotlin.version>
5051
<kotlin.code.style>official</kotlin.code.style>
5152
<duplicate-finder-maven-plugin.version>1.3.0</duplicate-finder-maven-plugin.version>
52-
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
53+
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
5354
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
5455
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
5556
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
@@ -60,7 +61,7 @@
6061
<maven-versions-plugin.version>2.8.1</maven-versions-plugin.version>
6162
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
6263
<jacoco-maven-plugin.version>0.8.7</jacoco-maven-plugin.version>
63-
<dokka.version>1.6.0</dokka.version>
64+
<dokka.version>1.8.20</dokka.version>
6465
<spotless.version>2.20.0</spotless.version>
6566
</properties>
6667

Diff for: scripts/check_dependency_updates.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
#!/bin/bash
2-
mvn versions:display-dependency-updates | grep -v checking
2+
mvn versions:display-dependency-updates | \
3+
grep -v checking | \
4+
grep -v org.jetbrains.kotlin

0 commit comments

Comments
 (0)