Skip to content

Commit

Permalink
Merge pull request #21 from conorheffron/dependabot/gradle/org.spring…
Browse files Browse the repository at this point in the history
…framework.boot-spring-boot-starter-test-3.2.4

Bump org.springframework.boot:spring-boot-starter-test from 1.5.6.RELEASE to 3.2.4
  • Loading branch information
conorheffron authored Mar 27, 2024
2 parents 76dad5e + 9f76dad commit 34cdeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
compile group: 'org.apache.tomcat.embed', name: 'tomcat-embed-jasper', version:'8.5.16'
compile group: 'javax.servlet', name: 'jstl', version:'1.2'

testCompile(group: 'org.springframework.boot', name: 'spring-boot-starter-test', version:'1.5.6.RELEASE') {
testCompile(group: 'org.springframework.boot', name: 'spring-boot-starter-test', version:'3.2.4') {
exclude(module: 'commons-logging')
}
}
Expand Down

0 comments on commit 34cdeed

Please sign in to comment.