Skip to content

Commit

Permalink
Merge pull request #3864 from Hannah-Sten/dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
PHPirates authored Jan 28, 2025
2 parents 6a69560 + 9792644 commit bc5fd05
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
kotlin("plugin.serialization") version ("2.0.20")

// Plugin which can check for Gradle dependencies, use the help/dependencyUpdates task.
id("com.github.ben-manes.versions") version "0.51.0"
id("com.github.ben-manes.versions") version "0.52.0"

// Plugin which can update Gradle dependencies, use the help/useLatestVersions task.
id("se.patrikerdes.use-latest-versions") version "0.2.18"
Expand All @@ -25,13 +25,13 @@ plugins {
id("de.undercouch.download") version "5.6.0"

// Test coverage
id("org.jetbrains.kotlinx.kover") version "0.9.0"
id("org.jetbrains.kotlinx.kover") version "0.9.1"

// Linting
id("org.jlleitschuh.gradle.ktlint") version "12.1.2"

// Vulnerability scanning
id("org.owasp.dependencycheck") version "11.1.1"
id("org.owasp.dependencycheck") version "12.0.1"

id("org.jetbrains.changelog") version "2.2.1"

Expand Down Expand Up @@ -90,7 +90,6 @@ configurations {

dependencies {
intellijPlatform {
instrumentationTools()
zipSigner()
pluginVerifier()
testFramework(TestFrameworkType.Platform)
Expand Down Expand Up @@ -151,7 +150,7 @@ dependencies {
implementation("io.ktor:ktor-server-core:3.0.3")
implementation("io.ktor:ktor-server-jetty-jakarta:3.0.3")
implementation("io.ktor:ktor-serialization-kotlinx-json:3.0.3")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0")

// Comparing versions
implementation("org.apache.maven:maven-artifact:4.0.0-rc-2")
Expand All @@ -161,9 +160,9 @@ dependencies {
implementation("org.apache.xmlgraphics:batik-all:1.18")
implementation("batik:batik-svg-dom:1.6-1")

implementation("io.arrow-kt:arrow-core:2.0.0")
implementation("io.arrow-kt:arrow-fx-coroutines:2.0.0")
implementation("io.arrow-kt:arrow-resilience:2.0.0")
implementation("io.arrow-kt:arrow-core:2.0.1")
implementation("io.arrow-kt:arrow-fx-coroutines:2.0.1")
implementation("io.arrow-kt:arrow-resilience:2.0.1")
// Test dependencies
// No version specified, it equals the kotlin version
testImplementation("org.jetbrains.kotlin:kotlin-test")
Expand All @@ -179,7 +178,7 @@ dependencies {
// Enable use of the JUnitPlatform Runner within the IDE
testImplementation("org.junit.platform:junit-platform-runner:1.11.4")

testImplementation("io.mockk:mockk:1.13.14")
testImplementation("io.mockk:mockk:1.13.16")

// Add custom ruleset from github.com/slideclimb/ktlint-ruleset
ktlintRuleset(files("lib/ktlint-ruleset-0.2.jar"))
Expand Down

0 comments on commit bc5fd05

Please sign in to comment.