From 3abebf6ee9f5faf0ab34976464fd0e53756b6f28 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Aug 2024 06:59:20 +0000 Subject: [PATCH 1/2] fix: upgrade org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.3 Snyk has created this PR to upgrade org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.3. See this package in maven: org.junit.jupiter:junit-jupiter See this project in Snyk: https://app.snyk.io/org/b.w.donnelly1/project/537d8cdc-cdc5-4851-8ce3-bfc4014a9b50?utm_source=github&utm_medium=referral&page=upgrade-pr --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7fc0056..af31854 100644 --- a/pom.xml +++ b/pom.xml @@ -554,7 +554,7 @@ org.junit.jupiter junit-jupiter - 5.9.3 + 5.10.3 org.mockito From 721262ed53c6bbd660ee57554b17447bdd4df1ed Mon Sep 17 00:00:00 2001 From: Ben Donnelly Date: Fri, 23 Aug 2024 16:25:55 +0100 Subject: [PATCH 2/2] chore(update): update junit tests --- docs/config/config.md | 4 ++-- docs/index.md | 4 ++-- pom.xml | 10 ++++++---- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/config/config.md b/docs/config/config.md index 73d0294..145b641 100644 --- a/docs/config/config.md +++ b/docs/config/config.md @@ -1,6 +1,6 @@ # Deep Java Client config values -A list of the possible config values for the deep python agent. They can be set via code, as environment variables, or as system properties. +A list of the possible config values for the deep java client. They can be set via code, as environment variables, or as system properties. Note: When setting as environment variable prefix the key with 'DEEP_'. e.g. DEEP_SERVICE_URL @@ -10,7 +10,7 @@ Note: When setting as system property lower case and use '.' as well as the pref |-----------------------|------------|--------------------------------------------------------------------------------------------------------------------------------------| | SERVICE_URL | deep:43315 | The url (hostname:port) of the deep service to connect to. | | SERVICE_SECURE | True | Can be set to False if the service doesn't support secure connections. | -| LOGGING_CONF | None | Can be used to override the python logging config used by the agent. | +| LOGGING_CONF | None | Can be used to override the logging config used by the client. | | POLL_TIMER | 10 | The time (in seconds) of the interval between polls. | | SERVICE_AUTH_PROVIDER | None | The auth provider to use, each provider can have their own config, see available [auth providers](../auth/providers.md) for details. | | IN_APP_INCLUDE | None | A string of comma (,) seperated values that indicate a package is part of the app. | diff --git a/docs/index.md b/docs/index.md index 34fbc4c..99a08c6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,13 +27,13 @@ When using the dependency approach you simple add deep to you project and start com.intergral.deep deep - 1.0-SNAPSHOT + LATEST compile com.intergral.deep agent - 1.0-SNAPSHOT + LATEST provided diff --git a/pom.xml b/pom.xml index af31854..c106ad9 100644 --- a/pom.xml +++ b/pom.xml @@ -551,11 +551,13 @@ - org.junit.jupiter - junit-jupiter - - 5.10.3 + org.junit + junit-bom + 5.11.0 + pom + import + org.mockito mockito-core