Skip to content

Commit

Permalink
added dependency version to parent
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramaten committed Jan 6, 2025
1 parent dc88032 commit 3170cf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -446,12 +446,12 @@
<dependency>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator</artifactId>
<version>4.37.0</version>
<version>${jsonschema-generator.version}</version>
</dependency>
<dependency>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-module-jackson</artifactId>
<version>4.37.0</version>
<version>${jsonschema-generator.version}</version>
</dependency>

<!-- Test -->
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
<jakarta.annotation-api.version>3.0.0</jakarta.annotation-api.version>
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
<json-schema-validator.version>1.5.4</json-schema-validator.version>
<jsonschema-generator.version>4.37.0</jsonschema-generator.version>
<junit.version>5.11.3</junit.version>
<junit-pioneer.version>2.3.0</junit-pioneer.version>
<lombok.version>1.18.36</lombok.version>
Expand Down

0 comments on commit 3170cf8

Please sign in to comment.