Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Upgrading Riposte to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
tlisonbee committed May 10, 2017
1 parent 0074453 commit 40b3c2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
jcenter()
}

def riposteVersion = '0.8.1'
def riposteVersion = '0.9.4'
def logbackVersion = '1.1.7'
// Request version 4 for full java 8 support
def guiceVersion = '4.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ protected CmsConfig(Config appConfig, PropertiesRegistrationGuiceModule properti

// Now that everything else is setup, we can initialize the metrics listener.
if (guiceValues.metricsListener != null)
guiceValues.metricsListener.initServerConfigMetrics(this);
guiceValues.metricsListener.initEndpointAndServerConfigMetrics(this);
}

public CmsConfig(Config appConfig) {
Expand Down

0 comments on commit 40b3c2e

Please sign in to comment.