aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml28
1 files changed, 9 insertions, 19 deletions
diff --git a/pom.xml b/pom.xml
index d42fa547..4d4e6dd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>3.3.2</version>
+ <version>3.3.4</version>
<relativePath />
</parent>
<groupId>com.juick</groupId>
@@ -19,10 +19,10 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<babbler.version>0ecd48781b</babbler.version>
- <commonmark.version>0.22.0</commonmark.version>
+ <commonmark.version>0.24.0</commonmark.version>
<jjwt.version>0.12.6</jjwt.version>
<rome.version>2.1.0</rome.version>
- <org.mapstruct.version>1.5.5.Final</org.mapstruct.version>
+ <org.mapstruct.version>1.6.2</org.mapstruct.version>
</properties>
<dependencies>
<dependency>
@@ -170,7 +170,7 @@
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
- <version>2.0.1</version>
+ <version>2.0.1.MR</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@@ -190,7 +190,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.16.1</version>
+ <version>2.17.0</version>
</dependency>
<dependency>
<groupId>io.pebbletemplates</groupId>
@@ -277,7 +277,7 @@
<dependency>
<groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-jpeg</artifactId>
- <version>3.11.0</version>
+ <version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.ocpsoft.prettytime</groupId>
@@ -296,7 +296,7 @@
<dependency>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-core</artifactId>
- <version>2.10.0</version>
+ <version>2.10.1</version>
<type>pom</type>
<scope>runtime</scope>
</dependency>
@@ -331,23 +331,13 @@
<artifactId>mapstruct-processor</artifactId>
<version>${org.mapstruct.version}</version>
</path>
- <path>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- <version>1.18.34</version>
- </path>
- <path>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok-mapstruct-binding</artifactId>
- <version>0.2.0</version>
- </path>
</annotationProcessorPaths>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>3.3.0</version>
+ <version>3.4.1</version>
<executions>
<execution>
<id>install</id>
@@ -491,7 +481,7 @@
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
- <version>5.14.0</version>
+ <version>5.15.0</version>
</dependency>
</dependencies>
</profile>