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 2990682 commit b6fc3f0Copy full SHA for b6fc3f0
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.19.2/newrelic-agent-3.19.2.jar"}
+ newrelic_url=${2:-"http://search.maven.org/remotecontent?filepath=com/newrelic/agent/java/newrelic-agent/3.22.1/newrelic-agent-3.22.1.jar"}
129
130
if [ ! -d "${build_dir}" ]; then error "Invalid slug directory to install NewRelic agent."; fi
131
0 commit comments