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 Mar 16, 2023
1 parent 6cb7bfe commit e83741c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<!-- Maven build plugins and their dependencies -->
<build-helper-plugin.version>3.3.0</build-helper-plugin.version>
<build-properties-plugin.version>1.1.0</build-properties-plugin.version>
<kotlin-plugin.version>1.7.20</kotlin-plugin.version>
<surefire-plugin.version>2.22.2</surefire-plugin.version>
<ktlint-plugin.version>1.15.2</ktlint-plugin.version>
<kotlin-plugin.version>1.8.10</kotlin-plugin.version>
<surefire-plugin.version>3.0.0</surefire-plugin.version>
<ktlint-plugin.version>1.16.0</ktlint-plugin.version>

<!-- Library versions -->
<kotlin-logging-jvm.version>3.0.2</kotlin-logging-jvm.version>
<kotlin-logging-jvm.version>3.0.5</kotlin-logging-jvm.version>
<quicktheories.version>0.26</quicktheories.version>
<spring-boot.version>2.7.4</spring-boot.version>

Expand Down Expand Up @@ -147,7 +147,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0</version>
<version>3.2.1</version>
<executions>
<execution>
<id>enforce-versions</id>
Expand Down Expand Up @@ -236,7 +236,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 e83741c

Please sign in to comment.