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
….0 (#275)

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

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

---
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] <[email protected]>

* Update build.gradle

* #273 Bump minor version of gradle, Revert tomcat dependency to v10 due to app start failure

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Conor Heffron <[email protected]>
  • Loading branch information
dependabot[bot] and conorheffron authored Oct 15, 2024
1 parent d0e79d8 commit 5bd1bba
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
with:
gradle-version: '8.10.1'
gradle-version: '8.10.2'

- name: Build with Gradle 8.10.1
- name: Build with Gradle 8.10.2
run: gradle build

# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
with:
gradle-version: '8.10.1'
gradle-version: '8.10.2'
dependency-graph: download-and-submit
cache-disabled: true

- name: Build with Gradle 8.10.1
- name: Build with Gradle 8.10.2
run: gradle build

dependency-submission:
Expand All @@ -51,4 +51,4 @@ jobs:
with:
java-version: '21'
distribution: 'temurin'
gradle-version: 8.10.1
gradle-version: 8.10.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:8.10.1-jdk21-alpine
FROM gradle:8.10.2-jdk21-alpine

COPY . /home/gradle
RUN gradle build
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'war'
apply plugin: 'maven-publish'

group = 'conorheffron'
version = '5.3.1'
version = '5.3.2'
description = "Sample Data Manager"

sourceCompatibility = 21
Expand Down

0 comments on commit 5bd1bba

Please sign in to comment.