Skip to content

Commit

Permalink
Merge pull request #50 from lsd-consulting/dependabot/gradle/lsd-depe…
Browse files Browse the repository at this point in the history
…ndencies-96067091b5
  • Loading branch information
dependabot[bot] authored Nov 7, 2023
2 parents e0f7c30 + 4b9562f commit d3478c6
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.9'
implementation 'io.github.lsd-consulting:lsd-formatting-library:4.0.7'
implementation 'io.github.lsd-consulting:lsd-core:6.1.10'
implementation 'io.github.lsd-consulting:lsd-formatting-library:4.0.8'

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.8'
testImplementation 'io.github.lsd-consulting:lsd-junit5:6.0.10'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}

Expand Down

0 comments on commit d3478c6

Please sign in to comment.