Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6a3e460

Browse filesBrowse files
authored
Update build.gradle.kts
1 parent d429aba commit 6a3e460
Copy full SHA for 6a3e460

File tree

Expand file treeCollapse file tree

3 files changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+6
-6
lines changed

‎build.gradle.kts

Copy file name to clipboardExpand all lines: build.gradle.kts
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("jvm") version "1.8.10"
2+
kotlin("jvm") version "1.8.20"
33
jacoco
44
id("org.sonarqube") version "4.0.0.2929"
55
id("com.diffplug.spotless") version "6.12.0"
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
dependencies {
17-
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.8.10")
17+
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.8.20")
1818
testImplementation("org.junit.jupiter:junit-jupiter-api:[5.9.2,)")
1919
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:[5.9.2,)")
2020
testImplementation("org.hamcrest:hamcrest-core:[2.2,)")

‎pom-central.xml

Copy file name to clipboardExpand all lines: pom-central.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<url>https://github.com/javadev/LeetCode-in-Kotlin</url>
2828
</scm>
2929
<properties>
30-
<kotlin.version>1.8.10</kotlin.version>
30+
<kotlin.version>1.8.20</kotlin.version>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3232
</properties>
3333
<ciManagement>
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>org.apache.maven.plugins</groupId>
7171
<artifactId>maven-surefire-plugin</artifactId>
72-
<version>3.0.0-M5</version>
72+
<version>3.0.0</version>
7373
<dependencies>
7474
<dependency>
7575
<groupId>org.junit.jupiter</groupId>

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<url>https://github.com/javadev/LeetCode-in-Kotlin</url>
2727
</scm>
2828
<properties>
29-
<kotlin.version>1.8.10</kotlin.version>
29+
<kotlin.version>1.8.20</kotlin.version>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3131
</properties>
3232
<ciManagement>
@@ -68,7 +68,7 @@
6868
<plugin>
6969
<groupId>org.apache.maven.plugins</groupId>
7070
<artifactId>maven-surefire-plugin</artifactId>
71-
<version>3.0.0-M5</version>
71+
<version>3.0.0</version>
7272
<dependencies>
7373
<dependency>
7474
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.