From d64fed32f3ccc4e24eaaf81c9ca21ceb32e6788c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 13:57:23 +0000 Subject: [PATCH] Bump the dependencies group with 4 updates (#38) Bumps the dependencies group with 4 updates: org.slf4j:slf4j-api, [org.testng:testng](https://github.com/testng-team/testng), [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) and com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider. Updates `org.slf4j:slf4j-api` from 2.0.9 to 2.0.10 Updates `org.testng:testng` from 7.8.0 to 7.9.0 - [Release notes](https://github.com/testng-team/testng/releases) - [Changelog](https://github.com/testng-team/testng/blob/master/CHANGES.txt) - [Commits](https://github.com/testng-team/testng/compare/7.8.0...7.9.0) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.11.0 to 3.12.1 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.11.0...maven-compiler-plugin-3.12.1) Updates `com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider` from 2.16.0 to 2.16.1 --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.testng:testng dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 6 +++--- wikipedia-rest/pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 817dd06..52f8cf1 100644 --- a/pom.xml +++ b/pom.xml @@ -60,10 +60,10 @@ 1.4.14 - 2.0.9 + 2.0.10 1.8 - 7.8.0 + 7.9.0 UTF-8 UTF-8 @@ -127,7 +127,7 @@ maven-compiler-plugin - 3.11.0 + 3.12.1 ${jdk.version} ${jdk.version} diff --git a/wikipedia-rest/pom.xml b/wikipedia-rest/pom.xml index 7f4410d..e55bde4 100644 --- a/wikipedia-rest/pom.xml +++ b/wikipedia-rest/pom.xml @@ -43,7 +43,7 @@ org.lambda3.data.wikipedia.rest.WikipediaService 3.1.5 - 2.16.0 + 2.16.1