Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: bump notary version #40

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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")
}

}
}
Loading