Skip to content

Commit

Permalink
Bump the dependabot-dependency-updates group with 5 updates (#94)
Browse files Browse the repository at this point in the history
Ran the checks manually on my computer, since the Github runners seemed to be very busy and the jobs were still not picked up after ~1h.
  • Loading branch information
dependabot[bot] authored Mar 7, 2024
1 parent 48e7fec commit c0b2455
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 @@ -12,7 +12,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<parent.basedir>.</parent.basedir>
<spotless.version>2.41.1</spotless.version>
<spotless.version>2.43.0</spotless.version>
<jacoco.version>0.8.11</jacoco.version>
<source.version>3.3.0</source.version>
<maven.compiler.source>11</maven.compiler.source>
Expand Down Expand Up @@ -83,7 +83,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<configuration>
<excludes>
<exclude>**/local/**</exclude>
Expand Down Expand Up @@ -130,7 +130,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>9.0.8</version>
<version>9.0.9</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -204,7 +204,7 @@
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.7.10</version>
<version>2.7.11</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -235,7 +235,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.10</version>
<version>2.0.12</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit c0b2455

Please sign in to comment.