Skip to content

Commit 2437b37

Browse files
committed
Merge remote-tracking branch 'origin/dev' into dev
2 parents fec537c + b7a4f23 commit 2437b37

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ![](https://github.com/sourceplusplus/live-platform/blob/master/.github/media/sourcepp_logo.svg)
22

3-
[![License](https://img.shields.io/github/license/sourceplusplus/probe-jvm)](LICENSE)
3+
[![License](https://camo.githubusercontent.com/93398bf31ebbfa60f726c4f6a0910291b8156be0708f3160bad60d0d0e1a4c3f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f736f75726365706c7573706c75732f6c6976652d706c6174666f726d)](LICENSE)
44
![GitHub release](https://img.shields.io/github/v/release/sourceplusplus/probe-jvm?include_prereleases)
55
[![Build](https://github.com/sourceplusplus/probe-jvm/actions/workflows/build.yml/badge.svg)](https://github.com/sourceplusplus/probe-jvm/actions/workflows/build.yml)
66

@@ -12,7 +12,7 @@ This project provides JVM support to the [Source++](https://github.com/sourceplu
1212

1313
## Standalone Agent
1414

15-
1. Add `spp-probe-*.jar`& `spp-probe.yml` to the same directory
15+
1. Add `spp-probe-*.jar` and `spp-probe.yml` to the same directory
1616
- E.g. [spp-probe-0.4.2.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.4.2/spp-probe-0.4.2.jar) & [spp-probe.yml](https://docs.sourceplusplus.com/implementation/tools/probe/configuration/)
1717
1. Boot application with `-javaagent:spp-probe-*.jar` parameter
1818
- E.g. `java -javaagent:/opt/spp-platform/spp-probe-0.4.2.jar -jar MyApp.jar`

services/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626

2727
//implementation("com.google.code.gson:gson:$gsonVersion")
2828
implementation(files("../.ext/gson-2.8.6-SNAPSHOT.jar"))
29-
implementation("org.springframework:spring-expression:5.3.16")
29+
implementation("org.springframework:spring-expression:5.3.17")
3030
implementation("com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion")
3131
implementation("org.jetbrains:annotations:23.0.0")
3232
testImplementation("junit:junit:4.13.2")

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pluginManagement {
22
plugins {
33
String kotlinVersion = "1.6.10"
44
id 'org.jetbrains.kotlin.jvm' version kotlinVersion apply false
5-
id 'com.avast.gradle.docker-compose' version "0.15.1" apply false
5+
id 'com.avast.gradle.docker-compose' version "0.15.2" apply false
66
id 'io.gitlab.arturbosch.detekt' version "1.19.0" apply false
77
id 'com.github.johnrengelman.shadow' version "7.1.2" apply false
88
id 'com.diffplug.spotless' version '6.3.0' apply false

0 commit comments

Comments
 (0)