File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 46
46
<slf4j .version>1.7.36</slf4j .version>
47
47
<slf4j2 .version>2.0.7</slf4j2 .version>
48
48
<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>
50
51
<kotlin .code.style>official</kotlin .code.style>
51
52
<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>
53
54
<maven-compiler-plugin .version>3.8.1</maven-compiler-plugin .version>
54
55
<maven-resources-plugin .version>3.3.1</maven-resources-plugin .version>
55
56
<maven-source-plugin .version>3.0.1</maven-source-plugin .version>
60
61
<maven-versions-plugin .version>2.8.1</maven-versions-plugin .version>
61
62
<nexus-staging-maven-plugin .version>1.6.8</nexus-staging-maven-plugin .version>
62
63
<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>
64
65
<spotless .version>2.20.0</spotless .version>
65
66
</properties >
66
67
Original file line number Diff line number Diff line change 1
1
#! /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
You can’t perform that action at this time.
0 commit comments