Skip to content

Commit

Permalink
chore(deps): update most js deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Apr 12, 2022
1 parent dd04ea3 commit 96a3153
Show file tree
Hide file tree
Showing 3 changed files with 7,381 additions and 2,874 deletions.
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.5'
implementation 'com.github.oshi:oshi-core:6.1.6'
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.23.0'
implementation group: 'com.github.victools', name: 'jsonschema-module-javax-validation', version: '4.23.0'
implementation group: 'com.github.victools', name: 'jsonschema-module-jackson', version: '4.23.0'
implementation group: 'com.github.victools', name: 'jsonschema-module-swagger-2', version: '4.23.0'
implementation group: 'com.github.victools', name: 'jsonschema-generator', version: '4.24.2'
implementation group: 'com.github.victools', name: 'jsonschema-module-javax-validation', version: '4.24.2'
implementation group: 'com.github.victools', name: 'jsonschema-module-jackson', version: '4.24.2'
implementation group: 'com.github.victools', name: 'jsonschema-module-swagger-2', version: '4.24.2'

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

0 comments on commit 96a3153

Please sign in to comment.