Skip to content

Commit

Permalink
[DUOS-1740-dependabot]: Bump the maven-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the maven-dependencies group with 5 updates:

| Package | Update |
| --- | --- |
| [io.sentry:sentry](https://github.com/getsentry/sentry-java) | 6.26.0 to 6.27.0 |
| [org.elasticsearch.client:elasticsearch-rest-client](https://github.com/elastic/elasticsearch) | 8.8.2 to 8.9.0 |
| org.apache.commons:commons-lang3 | 3.12.0 to 3.13.0 |
| [org.webjars:swagger-ui](https://github.com/webjars/swagger-ui) | 5.1.3 to 5.2.0 |
| [org.codehaus.mojo:properties-maven-plugin](https://github.com/mojohaus/properties-maven-plugin) | 1.1.0 to 1.2.0 |


Updates `io.sentry:sentry` from 6.26.0 to 6.27.0
- [Release notes](https://github.com/getsentry/sentry-java/releases)
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-java@6.26.0...6.27.0)

Updates `org.elasticsearch.client:elasticsearch-rest-client` from 8.8.2 to 8.9.0
- [Release notes](https://github.com/elastic/elasticsearch/releases)
- [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch@v8.8.2...v8.9.0)

Updates `org.apache.commons:commons-lang3` from 3.12.0 to 3.13.0

Updates `org.webjars:swagger-ui` from 5.1.3 to 5.2.0
- [Commits](webjars/swagger-ui@swagger-ui-5.1.3...swagger-ui-5.2.0)

Updates `org.codehaus.mojo:properties-maven-plugin` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/mojohaus/properties-maven-plugin/releases)
- [Commits](mojohaus/properties-maven-plugin@properties-maven-plugin-1.1.0...1.2.0)

---
updated-dependencies:
- dependency-name: io.sentry:sentry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.elasticsearch.client:elasticsearch-rest-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.webjars:swagger-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.codehaus.mojo:properties-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 31, 2023
1 parent 6810baf commit 3f849f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<jena.version>2.6.4</jena.version>
<jersey.version>2.19</jersey.version>
<mockserver.version>5.15.0</mockserver.version>
<swagger.ui.version>5.1.3</swagger.ui.version>
<swagger.ui.version>5.2.0</swagger.ui.version>
<swagger.ui.path>META-INF/resources/webjars/swagger-ui/${swagger.ui.version}/</swagger.ui.path>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down Expand Up @@ -78,7 +78,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<executions>
<execution>
<phase>generate-resources</phase>
Expand Down Expand Up @@ -343,7 +343,7 @@
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry</artifactId>
<version>6.26.0</version>
<version>6.27.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -423,13 +423,13 @@
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-client</artifactId>
<version>8.8.2</version>
<version>8.9.0</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<version>3.13.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 3f849f9

Please sign in to comment.