Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/org.jobrunr-jobrunr-spring-…
Browse files Browse the repository at this point in the history
…boot-3-starter-7.3.2
  • Loading branch information
Steffengreiner authored Jan 7, 2025
2 parents 292a8fa + d5c4726 commit 514b7e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.5.11</version>
<version>1.5.16</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>4.0.23</version>
<version>4.0.24</version>
<type>pom</type>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -220,7 +220,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
<configuration>
<useModulePath>false</useModulePath>
<includes>
Expand Down

0 comments on commit 514b7e1

Please sign in to comment.