Skip to content

Commit

Permalink
Renovate Combined Pull Request (#903)
Browse files Browse the repository at this point in the history
* Update versions.tomcat to v11

* Update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations to v2.10.0

* Update dependency org.projectlombok:lombok to v1.18.36

* DTSAM-610 Renovate review W/C 2024-11-18 - tomcat reverted 11.0.1 -> 9.0.97 due to spring failing to start.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: Mike Brown <[email protected]>
  • Loading branch information
4 people authored Nov 19, 2024
1 parent 3cfea2b commit bd509b3
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 @@ -35,7 +35,7 @@ ext['snakeyaml.version'] = '2.0'

def versions = [
junit : '5.9.3',
lombok : '1.18.34',
lombok : '1.18.36',
reformLogging : '6.1.7',
reformS2sClient: '4.0.2',
serenity : '2.2.12',
Expand Down Expand Up @@ -265,7 +265,7 @@ dependencies {
implementation group: 'org.springframework', name: 'spring-webmvc', version: versions.spring
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.5'

implementation group: 'io.opentelemetry.instrumentation', name: 'opentelemetry-instrumentation-annotations', version: '2.9.0'
implementation group: 'io.opentelemetry.instrumentation', name: 'opentelemetry-instrumentation-annotations', version: '2.10.0'

implementation group: 'com.microsoft.azure', name: 'applicationinsights-spring-boot-starter', version: '2.6.4'

Expand Down

0 comments on commit bd509b3

Please sign in to comment.