Skip to content

Commit

Permalink
Update dependencies (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
markbrockhoff authored Sep 1, 2023
1 parent 8bac3c3 commit c9ae067
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

## [Unreleased]

### Changed
- Update depenencies

## [2.1.2] - 2023-08-28

### Changed
Expand Down
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
// Java support
id("java")
// Kotlin support
kotlin("jvm") version "1.9.0"
kotlin("jvm") version "1.9.10"
// Gradle IntelliJ Plugin
id("org.jetbrains.intellij") version "1.15.0"
// Gradle Changelog Plugin
Expand All @@ -18,7 +18,7 @@ plugins {
// Gradle Kover Plugin
id("org.jetbrains.kotlinx.kover") version "0.7.3"

kotlin("plugin.serialization") version "1.9.0"
kotlin("plugin.serialization") version "1.9.10"
}

group = properties("pluginGroup").get()
Expand Down Expand Up @@ -139,7 +139,7 @@ tasks {

dependencies {
implementation(kotlin("stdlib"))
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.8.1")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.10")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pluginGroup=com.schwarzit.spectral-intellij-plugin
pluginName=Spectral
pluginRepositoryUrl=https://github.com/SchwarzIT/spectral-intellij-plugin
# SemVer format -> https://semver.org
pluginVersion=2.1.2
pluginVersion=2.1.3
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild=222
#pluginUntilBuild=231.*
Expand Down

0 comments on commit c9ae067

Please sign in to comment.