Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed May 9, 2024
1 parent 0c5083b commit d09a573
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
6 changes: 4 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ import org.gradle.api.tasks.wrapper.Wrapper.DistributionType.ALL
*/

plugins {
kotlin("jvm") version("1.9.23") apply(false)
// kotlin("jvm") version("1.9.24") apply(false)
kotlin("jvm") version("2.0.0-RC2") apply(false)

id("idea")
id("eclipse")
id("project-report")
id("org.jetbrains.dokka") version("1.9.20")
id("com.github.jk1.dependency-license-report") version("2.7")
id("org.jetbrains.kotlinx.binary-compatibility-validator") version("0.14.0")
// id("org.jetbrains.kotlinx.binary-compatibility-validator") version("0.14.0")
id("org.jetbrains.kotlinx.binary-compatibility-validator") version("0.15.0-Beta.2")
id("org.graalvm.buildtools.native") version("0.10.1") apply(false)
id("io.gitlab.arturbosch.detekt") version("1.23.6") apply(false)
id("me.champeau.jmh") version("0.7.2") apply(false)
Expand Down
9 changes: 5 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@ logoSmall=assets/img/logo.svg
iconsDirectory=content

# VERSIONS
kotlinVersion=1.9.23
#kotlinVersion=1.9.24
kotlinVersion=2.0.0-RC2
dokkaVersion=1.9.20
mockkVersion=1.13.10
junitVersion=5.10.2
gatlingVersion=3.10.5
slf4jVersion=2.0.13
jmhVersion=1.37
mkdocsMaterialVersion=9.5.20
mkdocsMaterialVersion=9.5.21
mermaidDokkaVersion=0.6.0
nativeToolsVersion=0.10.1

Expand All @@ -51,13 +52,13 @@ helidonVersion=4.0.8

# http_server_servlet
servletVersion=6.0.0
jettyVersion=12.0.8
jettyVersion=12.0.9

# rest_tools
swaggerRequestValidatorVersion=2.40.0

# serialization
jacksonVersion=2.17.0
jacksonVersion=2.17.1
dslJsonVersion=2.0.2

# serverless_http_google
Expand Down
2 changes: 1 addition & 1 deletion gradle/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ publishing {
developer {
id = "jaguililla"
name = "Juanjo Aguililla"
email = "jaguililla@hexagonkt.com"
email = "jaguililla@hexagontk.com"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion site/pages/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Please, check if your issue already exists at the [organization board] or the [issues list] before
creating a new one.
* To report a bug, create a [new bug issue] using GitHub.
* You can also write an email at [support@hexagonkt.com](mailto:support@hexagonkt.com) to ask for
* You can also write an email at [support@hexagontk.com](mailto:support@hexagontk.com) to ask for
support.

[organization board]: https://github.com/orgs/hexagontk/projects/2
Expand Down

0 comments on commit d09a573

Please sign in to comment.