diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -3,7 +3,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>3.3.4</version> + <version>3.4.0</version> <relativePath /> </parent> <groupId>com.juick</groupId> @@ -22,7 +22,8 @@ <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> + <org.mapstruct.version>1.6.3</org.mapstruct.version> + <okhttp.version>4.12.0</okhttp.version> </properties> <dependencies> <dependency> @@ -97,10 +98,12 @@ <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> + <version>${okhttp.version}</version> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> + <version>${okhttp.version}</version> </dependency> <dependency> <groupId>commons-codec</groupId> @@ -130,7 +133,7 @@ <optional>true</optional> </dependency> <dependency> - <groupId>net.sourceforge.htmlunit</groupId> + <groupId>org.htmlunit</groupId> <artifactId>htmlunit</artifactId> <scope>test</scope> <exclusions> @@ -180,7 +183,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> - <version>1.12.0</version> + <version>1.13.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> @@ -190,7 +193,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.17.0</version> + <version>2.18.0</version> </dependency> <dependency> <groupId>io.pebbletemplates</groupId> @@ -287,7 +290,7 @@ <dependency> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> - <version>2.6.0</version> + <version>2.7.0</version> </dependency> <dependency> <groupId>org.postgresql</groupId> @@ -337,7 +340,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> |