Skip to content

Commit

Permalink
fix(2): go even further back
Browse files Browse the repository at this point in the history
  • Loading branch information
YairLevi committed Jan 14, 2024
1 parent 9e0ae34 commit 107839c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>com.sparkjava</groupId>
<artifactId>spark-core</artifactId>
<version>2.9.3</version> <!-- Use the latest version -->
<version>2.5.1</version> <!-- Use the latest version -->
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -113,7 +113,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.8</version>
<version>1.3.6</version>
</dependency>
<dependency>
<groupId>com.github.Webview</groupId>
Expand Down

0 comments on commit 107839c

Please sign in to comment.