Update library dependencies to latest versions

Add standard license (MIT NonCommercial)
This commit is contained in:
2025-09-30 15:33:55 +02:00
parent 3556ffa295
commit 9448127654
13 changed files with 74 additions and 8 deletions

2
.idea/.name generated
View File

@@ -1 +1 @@
template
dummy

View File

@@ -0,0 +1,6 @@
<component name="ArtifactManager">
<artifact type="jar" name="dummy-js-0.1.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/build/libs</output-path>
<root id="archive" name="dummy-js-0.1.0-SNAPSHOT.jar" />
</artifact>
</component>

View File

@@ -0,0 +1,6 @@
<component name="ArtifactManager">
<artifact type="jar" name="dummy-jvm-0.1.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/build/libs</output-path>
<root id="archive" name="dummy-jvm-0.1.0-SNAPSHOT.jar" />
</artifact>
</component>

View File

@@ -0,0 +1,8 @@
<component name="ArtifactManager">
<artifact type="jar" name="dummy so the gitea template compiles, please remove-js-0.1.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/build/libs</output-path>
<root id="archive" name="dummy so the gitea template compiles, please remove-js-0.1.0-SNAPSHOT.jar">
<element id="module-output" name="dummy_so_the_gitea_template_compiles,_please_remove.jsMain" />
</root>
</artifact>
</component>

View File

@@ -0,0 +1,8 @@
<component name="ArtifactManager">
<artifact type="jar" name="dummy so the gitea template compiles, please remove-jvm-0.1.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/build/libs</output-path>
<root id="archive" name="dummy so the gitea template compiles, please remove-jvm-0.1.0-SNAPSHOT.jar">
<element id="module-output" name="dummy_so_the_gitea_template_compiles,_please_remove.jvmMain" />
</root>
</artifact>
</component>

View File

@@ -0,0 +1,8 @@
<component name="ArtifactManager">
<artifact type="jar" name="kotlin-server-web-undertow-js-0.1.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/build/libs</output-path>
<root id="archive" name="kotlin-server-web-undertow-js-0.1.0-SNAPSHOT.jar">
<element id="module-output" name="kotlin-server-web-undertow.jsMain" />
</root>
</artifact>
</component>

View File

@@ -0,0 +1,6 @@
<component name="ArtifactManager">
<artifact type="jar" name="kotlin-server-web-undertow-js-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/build/libs</output-path>
<root id="archive" name="kotlin-server-web-undertow-js-1.0.0-SNAPSHOT.jar" />
</artifact>
</component>

View File

@@ -0,0 +1,8 @@
<component name="ArtifactManager">
<artifact type="jar" name="kotlin-server-web-undertow-jvm-0.1.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/build/libs</output-path>
<root id="archive" name="kotlin-server-web-undertow-jvm-0.1.0-SNAPSHOT.jar">
<element id="module-output" name="kotlin-server-web-undertow.jvmMain" />
</root>
</artifact>
</component>

View File

@@ -0,0 +1,6 @@
<component name="ArtifactManager">
<artifact type="jar" name="kotlin-server-web-undertow-jvm-1.0.0-SNAPSHOT">
<output-path>$PROJECT_DIR$/build/libs</output-path>
<root id="archive" name="kotlin-server-web-undertow-jvm-1.0.0-SNAPSHOT.jar" />
</artifact>
</component>

11
LICENSE.txt Normal file
View File

@@ -0,0 +1,11 @@
MIT NonCommercial License
Copyright (c) 2025 H.Nentjes
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to use, copy, modify, merge, publish, and distribute the Software, subject to the following conditions:
NonCommercial Use Only. The Software may not be used, in whole or in part, for any commercial purpose. Commercial purpose means using the Software in a way that is intended for or directed toward commercial advantage or monetary compensation.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@@ -3,7 +3,7 @@
import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalDistributionDsl
plugins {
kotlin("multiplatform") version "2.1.20"
kotlin("multiplatform") version "2.2.20"
}
group = "nl.astraeus"
@@ -42,11 +42,11 @@ kotlin {
val commonTest by getting
val jvmMain by getting {
dependencies {
implementation("io.undertow:undertow-core:2.3.14.Final")
implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.11.0")
implementation("io.undertow:undertow-core:2.3.19.Final")
implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.12.0")
implementation("org.xerial:sqlite-jdbc:3.50.3.0")
implementation("com.zaxxer:HikariCP:7.0.1")
implementation("com.zaxxer:HikariCP:7.0.2")
implementation("nl.astraeus:simple-jdbc-stats:1.6.1") {
exclude(group = "org.slf4j", module = "slf4j-api")
}

View File

@@ -1,5 +1,5 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}
val REPO_NAME = "dummy so the gitea template compiles, please remove"
val REPO_NAME = "dummy" // so the gitea template compiles, please remove"
rootProject.name = "${REPO_NAME}"

View File

@@ -1 +0,0 @@
Directory where the web content (html + css + resources) will be placed.