Skip to content

Commit

Permalink
Auto-Update Dependencies
Browse files Browse the repository at this point in the history
Updated ${junit.version} from 5.10.3 to 5.11.0-M2
Updated ${spotless.version} from 2.43.0 to 2.44.0.BETA1
Updated org.eclipse.jgit:org.eclipse.jgit:jar:6.9.0.202403050737-r to version 6.10.0.202406032230-r
  • Loading branch information
actions-user committed Jul 31, 2024
1 parent 7362007 commit ba1a9ea
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 @@ -52,12 +52,12 @@
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<spotless.version>2.43.0</spotless.version>
<spotless.version>2.44.0.BETA1</spotless.version>
<jackson.version>2.17.2</jackson.version>
<slf4j.version>2.0.13</slf4j.version>
<okhttp.version>4.12.0</okhttp.version>
<autograder.version>0.6.0</autograder.version>
<junit.version>5.10.3</junit.version>
<junit.version>5.11.0-M2</junit.version>
<versions-maven-plugin.version>2.17.1</versions-maven-plugin.version>
</properties>

Expand Down Expand Up @@ -102,7 +102,7 @@
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>6.9.0.202403050737-r</version>
<version>6.10.0.202406032230-r</version>
</dependency>

<!-- Test dependencies -->
Expand Down

0 comments on commit ba1a9ea

Please sign in to comment.