Skip to content

Commit

Permalink
Update dependencies for release (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
barryadk authored Oct 23, 2023
1 parent 48bb08d commit dd6ede6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file added .DS_Store
Binary file not shown.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'groovy'
id 'java-gradle-plugin'
id 'com.gradle.plugin-publish' version '1.2.0'
id 'com.gradle.plugin-publish' version '1.2.1'
id 'net.researchgate.release' version '3.0.2'
}

Expand All @@ -11,15 +11,15 @@ repositories {

dependencies {
implementation gradleApi()
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version:'4.11.0'
implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.12.0'
testImplementation group: 'com.github.tomakehurst', name: 'wiremock-jre8-standalone', version:'2.35.0'
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version:'4.12.0'
implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.13.0'
testImplementation group: 'com.github.tomakehurst', name: 'wiremock-jre8-standalone', version:'2.35.1'
testImplementation gradleTestKit()
testImplementation 'junit:junit:4.13.2'
testImplementation group: 'io.swagger', name: 'swagger-parser', version:'1.0.66'
testImplementation group: 'io.swagger', name: 'swagger-parser', version:'1.0.68'
}

version = '1.2.0'
version = '1.3.0'
group = 'io.swagger'

gradlePlugin {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.2.0
version=1.3.0

0 comments on commit dd6ede6

Please sign in to comment.