Skip to content

Commit

Permalink
chore(deps): update java deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Jun 27, 2022
1 parent 8d1363a commit 3b4b3e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {

// release
id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
id 'net.researchgate.release' version '2.8.1'
id 'net.researchgate.release' version '3.0.0'
id "com.gorylenko.gradle-git-properties" version "2.4.1"
id 'signing'
id 'ru.vyarus.pom' version '2.2.1' apply false
Expand Down Expand Up @@ -407,6 +407,6 @@ release {
buildTasks = ['classes']

git {
requireBranch = 'release'
requireBranch.set('release')
}
}
10 changes: 5 additions & 5 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {

// utils
implementation group: 'net.jodah', name: 'failsafe', version: '2.4.4'
implementation 'com.github.oshi:oshi-core:6.1.6'
implementation 'com.github.oshi:oshi-core:6.2.0'
implementation 'io.pebbletemplates:pebble:3.1.5'

// scheduler
Expand All @@ -33,10 +33,10 @@ dependencies {
implementation 'com.github.docker-java:docker-java-transport-httpclient5:3.2.13'

// schema
implementation group: 'com.github.victools', name: 'jsonschema-generator', version: '4.24.3'
implementation group: 'com.github.victools', name: 'jsonschema-module-javax-validation', version: '4.24.3'
implementation group: 'com.github.victools', name: 'jsonschema-module-jackson', version: '4.24.3'
implementation group: 'com.github.victools', name: 'jsonschema-module-swagger-2', version: '4.24.3'
implementation group: 'com.github.victools', name: 'jsonschema-generator', version: '4.25.0'
implementation group: 'com.github.victools', name: 'jsonschema-module-javax-validation', version: '4.25.0'
implementation group: 'com.github.victools', name: 'jsonschema-module-jackson', version: '4.25.0'
implementation group: 'com.github.victools', name: 'jsonschema-module-swagger-2', version: '4.25.0'

// test
testImplementation project(':repository-memory')
Expand Down

0 comments on commit 3b4b3e0

Please sign in to comment.