aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index bdfc2970..349ed8f8 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.4</version>
+ <version>3.3.5</version>
<relativePath />
</parent>
<groupId>com.juick</groupId>
@@ -19,7 +19,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<babbler.version>0ecd48781b</babbler.version>
- <commonmark.version>0.23.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.6.2</org.mapstruct.version>
@@ -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>
@@ -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>
@@ -337,7 +337,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>3.4.1</version>
+ <version>3.5.0</version>
<executions>
<execution>
<id>install</id>