Skip to content

Commit

Permalink
build: update apollo and kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Pospisil committed Jun 28, 2024
1 parent 8caafda commit a3e85b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<kotlin.version>1.8.20</kotlin.version>
<kotlin.version>1.9.21</kotlin.version>
<java.version>1.8</java.version>
<!--This contends with dokka and creates two javadoc jars...-->
<maven.javadoc.skip>true</maven.javadoc.skip>
Expand All @@ -30,7 +30,7 @@

<annotations.version>24.1.0</annotations.version>
<ant.version>1.10.14</ant.version>
<apollo.version>3.8.2</apollo.version>
<apollo.version>3.8.4</apollo.version>
<assertj-core.version>3.24.2</assertj-core.version>
<graphql-java-servlet.version>6.1.3</graphql-java-servlet.version>
<graphql-java-tools.version>5.2.4</graphql-java-tools.version>
Expand Down

0 comments on commit a3e85b9

Please sign in to comment.