diff --git a/Application_Properties.java b/Application_Properties.java
index e69de29..8b13789 100644
--- a/Application_Properties.java
+++ b/Application_Properties.java
@@ -0,0 +1 @@
+
diff --git a/pom.xml b/pom.xml
index 7393a71..ed3eef5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,8 +12,8 @@
UTF-8
17
5.3.0-M1
- 1.7.36
- 2.25.3
+ 2.1.0-alpha1
+ 3.0.0-beta2
${maven.build.timestamp}
yyyy-MM-dd HH:mm:ss
@@ -100,19 +100,19 @@
org.junit.platform
junit-platform-runner
- 1.14.1
+ 1.14.3
test
org.mockito
mockito-core
- 5.21.0
+ 5.22.0
test
org.mockito
mockito-junit-jupiter
- 5.21.0
+ 5.22.0
test
@@ -146,7 +146,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.14.1
+ 3.15.0
${java.version}
-proc:none
diff --git a/src/test/java/de/kreth/property2java/GeneratorTests.java b/src/test/java/de/kreth/property2java/GeneratorTests.java
index 421b136..9975844 100644
--- a/src/test/java/de/kreth/property2java/GeneratorTests.java
+++ b/src/test/java/de/kreth/property2java/GeneratorTests.java
@@ -213,17 +213,17 @@ class GeneratorTests {
StringWriter out = new StringWriter();
Generator generator = new Generator(config, template);
String fileName = "de.kreth.messages.properties";
- generator.generate(properties, out, fileName , config);
-
+ generator.generate(properties, out, fileName, config);
+
@SuppressWarnings("unchecked")
ArgumentCaptor