summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/api/pom.xml b/api/pom.xml
index bce1f47..272f144 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -49,19 +49,19 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>[2.17,3.0)</version>
+ <version>[2.17,2.9999]</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
- <version>[2.17,3.0)</version>
+ <version>[2.17,2.9999]</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
- <version>[2.0,3.0)</version>
+ <version>[2.0,2.9999]</version>
<scope>compile</scope>
</dependency>
</dependencies>