Skip to content

Commit

Permalink
Update slf4j
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Jan 4, 2024
1 parent 2be8dec commit fe1ae98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
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.15.1'
implementation 'org.slf4j:slf4j-simple:1.7.36'
implementation 'org.slf4j:slf4j-simple:2.0.10'

// optional dependency of commons-compress which is needed by JGit
implementation 'org.tukaani:xz:1.9'
Expand Down
2 changes: 1 addition & 1 deletion httpserver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation 'org.eclipse.jgit:org.eclipse.jgit.http.server:6.7.0.202309050840-r'
implementation 'org.eclipse.jetty:jetty-servlet:9.4.51.v20230217'

implementation 'org.slf4j:slf4j-simple:1.7.36'
implementation 'org.slf4j:slf4j-simple:2.0.10'
}

wrapper {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.36</version>
<version>2.0.10</version>
</dependency>

<!-- optional dependency of commons-compress which is needed by JGit -->
Expand Down

0 comments on commit fe1ae98

Please sign in to comment.