Skip to content

Commit

Permalink
feat: upgraded dept versions
Browse files Browse the repository at this point in the history
  • Loading branch information
melistik committed Aug 6, 2024
1 parent da12f4e commit 589a454
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion commons-asset-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ SOFTWARE.
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.1.10</version>
<version>2.2.22</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion commons-asset-entity-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-jpamodelgen</artifactId>
<version>5.5.7.Final</version>
<version>5.6.15.Final</version>
<scope>provided</scope>
</dependency>

Expand Down
30 changes: 15 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,21 +108,21 @@ SOFTWARE.
<maven.compiler.target>11</maven.compiler.target>
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>

<spring-boot.version>2.7.13</spring-boot.version>
<spring-boot.version>2.7.18</spring-boot.version>

<commons-rest.version>2.5.4</commons-rest.version>
<guava.version>32.1.1-jre</guava.version>
<commons-fileupload.version>1.4</commons-fileupload.version>
<commons-io.version>2.11.0</commons-io.version>
<tika-core.version>2.8.0</tika-core.version>
<thumbnailator.version>0.4.19</thumbnailator.version>
<jacoco.version>0.8.7</jacoco.version>
<guava.version>33.2.1-jre</guava.version>
<commons-fileupload.version>1.5</commons-fileupload.version>
<commons-io.version>2.16.1</commons-io.version>
<tika-core.version>2.9.2</tika-core.version>
<thumbnailator.version>0.4.20</thumbnailator.version>
<jacoco.version>0.8.12</jacoco.version>
<colors.version>0.6.0</colors.version>
<aws-sdk-java.version>1.12.426</aws-sdk-java.version>
<imgproxy.version>0.1.0</imgproxy.version>
<aws-sdk-java.version>1.12.767</aws-sdk-java.version>
<imgproxy.version>0.2.0</imgproxy.version>
<im4java.version>1.4.2</im4java.version>

<testcontainers.version>1.17.6</testcontainers.version>
<testcontainers.version>1.20.1</testcontainers.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -171,7 +171,7 @@ SOFTWARE.
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M9</version>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down Expand Up @@ -222,7 +222,7 @@ SOFTWARE.
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.6.14</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand All @@ -233,7 +233,7 @@ SOFTWARE.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -246,7 +246,7 @@ SOFTWARE.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.1</version>
<version>3.8.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand All @@ -262,7 +262,7 @@ SOFTWARE.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<version>3.2.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 589a454

Please sign in to comment.