Skip to content

Commit

Permalink
Merge pull request #27 from Dyescape/feature/version-updates
Browse files Browse the repository at this point in the history
update versions
  • Loading branch information
fxshlein committed Dec 10, 2023
2 parents a81ce1c + 0a1fd02 commit fda3f23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.13.3</version>
<version>2.16.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -63,7 +63,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.7.0</version>
<version>1.9.21</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down Expand Up @@ -94,7 +94,7 @@
<plugin>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<version>1.7.0</version>
<version>1.9.21</version>
<executions>
<execution>
<id>compile</id>
Expand Down

0 comments on commit fda3f23

Please sign in to comment.