Skip to content

Commit

Permalink
Update commons-io and update from JUnit 4 to JUnit 5-Vintage
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Oct 7, 2023
1 parent e53eb47 commit 22f9396
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ dependencies {
implementation 'org.eclipse.jgit:org.eclipse.jgit.archive:6.7.0.202309050840-r'
implementation 'org.eclipse.jgit:org.eclipse.jgit.ssh.jsch:6.7.0.202309050840-r'
implementation 'org.eclipse.jgit:org.eclipse.jgit.ssh.apache:6.7.0.202309050840-r'
implementation 'commons-io:commons-io:2.13.0'
implementation 'commons-io:commons-io:2.14.0'
implementation 'org.slf4j:slf4j-simple:1.7.36'

// optional dependency of commons-compress which is needed by JGit
implementation 'org.tukaani:xz:1.9'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.0'
}

wrapper {
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.13.0</version>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -57,9 +57,9 @@
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.10.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 22f9396

Please sign in to comment.