Skip to content

Commit 8b9aa82

Browse files
authored
Improved dependencies
1 parent e663617 commit 8b9aa82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
dependencies {
17-
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.0")
17+
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.21")
1818
testImplementation("org.junit.jupiter:junit-jupiter:[5.10.1,)")
1919
testImplementation("org.hamcrest:hamcrest-core:[2.2,)")
2020
testImplementation("org.zapodot:embedded-db-junit-jupiter:[2.1.1,)")

pom-central.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>org.jetbrains.dokka</groupId>
111111
<artifactId>dokka-maven-plugin</artifactId>
112-
<version>1.9.0</version>
112+
<version>1.9.10</version>
113113
<executions>
114114
<execution>
115115
<phase>prepare-package</phase>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<plugin>
102102
<groupId>org.jetbrains.dokka</groupId>
103103
<artifactId>dokka-maven-plugin</artifactId>
104-
<version>1.8.20</version>
104+
<version>1.9.10</version>
105105
<executions>
106106
<execution>
107107
<phase>prepare-package</phase>

0 commit comments

Comments
 (0)