Skip to content

Commit

Permalink
Bump org.apache.tomcat.embed:tomcat-embed-jasper from 10.1.30 to 11.0…
Browse files Browse the repository at this point in the history
….1 (#282)

* Bump org.apache.tomcat.embed:tomcat-embed-jasper from 10.1.30 to 11.0.1

Bumps org.apache.tomcat.embed:tomcat-embed-jasper from 10.1.30 to 11.0.1.

---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-jasper
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update build.gradle

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Conor Heffron <conor.heffron@gmail.com>
  • Loading branch information
dependabot[bot] and conorheffron authored Nov 29, 2024
1 parent 2955f3a commit a021f7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ apply plugin: 'war'
apply plugin: 'maven-publish'

group = 'conorheffron'
version = '5.3.9'
version = '5.4.1'

description = "Sample Data Manager"

sourceCompatibility = 21
Expand Down Expand Up @@ -70,7 +71,7 @@ dependencies {

implementation group: 'org.apache.maven.reporting', name: 'maven-reporting-api', version:'4.0.0'
implementation group: 'org.jacoco', name: 'jacoco-maven-plugin', version:'0.8.12'
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-jasper', version:'10.1.30'
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-jasper', version:'11.0.1'
implementation group: 'org.glassfish.web', name: 'jakarta.servlet.jsp.jstl', version: '3.0.1'

testImplementation group: 'junit', name: 'junit', version: '4.13.2'
Expand Down

0 comments on commit a021f7e

Please sign in to comment.