Skip to content

Commit

Permalink
feat: upgraded versions
Browse files Browse the repository at this point in the history
  • Loading branch information
melistik committed Apr 2, 2024
1 parent 4c612be commit c9b781d
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 31 deletions.
2 changes: 1 addition & 1 deletion commons-rest-tsid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-tsid</artifactId>
<version>2.1.1</version>
<version>${hypersistence-tsid.version}</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down
19 changes: 10 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,16 @@ SOFTWARE.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<spring-boot.version>3.2.0</spring-boot.version>
<spring-boot.version>3.2.4</spring-boot.version>
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
<jacoco.version>0.8.11</jacoco.version>
<hashids.version>1.0.3</hashids.version>

<pebble.version>3.2.2</pebble.version>
<springdoc-openapi.version>2.3.0</springdoc-openapi.version>
<lombok.version>1.18.30</lombok.version>
<swagger-annotations.version>2.2.19</swagger-annotations.version>
<springdoc-openapi.version>2.5.0</springdoc-openapi.version>
<lombok.version>1.18.32</lombok.version>
<swagger-annotations.version>2.2.21</swagger-annotations.version>
<hypersistence-tsid.version>2.1.1</hypersistence-tsid.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -132,7 +133,7 @@ SOFTWARE.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down Expand Up @@ -170,7 +171,7 @@ SOFTWARE.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.13.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand All @@ -185,7 +186,7 @@ SOFTWARE.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -223,7 +224,7 @@ SOFTWARE.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.3</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand All @@ -239,7 +240,7 @@ SOFTWARE.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.2</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down
12 changes: 6 additions & 6 deletions sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>

<!-- dep versions -->
<spring-boot.version>3.2.0</spring-boot.version>
<spring-boot.version>3.2.4</spring-boot.version>

<mapstruct.version>1.5.5.Final</mapstruct.version>
<lombok.version>1.18.30</lombok.version>
<lombok.version>1.18.32</lombok.version>

<jacoco.version>0.8.11</jacoco.version>
<testcontainers.version>1.19.0</testcontainers.version>
<hibernate-utils.version>3.6.1</hibernate-utils.version>
<testcontainers.version>1.19.7</testcontainers.version>
<hibernate-utils.version>3.7.3</hibernate-utils.version>
</properties>

<modules>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>2022.0.3</version>
<version>2023.0.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -99,7 +99,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
Expand Down
2 changes: 1 addition & 1 deletion sample/sample-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-tsid</artifactId>
<version>2.1.1</version>
<version>${hypersistence-tsid.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
13 changes: 0 additions & 13 deletions sample/sample-server/src/test/resources/logback-test.xml

This file was deleted.

0 comments on commit c9b781d

Please sign in to comment.