Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Bump the dependencies group with 4 updates (#38)
Browse files Browse the repository at this point in the history
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](testng-team/testng@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](apache/maven-compiler-plugin@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 7, 2024
1 parent c03c806 commit d64fed3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@

<properties>
<logback.version>1.4.14</logback.version>
<slf4j.version>2.0.9</slf4j.version>
<slf4j.version>2.0.10</slf4j.version>

<jdk.version>1.8</jdk.version>
<testng.version>7.8.0</testng.version>
<testng.version>7.9.0</testng.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down Expand Up @@ -127,7 +127,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.1</version>
<configuration>
<source>${jdk.version}</source>
<target>${jdk.version}</target>
Expand Down
2 changes: 1 addition & 1 deletion wikipedia-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<properties>
<server.mainClass>org.lambda3.data.wikipedia.rest.WikipediaService</server.mainClass>
<jersey.version>3.1.5</jersey.version>
<jackson.version>2.16.0</jackson.version>
<jackson.version>2.16.1</jackson.version>
</properties>

<dependencies>
Expand Down

0 comments on commit d64fed3

Please sign in to comment.