Update tons of dependencies.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
03b2eae230
commit
100e2aec8c
16 changed files with 105 additions and 104 deletions
14
pom.xml
14
pom.xml
|
|
@ -5,13 +5,14 @@
|
|||
<parent>
|
||||
<groupId>ch.fritteli</groupId>
|
||||
<artifactId>fritteli-build-parent</artifactId>
|
||||
<version>5.1.0</version>
|
||||
<version>6.1.0</version>
|
||||
</parent>
|
||||
|
||||
<groupId>ch.fritteli.a-maze-r</groupId>
|
||||
<artifactId>maze-server</artifactId>
|
||||
<version>0.2.1-SNAPSHOT</version>
|
||||
|
||||
<name>A-Maze-R Server</name>
|
||||
<description>The A-Maze-R server, offering a REST endpoint to access the Maze Generator.</description>
|
||||
<url>https://manuel.friedli.info/maze.html</url>
|
||||
<inceptionYear>2022</inceptionYear>
|
||||
|
|
@ -55,9 +56,9 @@
|
|||
</distributionManagement>
|
||||
|
||||
<properties>
|
||||
<maze-generator.version>0.3.0</maze-generator.version>
|
||||
<maven-site-plugin.version>4.0.0-M8</maven-site-plugin.version>
|
||||
<undertow.version>2.3.18.Final</undertow.version>
|
||||
<maze-generator.version>0.4.0</maze-generator.version>
|
||||
<maven-site-plugin.version>4.0.0-M16</maven-site-plugin.version>
|
||||
<undertow.version>2.3.22.Final</undertow.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
|
@ -75,8 +76,8 @@
|
|||
<artifactId>lombok</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jetbrains</groupId>
|
||||
<artifactId>annotations</artifactId>
|
||||
<groupId>org.jspecify</groupId>
|
||||
<artifactId>jspecify</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
|
|
@ -98,7 +99,6 @@
|
|||
<dependency>
|
||||
<groupId>org.assertj</groupId>
|
||||
<artifactId>assertj-core</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue