Skip to content

Commit

Permalink
Merge pull request #45 from lsd-consulting/dependabot/gradle/lsd-depe…
Browse files Browse the repository at this point in the history
…ndencies-74c0ebd44f
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
2 parents 859658d + c0d515f commit 49b4a2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ wrapper {
allprojects {
plugins.withId('java') {
dependencies {
implementation 'io.github.lsd-consulting:lsd-core:6.1.8'
implementation 'io.github.lsd-consulting:lsd-formatting-library:4.0.5'
implementation 'io.github.lsd-consulting:lsd-core:6.1.9'
implementation 'io.github.lsd-consulting:lsd-formatting-library:4.0.7'

testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'io.mockk:mockk-jvm:1.13.8'
Expand Down
2 changes: 1 addition & 1 deletion example-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation "com.h2database:h2"

testImplementation(project(':lsd-interceptors'))
testImplementation 'io.github.lsd-consulting:lsd-junit5:6.0.6'
testImplementation 'io.github.lsd-consulting:lsd-junit5:6.0.7'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}

Expand Down

0 comments on commit 49b4a2d

Please sign in to comment.