We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0235892 commit 3bad1c1Copy full SHA for 3bad1c1
lib/utils
@@ -125,7 +125,7 @@ install_maven() {
125
126
install_newrelic() {
127
build_dir=$1
128
- newrelic_url=${2:-"http://search.maven.org/remotecontent?filepath=com/newrelic/agent/java/newrelic-agent/3.24.1/newrelic-agent-3.24.1.jar"}
+ newrelic_url=${2:-"http://search.maven.org/remotecontent?filepath=com/newrelic/agent/java/newrelic-agent/3.29.0/newrelic-agent-3.29.0.jar"}
129
130
if [ ! -d "${build_dir}" ]; then error "Invalid slug directory to install NewRelic agent."; fi
131
0 commit comments