Skip to content

Commit

Permalink
chore(deps): Update dogfeed to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion committed Nov 3, 2023
1 parent 157791f commit 153ab7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildscript-gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
com.gradle.plugin-publish:com.gradle.plugin-publish.gradle.plugin:1.2.1=classpath
com.gradle.publish:plugin-publish-plugin:1.2.1=classpath
io.github.joselion.pretty-jupiter:io.github.joselion.pretty-jupiter.gradle.plugin:3.1.0=classpath
io.github.joselion.strict-null-check:io.github.joselion.strict-null-check.gradle.plugin:3.1.0=classpath
io.github.joselion.strict-null-check:io.github.joselion.strict-null-check.gradle.plugin:3.2.0=classpath
io.github.joselion:maybe:3.3.1=classpath
io.github.joselion:pretty-jupiter:3.1.0=classpath
io.github.joselion:strict-null-check:3.1.0=classpath
io.github.joselion:strict-null-check:3.2.0=classpath
name.remal.gradle-plugins.sonarlint:sonarlint:3.3.14=classpath
name.remal.sonarlint:name.remal.sonarlint.gradle.plugin:3.3.14=classpath
org.apache.maven:maven-model:3.6.3=classpath
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencyResolutionManagement {
plugin('pluginPublish', 'com.gradle.plugin-publish').version('1.2.1')
plugin('prettyJupiter', 'io.github.joselion.pretty-jupiter').version('3.1.0')
plugin('sonarlint', 'name.remal.sonarlint').version('3.3.14')
plugin('strictNullCheck', 'io.github.joselion.strict-null-check').version('3.1.0')
plugin('strictNullCheck', 'io.github.joselion.strict-null-check').version('3.2.0')

library('assertj', 'org.assertj', 'assertj-core').version('3.24.2')
library('lombok', 'org.projectlombok', 'lombok').version('1.18.30')
Expand Down

0 comments on commit 153ab7b

Please sign in to comment.