Skip to content

Commit

Permalink
Bump the dependencies group with 4 updates (#1696)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 4 updates: [org.eclipse.jetty:jetty-servlet](https://github.com/eclipse/jetty.project), [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java), [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) and [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless).


Updates `org.eclipse.jetty:jetty-servlet` from 10.0.15 to 10.0.16
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-10.0.15...jetty-10.0.16)

Updates `org.testcontainers:junit-jupiter` from 1.18.3 to 1.19.0
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.18.3...1.19.0)

Updates `org.testcontainers:postgresql` from 1.18.3 to 1.19.0
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.18.3...1.19.0)

Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.38.0 to 2.39.0
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@lib/2.38.0...lib/2.39.0)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-servlet
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Aug 31, 2023
1 parent 3938bb3 commit bee9858
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<version.javaee-web-api>8.0.1</version.javaee-web-api>
<version.javax-activation>1.1.1</version.javax-activation>
<version.javax-servlet>4.0.1</version.javax-servlet>
<version.jetty>10.0.15</version.jetty>
<version.jetty>10.0.16</version.jetty>
<version.jooq>3.18.6</version.jooq>
<version.json-patch>1.13</version.json-patch>
<version.junit>5.10.0</version.junit>
Expand All @@ -136,7 +136,7 @@
<version.maven.plugin.release>3.0.1</version.maven.plugin.release>
<version.maven.plugin.shade>3.5.0</version.maven.plugin.shade>
<version.maven.plugin.source>3.3.0</version.maven.plugin.source>
<version.maven.plugin.spotless>2.38.0</version.maven.plugin.spotless>
<version.maven.plugin.spotless>2.39.0</version.maven.plugin.spotless>
<version.maven.plugin.surefire>3.1.2</version.maven.plugin.surefire>
<version.maven.plugin.war>3.4.0</version.maven.plugin.war>

Expand All @@ -146,7 +146,7 @@
<version.postgis>2.5.1</version.postgis>
<version.postgres>42.6.0</version.postgres>
<version.slf4j-api>2.0.7</version.slf4j-api>
<version.testcontainers>1.18.3</version.testcontainers>
<version.testcontainers>1.19.0</version.testcontainers>
<version.testcontainers-keycloak>3.0.0</version.testcontainers-keycloak>
<version.time4j>5.9.3</version.time4j>
</properties>
Expand Down

0 comments on commit bee9858

Please sign in to comment.