Skip to content

Commit

Permalink
Bump dependency versions (#75)
Browse files Browse the repository at this point in the history
Related to #38

Signed-off-by: Andres Almiray <[email protected]>
  • Loading branch information
aalmiray authored Feb 28, 2024
1 parent 3e30a74 commit 9f4e193
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<version>${commons-lang3.version}</version>
</dependency>

<dependency>
Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@
<cloudevents.version>2.3.0</cloudevents.version>
<junit-jupiter.version>5.8.2</junit-jupiter.version>
<assertj-core.version>3.22.0</assertj-core.version>
<jackson.version>2.15.0</jackson.version>
<slf4j.version>2.0.7</slf4j.version>
<json.schema.version>1.0.80</json.schema.version>
<jackson.version>2.16.1</jackson.version>
<slf4j.version>2.0.9</slf4j.version>
<json.schema.version>1.3.2</json.schema.version>
<packageurl.version>1.4.1</packageurl.version>
<commons-lang3.version>3.14.0</commons-lang3.version>
<project.github.repository>cdevents/sdk-java</project.github.repository>
<nexus.url>https://s01.oss.sonatype.org</nexus.url>
<repository.url>[email protected]:${project.github.repository}.git</repository.url>
Expand Down
14 changes: 14 additions & 0 deletions sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,20 @@
<version>${json.schema.version}</version>
</dependency>

<!-- explicitly listed to bump version -->
<dependency>
<groupId>com.ethlo.time</groupId>
<artifactId>itu</artifactId>
<version>1.10.1</version>
</dependency>

<!-- explicitly listed to bump version -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commons-lang3.version}</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down

0 comments on commit 9f4e193

Please sign in to comment.