1
mirror of https://github.com/CarmJos/EasyConfiguration.git synced 2026-06-04 10:38:19 +08:00

fix(deps): update dependency com.typesafe:config to v1.4.6 (#218)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-02-24 19:45:53 +00:00
committed by GitHub
parent ab586c4b00
commit f376f22ad0
+1 -1
View File
@@ -50,7 +50,7 @@
<dependency> <dependency>
<groupId>com.typesafe</groupId> <groupId>com.typesafe</groupId>
<artifactId>config</artifactId> <artifactId>config</artifactId>
<version>1.4.5</version> <version>1.4.6</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>