Skip to content

Commit

Permalink
Update dependency and the version itself.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblacklercorp committed Oct 5, 2023
1 parent 445eafc commit 6054b62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions codegen/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ afterEvaluate {
release(MavenPublication) {
group = 'net.jimblackler'
artifactId = 'codegen'
version = '0.9.0'
version = '0.9.2'
artifact(sourceJar)
artifact(javadocJar)
from components.java
Expand All @@ -32,8 +32,8 @@ afterEvaluate {
}

dependencies {
implementation 'net.jimblackler:jsonschemafriend:0.10.0'
implementation 'net.jimblackler:jsonschemafriend:0.12.1'
implementation 'org.json:json:20200518'
implementation 'com.helger:jcodemodel:3.4.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.2'
}
}
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

group = 'net.jimblackler.jsonschematypes'
version = '0.9.0'
version = '0.9.2'

dependencies {
implementation project(path: ':codegen')
Expand Down

0 comments on commit 6054b62

Please sign in to comment.