Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
fetch-depth: 0


- name: Set up JDK 8
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 8
java-version: 17
distribution: 'temurin'


Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version: [v1.1.1](https://github.com/newrelic-experimental/newrelic-java-spring-cloud/releases/tag/v1.1.1) | Created: 2024-12-18



## Version: [v1.1.0](https://github.com/newrelic-experimental/newrelic-java-spring-cloud/releases/tag/v1.1.0) | Created: 2024-01-31
### Features
- Added enhancement for additional methods and reporting external services
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
}

plugins {
id "de.undercouch.download" version "1.2"
id "de.undercouch.download" version "5.0.0"
}

project.ext {
Expand Down
Loading