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 Jun 28, 2023
1 parent d47eea5 commit d95137b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>

<!-- Maven build plugins and their dependencies -->
<build-helper-plugin.version>3.3.0</build-helper-plugin.version>
<build-helper-plugin.version>3.4.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>
<kotlin-plugin.version>1.8.22</kotlin-plugin.version>
<surefire-plugin.version>3.1.2</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.13</spring-boot.version>
<graphql-kotlin.version>6.4.1</graphql-kotlin.version>
<ktor.version>2.0.3</ktor.version> <!-- must be in sync with graphql-kotlin.version -->
<jackson-datatype.version>2.15.1</jackson-datatype.version>
<mockk.version>1.12.4</mockk.version>
<graphql-kotlin.version>6.5.3</graphql-kotlin.version>
<ktor.version>2.3.2</ktor.version> <!-- must be in sync with graphql-kotlin.version -->
<jackson-datatype.version>2.15.2</jackson-datatype.version>
<mockk.version>1.13.5</mockk.version>

<!-- Other properties -->
<start.class>fi.hsl.jore4.hastus.HastusApplicationKt</start.class>
Expand Down Expand Up @@ -215,7 +215,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 @@ -304,7 +304,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 d95137b

Please sign in to comment.