Skip to content

Commit

Permalink
Merge pull request #161 from dhis2/bump-version
Browse files Browse the repository at this point in the history
chore: update expression-parser to 1.1.9
  • Loading branch information
superskip authored Feb 28, 2025
2 parents 47585cc + 832884f commit 858d148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots") }
}

version = "3.3.7-SNAPSHOT"
version = "3.3.8-SNAPSHOT"
group = "org.hisp.dhis.rules"

if (project.hasProperty("removeSnapshotSuffix")) {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apiCompatibility ="0.17.0"
kotlinxDatetime = "0.6.1"
kotlinJsWrappers = "1.0.0-pre.830"
slf4jApi = "1.7.36"
expressionParser = "1.1.8"
expressionParser = "1.1.9"

[libraries]
kotlin-plugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" }
Expand Down

0 comments on commit 858d148

Please sign in to comment.