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 3 updates (#46)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback), [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) and com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider.


Updates `ch.qos.logback:logback-classic` from 1.5.2 to 1.5.3
- [Commits](https://github.com/qos-ch/logback/commits/v_1.5.3)

Updates `org.apache.maven.plugins:maven-assembly-plugin` from 3.6.0 to 3.7.0
- [Commits](apache/maven-assembly-plugin@maven-assembly-plugin-3.6.0...maven-assembly-plugin-3.7.0)

Updates `com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider` from 2.16.1 to 2.16.2

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-assembly-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 Mar 11, 2024
1 parent 828a806 commit db6d472
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<packaging>pom</packaging>

<properties>
<logback.version>1.5.2</logback.version>
<logback.version>1.5.3</logback.version>
<slf4j.version>2.0.12</slf4j.version>

<jdk.version>1.8</jdk.version>
Expand Down Expand Up @@ -168,7 +168,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
<version>3.7.0</version>
</plugin>
</plugins>
</pluginManagement>
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.1</jackson.version>
<jackson.version>2.16.2</jackson.version>
</properties>

<dependencies>
Expand Down

0 comments on commit db6d472

Please sign in to comment.