Skip to content

Commit

Permalink
feat: bumped notary version with higher brotly compatibility (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
dv-rosales authored Oct 11, 2024
1 parent 591fd85 commit 337b53e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ group = "snc.openchargingnetwork.node"
version = "1.2.0-rc2"
java.sourceCompatibility = JavaVersion.VERSION_1_8


val snippetsDir = "build/generated-snippets"

val developmentOnly: Configuration by configurations.creating
Expand All @@ -33,7 +34,7 @@ repositories {
}

dependencies {
implementation("shareandcharge.openchargingnetwork:notary:1.0.1")
implementation("com.my-oli:ocn-notary:1.0.2-1")
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
Expand Down Expand Up @@ -146,5 +147,4 @@ tasks.register<Tar>("archive") {
"CONFIGURATION.md",
"CHANGELOG.md")
}

}
}

0 comments on commit 337b53e

Please sign in to comment.