Skip to content

Commit

Permalink
Bump org.apache.maven.reporting:maven-reporting-api from 3.1.1 to 4.0…
Browse files Browse the repository at this point in the history
….0 (#271)

* Bump org.apache.maven.reporting:maven-reporting-api from 3.1.1 to 4.0.0

Bumps [org.apache.maven.reporting:maven-reporting-api](https://github.com/apache/maven-reporting-api) from 3.1.1 to 4.0.0.
- [Commits](apache/maven-reporting-api@maven-reporting-api-3.1.1...maven-reporting-api-4.0.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.reporting:maven-reporting-api
  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 Oct 7, 2024
1 parent 79ea762 commit 663cde7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.2.6'
version = '5.2.7'
description = "Sample Data Manager"

sourceCompatibility = 21
Expand Down Expand Up @@ -66,7 +66,7 @@ dependencies {
implementation group: 'mysql', name: 'mysql-connector-java', version:'8.0.33'
implementation group: 'com.h2database', name: 'h2', version:'2.3.232'

implementation group: 'org.apache.maven.reporting', name: 'maven-reporting-api', version:'3.1.1'
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.glassfish.web', name: 'jakarta.servlet.jsp.jstl', version: '3.0.1'
Expand Down

0 comments on commit 663cde7

Please sign in to comment.