Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:usdAG/cstc into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasherz committed Apr 16, 2024
2 parents 047f4ee + 9757b94 commit b99daf8
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 @@ -35,13 +35,13 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.16.1</version>
<version>2.17.0</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.16.1</version>
<version>2.17.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -86,7 +86,7 @@

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration>
<source>17</source>
<target>17</target>
Expand Down

0 comments on commit b99daf8

Please sign in to comment.