Skip to content

Commit

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

Bump org.springframework.boot:spring-boot-starter-tomcat from 1.5.6.RELEASE to 3.2.4
  • Loading branch information
conorheffron authored Mar 27, 2024
2 parents a94a087 + 01d7bfa commit 7e60e55
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ buildscript {
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'idea'
// apply plugin: 'org.springframework.boot'
apply plugin: 'org.springframework.boot'
apply plugin: 'docker'
apply plugin: 'war'
apply plugin: 'maven'
// apply plugin: 'maven'

group = 'conorheffron'
version = '1.5.3'
Expand Down Expand Up @@ -43,9 +43,10 @@ dependencies {
compile group: 'org.apache.maven.reporting', name: 'maven-reporting-api', version:'3.1.1'
compile group: 'org.jacoco', name: 'jacoco-maven-plugin', version:'0.8.11'

compile group: 'org.springframework.boot', name: 'spring-boot-starter-tomcat', version:'1.5.6.RELEASE'
compile group: 'org.springframework.boot', name: 'spring-boot-starter-tomcat', version:'3.2.4'
compile group: 'org.apache.tomcat.embed', name: 'tomcat-embed-jasper', version:'8.5.16'
compile group: 'javax.servlet', name: 'jstl', version:'1.2'
// compile group: 'javax.servlet', name: 'jstl', version:'1.2'
compile group: 'javax.servlet', name: 'servlet-api', version: '2.5'

testImplementation group: 'junit', name: 'junit', version: '4.5'
testCompile(group: 'org.springframework.boot', name: 'spring-boot-starter-test', version:'3.2.4') {
Expand Down

0 comments on commit 7e60e55

Please sign in to comment.