diff --git a/tile.xml b/tile.xml
index 50249b2..40e6fa3 100644
--- a/tile.xml
+++ b/tile.xml
@@ -25,7 +25,7 @@
 			<plugin>
 				<groupId>net.revelc.code.formatter</groupId>
 				<artifactId>formatter-maven-plugin</artifactId>
-				<version>2.21.0</version>
+				<version>2.23.0</version>
 				<configuration>
 					<configFile>target/eclipse-formatter.xml</configFile>
 					<lineEnding>LF</lineEnding>
@@ -41,9 +41,11 @@
 			<plugin>
 				<groupId>net.revelc.code</groupId>
 				<artifactId>impsort-maven-plugin</artifactId>
-				<version>1.8.0</version>
+				<version>1.9.0</version>
 				<configuration>
+					<groups>java.,javax.,jakarta.,org.,com.,*</groups>
 					<removeUnused>true</removeUnused>
+					<lineEnding>LF</lineEnding>
 				</configuration>
 				<executions>
 					<execution>