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.9 (#243)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-06-03 23:54:59 +00:00
committed by GitHub
parent b0a9f6505c
commit 85266283c4
+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.8</version> <version>1.4.9</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>