Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
asm0dey committed Aug 27, 2023
1 parent 66f31e9 commit 44f1673
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 14 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group = "io.github.asm0dey"
version = "0.1.3"
version = "0.1.4"
application {
mainClass.set("io.github.asm0dey.ApplicationKt")

Expand Down
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ nu-studer-jooq = { id = "nu.studer.jooq", version = "8.2.1" }

org-flywaydb-flyway = { id = "org.flywaydb.flyway", version.ref = "flyway" }


org-jetbrains-kotlin-plugin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }

[versions]

kotlin = "1.9.0"
kotlin = "1.9.10"

ktor = "2.3.2"
ktor = "2.3.3"

kodein-di = "7.20.2"

Expand All @@ -30,8 +29,9 @@ tinylog = "2.6.2"
xmlutil = "0.86.1"

flyway = "9.21.1"
## ⬆ = "9.21.2"

kotlinx-serialization = "1.5.1"
kotlinx-serialization = "1.6.0"

[libraries]

Expand All @@ -44,9 +44,9 @@ hikaricp = "com.zaxxer:HikariCP:5.0.1"

flyway-core = { group = "org.flywaydb", name = "flyway-core", version.ref = "flyway" }

jooq-kotlin = "org.jooq:jooq-kotlin:3.18.5"
jooq-kotlin = "org.jooq:jooq-kotlin:3.18.6"

sqlite-jdbc = "org.xerial:sqlite-jdbc:3.42.0.0"
sqlite-jdbc = "org.xerial:sqlite-jdbc:3.42.0.1"

commons-codec = "commons-codec:commons-codec:1.16.0"

Expand All @@ -66,11 +66,11 @@ slf4j-tinylog = { group = "org.tinylog", name = "slf4j-tinylog", version.ref = "

tinylog-impl = { group = "org.tinylog", name = "tinylog-impl", version.ref = "tinylog" }

htmx-org = "org.webjars.npm:htmx.org:1.9.4"
htmx-org = "org.webjars.npm:htmx.org:1.9.5"

hyperscript-org = "org.webjars.npm:hyperscript.org:0.9.9"
hyperscript-org = "org.webjars.npm:hyperscript.org:0.9.11"

font-awesome = "org.webjars:font-awesome:6.4.0"
font-awesome = "org.webjars:font-awesome:6.4.2"

bulma = "org.webjars.npm:bulma:0.9.4"

Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
5 changes: 4 additions & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,13 @@ location of your Java installation."
fi
else
JAVACMD=java
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
if ! command -v java >/dev/null 2>&1
then
die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
fi

# Increase the maximum file descriptors if we can.
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
// See https://jmfayard.github.io/refreshVersions
id("de.fayard.refreshVersions") version "0.51.0"
id("de.fayard.refreshVersions") version "0.60.0"
}

rootProject.name = "opdsko"
2 changes: 1 addition & 1 deletion versions.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#### Dependencies and Plugin versions with their available updates.
#### Generated by `./gradlew refreshVersions` version 0.51.0
#### Generated by `./gradlew refreshVersions` version 0.60.0
####
#### Don't manually edit or split the comments that start with four hashtags (####),
#### they will be overwritten by refreshVersions.
Expand Down

0 comments on commit 44f1673

Please sign in to comment.