Skip to content

Commit 2d53ba3

Browse files
committed
Update utils jar
1 parent fa58ea8 commit 2d53ba3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ clean:
88
compile:
99
./gradlew build -xtest
1010

11+
build: compile
12+
1113
jars:
1214
./gradlew agentJar proxyJar
1315

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ targetCompatibility = 1.8
1717
def kotlinVersion = '1.3.60'
1818
def serializationVersion = '0.13.0'
1919
def coroutinesVersion = '1.3.2'
20-
def utilsVersion = '1.1.2'
20+
def utilsVersion = '1.1.3'
2121

2222
def grpcVersion = '1.25.0'
2323
def protocVersion = '3.10.0'

src/main/java/io/prometheus/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
@VersionAnnotation(version = "1.4.2", date = "11/14/19")
17+
@VersionAnnotation(version = "1.4.2", date = "11/15/19")
1818
package io.prometheus;
1919

2020
import io.prometheus.common.VersionAnnotation;

0 commit comments

Comments
 (0)