Skip to content

Commit

Permalink
chore(deps): Some docgen bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Oct 10, 2023
1 parent 9f1e98c commit 158f383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docgen/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ tasks.withType(JavaCompile).configureEach {
}

dependencies {
implementation 'info.picocli:picocli:4.7.4'
implementation 'info.picocli:picocli:4.7.5'
implementation 'io.pebbletemplates:pebble:3.2.1'
implementation 'org.slf4j:slf4j-api:2.0.7'
implementation 'org.slf4j:slf4j-api:2.0.9'
implementation 'org.tinylog:tinylog-api:2.6.2'
runtimeOnly 'org.tinylog:tinylog-impl:2.6.2'
runtimeOnly 'org.tinylog:slf4j-tinylog:2.6.2'
Expand Down

0 comments on commit 158f383

Please sign in to comment.