Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 28, 2023
1 parent bce5005 commit 23ed475
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>

<!-- Maven build plugins and their dependencies -->
<build-helper-plugin.version>3.2.0</build-helper-plugin.version>
<build-properties-plugin.version>1.0.0</build-properties-plugin.version>
<surefire-plugin.version>2.22.2</surefire-plugin.version>
<build-helper-plugin.version>3.4.0</build-helper-plugin.version>
<build-properties-plugin.version>1.2.0</build-properties-plugin.version>
<surefire-plugin.version>3.1.2</surefire-plugin.version>

<!-- Library versions -->
<arrow-core.version>1.1.3</arrow-core.version>
<geolatte.version>1.9.0</geolatte.version>
<kotlin-logging-jvm.version>3.0.2</kotlin-logging-jvm.version>
<arrow-core.version>1.2.0</arrow-core.version>
<geolatte.version>1.9.1</geolatte.version>
<kotlin-logging-jvm.version>3.0.5</kotlin-logging-jvm.version>
<quicktheories.version>0.26</quicktheories.version>

<!-- Other properties -->
Expand Down Expand Up @@ -309,7 +309,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>enforce-versions</id>
Expand Down Expand Up @@ -401,7 +401,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.11.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand Down

0 comments on commit 23ed475

Please sign in to comment.