Skip to content

Commit

Permalink
Bump the patches group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the patches group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.8` | `1.5.10` |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.11.1` | `5.11.2` |
| [org.junit.platform:junit-platform-suite](https://github.com/junit-team/junit5) | `1.11.1` | `1.11.2` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.0` | `3.5.1` |
| [org.cyclonedx:cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin) | `2.8.2` | `2.9.0` |



Updates `ch.qos.logback:logback-classic` from 1.5.8 to 1.5.10
- [Commits](qos-ch/logback@v_1.5.8...v_1.5.10)

Updates `org.junit.jupiter:junit-jupiter` from 5.11.1 to 5.11.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.1...r5.11.2)

Updates `org.junit.platform:junit-platform-suite` from 1.11.1 to 1.11.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

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

Updates `org.cyclonedx:cyclonedx-maven-plugin` from 2.8.2 to 2.9.0
- [Release notes](https://github.com/CycloneDX/cyclonedx-maven-plugin/releases)
- [Commits](CycloneDX/cyclonedx-maven-plugin@cyclonedx-maven-plugin-2.8.2...cyclonedx-maven-plugin-2.9.0)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: org.junit.platform:junit-platform-suite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: org.cyclonedx:cyclonedx-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 0645f22 commit 00df4cd
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 @@ -66,12 +66,12 @@
<dependency.jetty>12.0.14</dependency.jetty>
<!-- Logging dependency versions -->
<dependency.slf4j>2.0.16</dependency.slf4j>
<dependency.logback>1.5.8</dependency.logback>
<dependency.logback>1.5.10</dependency.logback>

<!-- Test dependency versions -->
<dependency.jackson>2.18.0</dependency.jackson>
<dependency.junit5>5.11.1</dependency.junit5>
<dependency.junit5-platform>1.11.1</dependency.junit5-platform>
<dependency.junit5>5.11.2</dependency.junit5>
<dependency.junit5-platform>1.11.2</dependency.junit5-platform>
<dependency.log4j2>2.20.0</dependency.log4j2>
<dependency.mockito>5.14.1</dependency.mockito>
<dependency.mockito-inline>5.2.0</dependency.mockito-inline>
Expand All @@ -92,7 +92,7 @@
<coverage.minimum>0.8</coverage.minimum>

<!-- Plugin Versioning -->
<plugin.cyclonedx>2.8.2</plugin.cyclonedx>
<plugin.cyclonedx>2.9.0</plugin.cyclonedx>
<plugin.dependency>3.8.0</plugin.dependency>
<plugin.gpg>3.2.7</plugin.gpg>
<plugin.jacoco>0.8.12</plugin.jacoco>
Expand All @@ -102,7 +102,7 @@
<plugin.shade>3.6.0</plugin.shade>
<plugin.sonatype>1.7.0</plugin.sonatype>
<plugin.source>3.3.1</plugin.source>
<plugin.surefire>3.5.0</plugin.surefire>
<plugin.surefire>3.5.1</plugin.surefire>
</properties>

<dependencies>
Expand Down

0 comments on commit 00df4cd

Please # to comment.