Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcok authored Dec 5, 2023
2 parents c7e022b + 94b82f4 commit 2be5215
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/rack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.14.0</version>
<version>2.16.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.14.0</version>
<version>2.16.0</version>
</dependency>
<dependency>
<groupId>com.ge.research.semtk</groupId>
Expand Down Expand Up @@ -254,7 +254,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.40.0</version>
<version>2.41.1</version>
<configuration>
<java>
<includes>
Expand Down

0 comments on commit 2be5215

Please sign in to comment.