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 5 updates (#36)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.2.2` | `3.2.3` |
| org.glassfish.jersey.containers:jersey-container-jetty-http | `3.1.4` | `3.1.5` |
| org.glassfish.jersey.ext:jersey-bean-validation | `3.1.4` | `3.1.5` |
| org.glassfish.jersey.test-framework:jersey-test-framework-core | `3.1.4` | `3.1.5` |
| org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty | `3.1.4` | `3.1.5` |


Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.2.2...surefire-3.2.3)

Updates `org.glassfish.jersey.containers:jersey-container-jetty-http` from 3.1.4 to 3.1.5

Updates `org.glassfish.jersey.ext:jersey-bean-validation` from 3.1.4 to 3.1.5

Updates `org.glassfish.jersey.test-framework:jersey-test-framework-core` from 3.1.4 to 3.1.5

Updates `org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty` from 3.1.4 to 3.1.5

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.glassfish.jersey.containers:jersey-container-jetty-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.glassfish.jersey.ext:jersey-bean-validation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.glassfish.jersey.test-framework:jersey-test-framework-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty
  dependency-type: direct:development
  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 Dec 18, 2023
1 parent e6ac3f1 commit c03c806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.3</version>
<configuration>
<includes>
<include>**/Test*.java</include>
Expand Down
2 changes: 1 addition & 1 deletion wikipedia-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<properties>
<server.mainClass>org.lambda3.data.wikipedia.rest.WikipediaService</server.mainClass>
<jersey.version>3.1.4</jersey.version>
<jersey.version>3.1.5</jersey.version>
<jackson.version>2.16.0</jackson.version>
</properties>

Expand Down

0 comments on commit c03c806

Please sign in to comment.