Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
svencc committed Oct 7, 2023
1 parent d21d257 commit 4153714
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand All @@ -20,15 +20,15 @@
<java.version>21</java.version>
<lombok.version>1.18.30</lombok.version>
<mapstruct.version>1.5.5.Final</mapstruct.version>
<hibernate-jcache.version>6.2.7.Final</hibernate-jcache.version>
<hibernate-jcache.version>6.3.1.Final</hibernate-jcache.version>
<ehcache.version>3.10.8</ehcache.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<jib-maven-plugin.version>3.3.2</jib-maven-plugin.version>
<snakeyaml.version>2.0</snakeyaml.version>
<springdoc-openapi.version>2.1.0</springdoc-openapi.version>
<jib-maven-plugin.version>3.4.0</jib-maven-plugin.version>
<snakeyaml.version>2.2</snakeyaml.version>
<springdoc-openapi.version>2.2.0</springdoc-openapi.version>
<commons-math3.version>3.6.1</commons-math3.version>
<nimbus-jose-jwt.version>9.31</nimbus-jose-jwt.version>
<spring-security-oauth2-jose.version>6.1.2</spring-security-oauth2-jose.version>
<nimbus-jose-jwt.version>9.35</nimbus-jose-jwt.version>
<spring-security-oauth2-jose.version>6.1.4</spring-security-oauth2-jose.version>
<awaitility.version>4.2.0</awaitility.version>

<!-- JIB from source -->
Expand Down Expand Up @@ -199,9 +199,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<!-- <compilerArgs>-->
<!-- <arg>-Duser.language=en -Duser.region=US</arg>-->
<!-- </compilerArgs>-->
<source>${java.version}</source>
<target>${java.version}</target>
<annotationProcessorPaths>
Expand Down Expand Up @@ -253,7 +250,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.16.0</version>
<version>2.16.1</version>
</plugin>

</plugins>
Expand Down

0 comments on commit 4153714

Please sign in to comment.