diff --git a/LICENSE b/LICENSE
index 8aa2645..d5e65da 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) [year] [fullname]
+Copyright (c) 2025 Oliver Weyhmüller
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/pom.xml b/pom.xml
index cc41522..18eac22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
MIT
- https://www.apache.org/licenses/LICENSE-2.0
+ https://spdx.org/licenses/MIT.html
@@ -40,20 +40,21 @@
UTF-8
@
${java.version}
+ ${start-class}
- 3.4.2
+ 3.4.3
2024.0.0
3.13.0
- 3.1.3
+ 3.1.4
2.9.1
5.0.0.4389
0.8.12
- 10.21.2
+ 10.21.4
3.6.0
- 12.0.2
- 4.8.6.6
- 4.9.0
+ 12.1.0
+ 4.9.2.0
+ 4.9.2
1.13.0
@@ -110,12 +111,21 @@
-
+
org.springframework.boot
spring-boot-starter-web
@@ -185,7 +195,8 @@
-
+
+
org.apache.maven.plugins
maven-deploy-plugin
@@ -219,7 +230,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.13.0
+ 3.14.0
true
@@ -281,7 +292,7 @@
org.graalvm.buildtools
native-maven-plugin
- 0.10.4
+ 0.10.5
true
@@ -494,6 +505,78 @@
+
+
+
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+
+
+ org.jetbrains.kotlin
+ kotlin-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+
+
+ org.apache.maven.plugins
+ maven-resources-plugin
+
+
+ org.graalvm.buildtools
+ native-maven-plugin
+
+
+ io.github.git-commit-id
+ git-commit-id-maven-plugin
+
+
+
+ org.cyclonedx
+ cyclonedx-maven-plugin
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+
+
+ com.github.spotbugs
+ spotbugs-maven-plugin
+
+
+ org.owasp
+ dependency-check-maven
+
+
+ org.jacoco
+ jacoco-maven-plugin
+
+
+ org.sonarsource.scanner.maven
+ sonar-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+