Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 36452e1

Browse files
authored
Update docker-compose java examples (#489)
* Update jpprof to 0.1.6 * Fix gradle problem with snapshot
1 parent 0102f87 commit 36452e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tools/docker-compose/java/simple/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ group = "com.example"
1919
version = "0.1.0"
2020

2121
dependencies {
22-
implementation 'com.grafana:jpprof:0.1.4'
22+
implementation 'com.grafana:jpprof:0.1.6'
2323
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sun Oct 09 17:52:05 CEST 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-7.6-20220920234319+0000-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

tools/docker-compose/java/springboot/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313
}
1414

1515
dependencies {
16-
implementation 'com.grafana:jpprof:0.1.4'
16+
implementation 'com.grafana:jpprof:0.1.6'
1717
implementation 'org.springframework.boot:spring-boot-starter-web'
1818
testImplementation 'org.springframework.boot:spring-boot-starter-test'
1919
}

0 commit comments

Comments
 (0)